Advanced .NET Framework 2.0 Using C#: Vol 1, Part 2 of 5
Interactive

Advanced .NET Framework 2.0 Using C#: Vol 1, Part 2 of 5

LearnNow Online
Updated Oct 26, 2018

Course description

In this volume, you’ll learn about implementing service processes and application domains in your .NET applications using the System and ServiceProcess namespaces. You’ll see how to take advantage of multi-threading to create fast and efficient processes through the Threading namespace. You’ll learn how to internationalize your .NET application by using the globalization classes. Enhance your user interface with the System.Drawing and System.Text namespaces.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Meet the expert

Don Kiely

Don Kiely is a featured instructor on many of our SQL Server and Visual Studio courses. He is a nationally recognized author, instructor, and consultant specializing in Microsoft technologies. Don has many years of teaching experience, is the author or co-author of several programming books, and has spoken at many industry conferences and user groups. In addition, Don is a consultant for a variety of companies that develop distributed applications for public and private organizations.

Video Runtime

187 Minutes

Time to complete

227 Minutes

Course Outline

Module 2

Custom Config. Providers (34:00)

  • Introduction (00:49)
  • View SettingsProvider (02:01)
  • User vs App. Scope (01:14)
  • Use SettingsProvider (00:47)
  • userSettings Section (01:03)
  • SQL Settings Provider (04:10)
  • GetPropertyValues Code (02:56)
  • GetValue Code (03:13)
  • SetPropertyValues Code (01:24)
  • SetValue Code (02:17)
  • Scope Support Functions (02:22)
  • IAppSettingsProvider (05:28)
  • GetPreviousVersionNumber (02:59)
  • Test the Provider (02:41)
  • Summary (00:26)

Installation Components (14:15)

  • Introduction (02:20)
  • Installation Components (01:44)
  • Pre-Defined Components (01:54)
  • Create a Windows App (01:52)
  • Add an Installer (00:17)
  • View Installer Code (01:55)
  • Add Code to Form (00:38)
  • Create Deployment Project (01:29)
  • Build the App (00:17)
  • Test the App (01:28)
  • Summary (00:16)

Custom Install Components (28:04)

  • Introduction (00:31)
  • Overview (04:21)
  • Create Install Comp. (01:55)
  • Base Installer Class Code (03:21)
  • InstallEventHandler Code (00:29)
  • Database Code (05:23)
  • Run Installation Code (00:54)
  • InstallUtil.exe Tool (02:18)
  • AssemblyInstaller Class (01:54)
  • View Installer Code (06:30)
  • Summary (00:25)

Configuring Assemblies (17:45)

  • Introduction (00:47)
  • Specify Framework Version (03:12)
  • Specific Assembly Versions (02:20)
  • Concurrent Garbage Coll. (01:41)
  • Register Remote Objects (05:22)
  • .NET Configuration Tool (03:45)
  • Summary (00:35)
Module 3

Event Logs (23:56)

  • Introduction (01:00)
  • Overview: Tools (01:25)
  • WinForms Components (00:33)
  • Use an Event Log (01:53)
  • Security Note About Logs (02:02)
  • EventLog Class (02:15)
  • Create an Event Log (00:52)
  • Setup Form Code (02:13)
  • Create/Delete Logs Code (03:29)
  • Read From an Event Log (02:19)
  • Log Changed Code (00:59)
  • Get Log Entries Code (02:05)
  • Write to an Event Log (02:19)
  • Summary (00:24)

Processes (16:49)

  • Introduction (01:39)
  • Run ProcessManager Demo (01:03)
  • List Running Processes (02:18)
  • List Process"s Modules (02:35)
  • Retrieve Current Process (01:38)
  • Start a New Process (02:23)
  • Start New Process Code (04:36)
  • Summary (00:33)

Application Performance (11:53)

  • Introduction (01:24)
  • Run Perf. Counter App (01:14)
  • Windows Perf. Tool (01:38)
  • Create Perf. Counters (04:48)
  • Using Perf. Counters (02:24)
  • Summary (00:22)

Debugging (40:25)

  • Introduction (01:36)
  • Examine Debugging Sample (02:44)
  • View Debug Sample Code (02:00)
  • Overview: Stack Trace (01:15)
  • Examine Stack Trace (01:07)
  • Stack Trace Code (04:16)
  • Debugger Attributes (03:43)
  • BrowsableAttribute (02:06)
  • DisplayAttribute (02:20)
  • HiddenAttribute (01:55)
  • StepThroughAttribute (00:53)
  • TypeProxyAttribute (05:32)
  • Debugging Visualizers (02:03)
  • Impl. Custom Visualizer (07:57)
  • Summary (00:51)
;