在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#学习的101个经典例子

C#学习的101个经典例子

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:18.69M
  • 下载次数:31
  • 浏览次数:132
  • 发布时间:2023-06-14
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: C#学习 101 例子 10 经典

实例介绍

【实例简介】C#学习的101个经典例子
#学习的101个经典例子,例子个个经典,涵盖C#的方方面面,带有说详尽的注释 Advanced - Multithreading - How-To Async Calls Advanced - Remoting - How-To TCP Remoting Advanced - Serialization - How-To ...

【实例截图】

from clipboard


【核心代码】
文件清单
└── 101C#Examples
    ├── 101 C# Samples
    │   ├── Advanced - Multithreading - How-To Async Calls
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── HowTo.Multithreading.exe
    │   │   │   │   └── HowTo.Multithreading.pdb
    │   │   │   └── Release
    │   │   │       └── HowTo.Multithreading.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmTaskProgress.cs
    │   │   ├── frmTaskProgress.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Multithreading.csproj
    │   │   ├── How-To Multithreading.csproj.user
    │   │   ├── How-To Multithreading.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmTaskProgress.resources
    │   │   │   │   ├── How-To Multithreading.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Multithreading.csproj.GenerateResource.Cache
    │   │   │   │   ├── HowTo.Multithreading.exe
    │   │   │   │   ├── HowTo.Multithreading.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmTaskProgress.resources
    │   │   │       ├── How-To Multithreading.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Multithreading.csproj.GenerateResource.Cache
    │   │   │       └── HowTo.Multithreading.exe
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework (GDI ) - Animation with GDI
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Do Animation with GDI .exe
    │   │   │   │   └── How-To Do Animation with GDI .pdb
    │   │   │   └── Release
    │   │   │       └── How-To Do Animation with GDI .exe
    │   │   ├── Eye1.png
    │   │   ├── Eye2.png
    │   │   ├── Eye3.png
    │   │   ├── Eye4.png
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Do Animation with GDI .csproj
    │   │   ├── How-To Do Animation with GDI .csproj.user
    │   │   ├── How-To Do Animation with GDI .sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Do Animation with GDI .csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Do Animation with GDI .csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Do Animation with GDI .exe
    │   │   │   │   ├── How-To Do Animation with GDI .pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Do Animation with GDI .csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Do Animation with GDI .csproj.GenerateResource.Cache
    │   │   │       └── How-To Do Animation with GDI .exe
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework (GDI ) - Create a Screensaver with GDI
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Creating a Screensaver Using GDI .exe
    │   │   │   │   └── How-To Creating a Screensaver Using GDI .pdb
    │   │   │   └── Release
    │   │   │       └── How-To Creating a Screensaver Using GDI .exe
    │   │   ├── C#_NET How-To ScreenSaver.scr
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Creating a Screensaver Using GDI .csproj
    │   │   ├── How-To Creating a Screensaver Using GDI .csproj.user
    │   │   ├── How-To Creating a Screensaver Using GDI .sln
    │   │   ├── How-To ScreenSaver Project
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── C#_NET How-To ScreenSaver.exe
    │   │   │   │       └── C#_NET How-To ScreenSaver.pdb
    │   │   │   ├── frmOptions.cs
    │   │   │   ├── frmOptions.resx
    │   │   │   ├── frmSceenSaver.cs
    │   │   │   ├── frmSceenSaver.resx
    │   │   │   ├── How-To ScreenSaver Project.csproj
    │   │   │   ├── How-To ScreenSaver Project.csproj.user
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── C#_NET How-To ScreenSaver.exe
    │   │   │   │       ├── C#_NET How-To ScreenSaver.pdb
    │   │   │   │       ├── frmOptions.resources
    │   │   │   │       ├── frmSceenSaver.resources
    │   │   │   │       ├── How-To ScreenSaver Project.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To ScreenSaver Project.csproj.GenerateResource.Cache
    │   │   │   │       └── TempPE
    │   │   │   └── Options.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Creating a Screensaver Using GDI .csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Creating a Screensaver Using GDI .csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Creating a Screensaver Using GDI .exe
    │   │   │   │   ├── How-To Creating a Screensaver Using GDI .pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Creating a Screensaver Using GDI .csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Creating a Screensaver Using GDI .csproj.GenerateResource.Cache
    │   │   │       └── How-To Creating a Screensaver Using GDI .exe
    │   │   ├── Output-Build.txt
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework (GDI ) - Use GDI to manipulate images
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use GDI to Manipulate Images.exe
    │   │   │   │   └── How-To Use GDI to Manipulate Images.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use GDI to Manipulate Images.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To - Use GDI to Manipulate Images.csproj
    │   │   ├── How-To - Use GDI to Manipulate Images.csproj.user
    │   │   ├── How-To - Use GDI to Manipulate Images.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To - Use GDI to Manipulate Images.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To - Use GDI to Manipulate Images.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use GDI to Manipulate Images.exe
    │   │   │   │   ├── How-To Use GDI to Manipulate Images.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To - Use GDI to Manipulate Images.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To - Use GDI to Manipulate Images.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use GDI to Manipulate Images.exe
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework (GDI ) - Working with GDI Brushes
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Working With GDI - Brushes.exe
    │   │   │   │   └── How-To Working With GDI - Brushes.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Working With GDI - Brushes.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Working With GDI - Brushes.csproj
    │   │   ├── How-To Working With GDI - Brushes.csproj.user
    │   │   ├── How-To Working With GDI - Brushes.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Working With GDI - Brushes.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Working With GDI - Brushes.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Working With GDI - Brushes.exe
    │   │   │   │   ├── How-To Working With GDI - Brushes.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Working With GDI - Brushes.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Working With GDI - Brushes.csproj.GenerateResource.Cache
    │   │   │       └── How-To Working With GDI - Brushes.exe
    │   │   ├── ReadMe.htm
    │   │   └── WaterLilies.jpg
    │   ├── Advanced .NET Framework (GDI ) - Working with GDI Text
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Working With GDI - Text.exe
    │   │   │   │   └── How-To Working With GDI - Text.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Working With GDI - Text.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Working With GDI - Text.csproj
    │   │   ├── How-To Working With GDI - Text.csproj.user
    │   │   ├── How-To Working With GDI - Text.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Working With GDI - Text.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Working With GDI - Text.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Working With GDI - Text.exe
    │   │   │   │   ├── How-To Working With GDI - Text.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Working With GDI - Text.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Working With GDI - Text.csproj.GenerateResource.Cache
    │   │   │       └── How-To Working With GDI - Text.exe
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework - Interacting Windows Service
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Backup
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To Interacting with a Windows Service.csproj
    │   │   │   ├── How-To Interacting with a Windows Service.csproj.user
    │   │   │   ├── How-To Interacting with a Windows Service.sln
    │   │   │   └── ReadMe.htm
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Interacting with a Windows Service.exe
    │   │   │   │   ├── How-To Interacting with a Windows Service.pdb
    │   │   │   │   ├── How-To Interacting with a Windows Service.vshost.exe
    │   │   │   │   └── How-To Interacting with a Windows Service.vshost.exe.manifest
    │   │   │   └── Release
    │   │   │       └── How-To Interacting with a Windows Service.exe
    │   │   ├── computer.ICO
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Interacting with a Windows Service.csproj
    │   │   ├── How-To Interacting with a Windows Service.csproj.user
    │   │   ├── How-To Interacting with a Windows Service.sln
    │   │   ├── How-To Interacting with a Windows Service.suo
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Interacting with a Windows Service.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Interacting with a Windows Service.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Interacting with a Windows Service.exe
    │   │   │   │   ├── How-To Interacting with a Windows Service.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Interacting with a Windows Service.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Interacting with a Windows Service.csproj.GenerateResource.Cache
    │   │   │       └── How-To Interacting with a Windows Service.exe
    │   │   ├── ReadMe.htm
    │   │   ├── UpgradeLog.XML
    │   │   └── _UpgradeReport_Files
    │   │       ├── UpgradeReport.css
    │   │       ├── UpgradeReport_Minus.gif
    │   │       ├── UpgradeReport_Plus.gif
    │   │       └── UpgradeReport.xslt
    │   ├── Advanced .NET Framework (Localization) - Work with Resource Files
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── es
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   ├── fr
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   ├── How-To Work with Resource Files.exe
    │   │   │   │   ├── How-To Work with Resource Files.pdb
    │   │   │   │   ├── it
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   └── it-IT
    │   │   │   │       └── How-To Work with Resource Files.resources.dll
    │   │   │   └── Release
    │   │   │       ├── es
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       ├── fr
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       ├── How-To Work with Resource Files.exe
    │   │   │       ├── it
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       └── it-IT
    │   │   │           └── How-To Work with Resource Files.resources.dll
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmDataEntry.cs
    │   │   ├── frmDataEntry.es.resx
    │   │   ├── frmDataEntry.fr.resx
    │   │   ├── frmDataEntry.it-IT.resx
    │   │   ├── frmDataEntry.it.resx
    │   │   ├── frmDataEntry.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Work with Resource Files.csproj
    │   │   ├── How-To Work with Resource Files.csproj.user
    │   │   ├── How-To Work with Resource Files.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── es
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   ├── fr
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmDataEntry.es.resources
    │   │   │   │   ├── frmDataEntry.fr.resources
    │   │   │   │   ├── frmDataEntry.it-IT.resources
    │   │   │   │   ├── frmDataEntry.it.resources
    │   │   │   │   ├── frmDataEntry.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Work with Resource Files.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Work with Resource Files.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Work with Resource Files.exe
    │   │   │   │   ├── How-To Work with Resource Files.pdb
    │   │   │   │   ├── it
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   ├── it-IT
    │   │   │   │   │   └── How-To Work with Resource Files.resources.dll
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── es
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       ├── fr
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmDataEntry.es.resources
    │   │   │       ├── frmDataEntry.fr.resources
    │   │   │       ├── frmDataEntry.it-IT.resources
    │   │   │       ├── frmDataEntry.it.resources
    │   │   │       ├── frmDataEntry.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Work with Resource Files.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Work with Resource Files.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Work with Resource Files.exe
    │   │   │       ├── it
    │   │   │       │   └── How-To Work with Resource Files.resources.dll
    │   │   │       └── it-IT
    │   │   │           └── How-To Work with Resource Files.resources.dll
    │   │   └── ReadMe.htm
    │   ├── Advanced .NET Framework - Make WIn32 API Calls
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Backup
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── CallingVariations.cs
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To Win32 API Calls.csproj
    │   │   │   ├── How-To Win32 API Calls.csproj.user
    │   │   │   ├── How-To Win32 API Calls.sln
    │   │   │   ├── ReadMe.htm
    │   │   │   └── Win32API.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Win32 API Calls.exe
    │   │   │   │   ├── How-To Win32 API Calls.pdb
    │   │   │   │   ├── How-To Win32 API Calls.vshost.exe
    │   │   │   │   └── How-To Win32 API Calls.vshost.exe.manifest
    │   │   │   └── Release
    │   │   │       └── How-To Win32 API Calls.exe
    │   │   ├── CallingVariations.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Win32 API Calls.csproj
    │   │   ├── How-To Win32 API Calls.csproj.user
    │   │   ├── How-To Win32 API Calls.sln
    │   │   ├── How-To Win32 API Calls.suo
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Win32 API Calls.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Win32 API Calls.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Win32 API Calls.exe
    │   │   │   │   ├── How-To Win32 API Calls.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Win32 API Calls.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Win32 API Calls.csproj.GenerateResource.Cache
    │   │   │       └── How-To Win32 API Calls.exe
    │   │   ├── ReadMe.htm
    │   │   ├── UpgradeLog.XML
    │   │   ├── _UpgradeReport_Files
    │   │   │   ├── UpgradeReport.css
    │   │   │   ├── UpgradeReport_Minus.gif
    │   │   │   ├── UpgradeReport_Plus.gif
    │   │   │   └── UpgradeReport.xslt
    │   │   └── Win32API.cs
    │   ├── Advanced .NET Framework (Networking) - Use Sockets
    │   │   ├── How-To Sockets Client
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── How-To Sockets Client.exe
    │   │   │   │   │   └── How-To Sockets Client.pdb
    │   │   │   │   └── Release
    │   │   │   │       └── How-To Sockets Client.exe
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmConnectUser.cs
    │   │   │   ├── frmConnectUser.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To Sockets Client.csproj
    │   │   │   ├── How-To Sockets Client.csproj.user
    │   │   │   ├── How-To Sockets Client.sln
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── frmAbout.resources
    │   │   │   │   │   ├── frmConnectUser.resources
    │   │   │   │   │   ├── frmMain.resources
    │   │   │   │   │   ├── How-To Sockets Client.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── How-To Sockets Client.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── How-To Sockets Client.exe
    │   │   │   │   │   ├── How-To Sockets Client.pdb
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmConnectUser.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── How-To Sockets Client.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To Sockets Client.csproj.GenerateResource.Cache
    │   │   │   │       └── How-To Sockets Client.exe
    │   │   │   └── ReadMe.htm
    │   │   └── How-To Sockets Server
    │   │       ├── AssemblyInfo.cs
    │   │       ├── bin
    │   │       │   ├── Debug
    │   │       │   │   ├── How-To Sockets Server.exe
    │   │       │   │   └── How-To Sockets Server.pdb
    │   │       │   └── Release
    │   │       │       └── How-To Sockets Server.exe
    │   │       ├── frmAbout.cs
    │   │       ├── frmAbout.resx
    │   │       ├── frmMain.cs
    │   │       ├── frmMain.resx
    │   │       ├── How-To Sockets Server.csproj
    │   │       ├── How-To Sockets Server.csproj.user
    │   │       ├── How-To Sockets Server.sln
    │   │       ├── obj
    │   │       │   ├── Debug
    │   │       │   │   ├── frmAbout.resources
    │   │       │   │   ├── frmMain.resources
    │   │       │   │   ├── How-To Sockets Server.csproj.FileListAbsolute.txt
    │   │       │   │   ├── How-To Sockets Server.csproj.GenerateResource.Cache
    │   │       │   │   ├── How-To Sockets Server.exe
    │   │       │   │   ├── How-To Sockets Server.pdb
    │   │       │   │   └── TempPE
    │   │       │   └── Release
    │   │       │       ├── frmAbout.resources
    │   │       │       ├── frmMain.resources
    │   │       │       ├── How-To Sockets Server.csproj.FileListAbsolute.txt
    │   │       │       ├── How-To Sockets Server.csproj.GenerateResource.Cache
    │   │       │       └── How-To Sockets Server.exe
    │   │       ├── ReadMe.htm
    │   │       └── UserConnection.cs
    │   ├── Advanced .NET Framework (Threading) -- Thread Pooling
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Thread Pooling.exe
    │   │   │   │   └── How-To Thread Pooling.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Thread Pooling.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Thread Pooling.csproj
    │   │   ├── How-To Thread Pooling.csproj.user
    │   │   ├── How-To Thread Pooling.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Thread Pooling.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Thread Pooling.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Thread Pooling.exe
    │   │   │   │   ├── How-To Thread Pooling.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Thread Pooling.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Thread Pooling.csproj.GenerateResource.Cache
    │   │   │       └── How-To Thread Pooling.exe
    │   │   ├── ProcessGroup.cs
    │   │   ├── ReadMe.htm
    │   │   ├── Styles Checksheet Master.xls
    │   │   └── TimerGroup.cs
    │   ├── Advanced .NET Framework (Windows Services) - Create a Windows Service
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Creating a Windows Service.exe
    │   │   │   │   └── How-To Creating a Windows Service.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Creating a Windows Service.exe
    │   │   ├── C#.NET How-To Windows Service - Time Track.msi
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Creating a Windows Service.csproj
    │   │   ├── How-To Creating a Windows Service.csproj.user
    │   │   ├── How-To Creating a Windows Service.sln
    │   │   ├── How-To Windows Service Demo
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── How-To Windows Service Demo.exe
    │   │   │   │       └── How-To Windows Service Demo.pdb
    │   │   │   ├── How-To TimeTracker Windows Service.cs
    │   │   │   ├── How-To TimeTracker Windows Service.resx
    │   │   │   ├── How-To Windows Service Demo.csproj
    │   │   │   ├── How-To Windows Service Demo.csproj.user
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── HowTo_TimeTrackerService.resources
    │   │   │   │       ├── How-To Windows Service Demo.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To Windows Service Demo.csproj.GenerateResource.Cache
    │   │   │   │       ├── How-To Windows Service Demo.exe
    │   │   │   │       ├── How-To Windows Service Demo.pdb
    │   │   │   │       ├── ProjectInstaller.resources
    │   │   │   │       └── TempPE
    │   │   │   ├── ProjectInstaller.cs
    │   │   │   └── ProjectInstaller.resx
    │   │   ├── How-To Windows Service - Time Track
    │   │   │   ├── Debug
    │   │   │   │   ├── C#.NET How-To Windows Service - Time Track.msi
    │   │   │   │   ├── Setup.Exe
    │   │   │   │   └── Setup.Ini
    │   │   │   ├── How-To Windows Service - Time Track.vdproj
    │   │   │   └── Release
    │   │   │       ├── Setup.Exe
    │   │   │       ├── Setup.Ini
    │   │   │       └── VB.NET How-To Windows Service - Time Track.msi
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Creating a Windows Service.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Creating a Windows Service.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Creating a Windows Service.exe
    │   │   │   │   ├── How-To Creating a Windows Service.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Creating a Windows Service.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Creating a Windows Service.csproj.GenerateResource.Cache
    │   │   │       └── How-To Creating a Windows Service.exe
    │   │   ├── ReadMe.htm
    │   │   ├── setup.exe
    │   │   └── Setup.Ini
    │   ├── Advanced - Remoting - How-To TCP Remoting
    │   │   ├── Client
    │   │   │   ├── app.config
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Client.exe
    │   │   │   │       ├── Client.exe.config
    │   │   │   │       ├── Client.pdb
    │   │   │   │       ├── RemoteCustomer.dll
    │   │   │   │       └── RemoteCustomer.pdb
    │   │   │   ├── Client.csproj
    │   │   │   ├── Client.csproj.user
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To.ico
    │   │   │   ├── How-To Remoting - Client.sln
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── Client.csproj.FileListAbsolute.txt
    │   │   │   │       ├── Client.csproj.GenerateResource.Cache
    │   │   │   │       ├── Client.exe
    │   │   │   │       ├── Client.pdb
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │   │       └── TempPE
    │   │   │   └── ReadMe.htm
    │   │   ├── Host
    │   │   │   ├── app.config
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Host.exe
    │   │   │   │       ├── Host.exe.config
    │   │   │   │       ├── Host.pdb
    │   │   │   │       ├── Host.vshost.exe
    │   │   │   │       ├── Host.vshost.exe.config
    │   │   │   │       ├── Host.vshost.exe.manifest
    │   │   │   │       ├── RemoteCustomer.dll
    │   │   │   │       └── RemoteCustomer.pdb
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── Host.csproj
    │   │   │   ├── Host.csproj.user
    │   │   │   ├── How-To.ico
    │   │   │   ├── How-To .NET Remoting - Host.sln
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── Host.csproj.FileListAbsolute.txt
    │   │   │   │       ├── Host.csproj.GenerateResource.Cache
    │   │   │   │       ├── Host.exe
    │   │   │   │       ├── Host.pdb
    │   │   │   │       └── TempPE
    │   │   │   └── ReadMe.htm
    │   │   ├── ReadMe.htm
    │   │   └── Server
    │   │       ├── AssemblyInfo.cs
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       │       ├── RemoteCustomer.dll
    │   │       │       └── RemoteCustomer.pdb
    │   │       ├── Customer.cs
    │   │       ├── How-To Remoting - Server.sln
    │   │       ├── obj
    │   │       │   └── Debug
    │   │       │       ├── RemoteCustomer.csproj.FileListAbsolute.txt
    │   │       │       ├── RemoteCustomer.dll
    │   │       │       ├── RemoteCustomer.pdb
    │   │       │       └── TempPE
    │   │       ├── ReadMe.htm
    │   │       ├── RemoteCustomer.csproj
    │   │       ├── RemoteCustomer.csproj.user
    │   │       ├── SingleCallCustomer.cs
    │   │       └── SingletonCustomer.cs
    │   ├── Advanced - Serialization - How-To Serializing Objects
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── HowTo.SerializingObjects.exe
    │   │   │   │   └── HowTo.SerializingObjects.pdb
    │   │   │   └── Release
    │   │   │       └── HowTo.SerializingObjects.exe
    │   │   ├── Class1.cs
    │   │   ├── Class2.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Serializing Objects.csproj
    │   │   ├── How-To Serializing Objects.csproj.user
    │   │   ├── How-To Serializing Objects.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Serializing Objects.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Serializing Objects.csproj.GenerateResource.Cache
    │   │   │   │   ├── HowTo.SerializingObjects.exe
    │   │   │   │   ├── HowTo.SerializingObjects.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Serializing Objects.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Serializing Objects.csproj.GenerateResource.Cache
    │   │   │       └── HowTo.SerializingObjects.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Bind Data in a ComboBox
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Bind Data to a ComboBox.exe
    │   │   │   │   └── How-To Bind Data to a ComboBox.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Bind Data to a ComboBox.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Bind Data to a ComboBox.csproj
    │   │   ├── How-To Bind Data to a ComboBox.csproj.user
    │   │   ├── How-To Bind Data to a ComboBox.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Bind Data to a ComboBox.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Bind Data to a ComboBox.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Bind Data to a ComboBox.exe
    │   │   │   │   ├── How-To Bind Data to a ComboBox.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Bind Data to a ComboBox.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Bind Data to a ComboBox.csproj.GenerateResource.Cache
    │   │   │       └── How-To Bind Data to a ComboBox.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Build a Master-Detail Windows Form
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Build a Master-Details Windows Forms App.exe
    │   │   │   │   └── How-To Build a Master-Details Windows Forms App.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Build a Master-Details Windows Forms App.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Build a Master-Details Windows Forms App.csproj
    │   │   ├── How-To Build a Master-Details Windows Forms App.csproj.user
    │   │   ├── How-To Build a Master-Details Windows Forms App.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Build a Master-Details Windows Forms App.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Build a Master-Details Windows Forms App.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Build a Master-Details Windows Forms App.exe
    │   │   │   │   ├── How-To Build a Master-Details Windows Forms App.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Build a Master-Details Windows Forms App.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Build a Master-Details Windows Forms App.csproj.GenerateResource.Cache
    │   │   │       └── How-To Build a Master-Details Windows Forms App.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Create an Offline Application
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   └── Release
    │   │   ├── CustomersDataSet.Designer.cs
    │   │   ├── CustomersDataSet.xsd
    │   │   ├── CustomersDataSet.xsx
    │   │   ├── dsCustomers.xml
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Create An Offline Application.csproj
    │   │   ├── How-To Create An Offline Application.csproj.user
    │   │   ├── How-To Create An Offline Application.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Create An Offline Application.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create An Offline Application.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   │       └── CustomersDataSet.Designer.cs.dll
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Create An Offline Application.csproj.FileListAbsolute.txt
    │   │   │       └── How-To Create An Offline Application.csproj.GenerateResource.Cache
    │   │   ├── ReadMe.htm
    │   │   └── Styles Checksheet Master.xls
    │   ├── Data Access - Custom Data Binding Format Handlers
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Custom DataBinding Format Handlers.exe
    │   │   │   │   └── How-To Use Custom DataBinding Format Handlers.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Custom DataBinding Format Handlers.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Use Custom DataBinding Format Handlers.csproj
    │   │   ├── How-To Use Custom DataBinding Format Handlers.csproj.user
    │   │   ├── How-To Use Custom DataBinding Format Handlers.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Use Custom DataBinding Format Handlers.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Custom DataBinding Format Handlers.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Custom DataBinding Format Handlers.exe
    │   │   │   │   ├── How-To Use Custom DataBinding Format Handlers.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Use Custom DataBinding Format Handlers.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Custom DataBinding Format Handlers.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Custom DataBinding Format Handlers.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Data Entry Form
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Data Entry Form.exe
    │   │   │   │   └── How-To Data Entry Form.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Data Entry Form.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Create a Data Entry Form.csproj
    │   │   ├── How-To Create a Data Entry Form.csproj.user
    │   │   ├── How-To Data Entry Form.sln
    │   │   ├── ListItem.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Create a Data Entry Form.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create a Data Entry Form.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Data Entry Form.exe
    │   │   │   │   ├── How-To Data Entry Form.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Create a Data Entry Form.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create a Data Entry Form.csproj.GenerateResource.Cache
    │   │   │       └── How-To Data Entry Form.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - How-To Create a Database
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Create Database.exe
    │   │   │   │   └── How-To Create Database.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Create Database.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Create Database.csproj
    │   │   ├── How-To Create Database.csproj.user
    │   │   ├── How-To Create Database.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Create Database.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create Database.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create Database.exe
    │   │   │   │   ├── How-To Create Database.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Create Database.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create Database.csproj.GenerateResource.Cache
    │   │   │       └── How-To Create Database.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - N-Tier Data Form and Data Layer
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── DataAccessLayer.dll
    │   │   │   │   ├── DataAccessLayer.pdb
    │   │   │   │   ├── How-To Sample N-Tier Data Form App.exe
    │   │   │   │   └── How-To Sample N-Tier Data Form App.pdb
    │   │   │   └── Release
    │   │   ├── DataAccessLayer
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── DataAccessLayer.dll
    │   │   │   │       └── DataAccessLayer.pdb
    │   │   │   ├── DataAccess.cs
    │   │   │   ├── DataAccessLayer.csproj
    │   │   │   ├── DataAccessLayer.csproj.user
    │   │   │   └── obj
    │   │   │       └── Debug
    │   │   │           ├── DataAccessLayer.csproj.FileListAbsolute.txt
    │   │   │           ├── DataAccessLayer.dll
    │   │   │           ├── DataAccessLayer.pdb
    │   │   │           └── TempPE
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Sample N-Tier Data Form App.csproj
    │   │   ├── How-To Sample N-Tier Data Form App.csproj.user
    │   │   ├── How-To Sample N-Tier Data Form App.csproj.vspscc
    │   │   ├── How-To Sample N-Tier Data Form App.sln
    │   │   ├── How-To Sample N-Tier Data Form App.sln.xml
    │   │   ├── How-To Sample N-Tier Data Form App.suo
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Sample N-Tier Data Form App.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Sample N-Tier Data Form App.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Sample N-Tier Data Form App.exe
    │   │   │   │   ├── How-To Sample N-Tier Data Form App.pdb
    │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   └── ReadMe.htm
    │   ├── Data Access - Read and Write Images from a Database
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Read-Write Images to Database.exe
    │   │   │   │   └── How-To Read-Write Images to Database.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Read-Write Images to Database.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Read-Write Images to Database.csproj
    │   │   ├── How-To Read-Write Images to Database.csproj.user
    │   │   ├── How-To Read-Write Images to Database.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Read-Write Images to Database.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Read-Write Images to Database.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Read-Write Images to Database.exe
    │   │   │   │   ├── How-To Read-Write Images to Database.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Read-Write Images to Database.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Read-Write Images to Database.csproj.GenerateResource.Cache
    │   │   │       └── How-To Read-Write Images to Database.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Retreive and Process data with a SQL Data Reader
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Retrieve and Process Data Using a DataReader.exe
    │   │   │   │   └── How-To Retrieve and Process Data Using a DataReader.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Retrieve and Process Data Using a DataReader.exe
    │   │   ├── Category.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Retrieve and Process Data Using a DataReader.csproj
    │   │   ├── How-To Retrieve and Process Data Using a DataReader.csproj.user
    │   │   ├── How-To Retrieve and Process Data Using a DataReader.sln
    │   │   ├── Northwind.mdb
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Retrieve and Process Data Using a DataReader.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Retrieve and Process Data Using a DataReader.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Retrieve and Process Data Using a DataReader.exe
    │   │   │   │   ├── How-To Retrieve and Process Data Using a DataReader.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Retrieve and Process Data Using a DataReader.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Retrieve and Process Data Using a DataReader.csproj.GenerateResource.Cache
    │   │   │       └── How-To Retrieve and Process Data Using a DataReader.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Sort and Filter with a DataView
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── How-To Sort and Filter with a DataView.exe
    │   │   │   └── How-To Sort and Filter with a DataView.pdb
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Sort and Filter with a DataView.csproj
    │   │   ├── How-To Sort and Filter with a DataView.csproj.user
    │   │   ├── How-To Sort and Filter with a DataView.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Sort and Filter with a DataView.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Sort and Filter with a DataView.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Sort and Filter with a DataView.exe
    │   │   │   │   ├── How-To Sort and Filter with a DataView.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Sort and Filter with a DataView.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Sort and Filter with a DataView.csproj.GenerateResource.Cache
    │   │   │       └── How-To Sort and Filter with a DataView.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Use ADO 2.6
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── VB.Net How-To ADO 2.6.exe
    │   │   │   │   └── VB.Net How-To ADO 2.6.pdb
    │   │   │   └── Release
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To ADO 2.6.csproj
    │   │   ├── How-To ADO 2.6.csproj.user
    │   │   ├── How-To ADO 2.6.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To ADO 2.6.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To ADO 2.6.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To ADO 2.6.csproj.ResolveComReference.cache
    │   │   │   │   ├── TempPE
    │   │   │   │   ├── VB.Net How-To ADO 2.6.exe
    │   │   │   │   └── VB.Net How-To ADO 2.6.pdb
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To ADO 2.6.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To ADO 2.6.csproj.GenerateResource.Cache
    │   │   │       └── How-To ADO 2.6.csproj.ResolveComReference.cache
    │   │   └── ReadMe.htm
    │   ├── Data Access - Use Stored Procedures
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Stored Procedures.exe
    │   │   │   │   └── How-To Use Stored Procedures.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Stored Procedures.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Use Stored Procedures.csproj
    │   │   ├── How-To Use Stored Procedures.csproj.user
    │   │   ├── How-To Use Stored Procedures.sln
    │   │   ├── Northwind.mdb
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Use Stored Procedures.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Stored Procedures.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Stored Procedures.exe
    │   │   │   │   ├── How-To Use Stored Procedures.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Use Stored Procedures.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Stored Procedures.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Stored Procedures.exe
    │   │   └── ReadMe.htm
    │   ├── Data Access - Using Typed Datasets
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Typed Dataset.exe
    │   │   │   │   └── How-To Typed Dataset.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Typed Dataset.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Typed Dataset.csproj
    │   │   ├── How-To Typed Dataset.csproj.user
    │   │   ├── How-To Typed Dataset.sln
    │   │   ├── Northwind.Designer.cs
    │   │   ├── Northwind.xsd
    │   │   ├── Northwind.xsx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Typed Dataset.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Typed Dataset.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Typed Dataset.exe
    │   │   │   │   ├── How-To Typed Dataset.pdb
    │   │   │   │   └── TempPE
    │   │   │   │       └── Northwind.Designer.cs.dll
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Typed Dataset.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Typed Dataset.csproj.GenerateResource.Cache
    │   │   │       └── How-To Typed Dataset.exe
    │   │   └── ReadMe.htm
    │   ├── eula.rtf
    │   ├── File - How-To File Notifications
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To File Notification.exe
    │   │   │   │   └── How-To File Notification.pdb
    │   │   │   └── Release
    │   │   │       └── How-To File Notification.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To File Notification.csproj
    │   │   ├── How-To File Notification.csproj.user
    │   │   ├── How-To File Notification.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To File Notification.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To File Notification.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To File Notification.exe
    │   │   │   │   ├── How-To File Notification.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To File Notification.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To File Notification.csproj.GenerateResource.Cache
    │   │   │       └── How-To File Notification.exe
    │   │   └── ReadMe.htm
    │   ├── File - How-To File System
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To FileSystem.exe
    │   │   │   │   └── How-To FileSystem.pdb
    │   │   │   └── Release
    │   │   │       └── How-To FileSystem.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To File System.csproj
    │   │   ├── How-To File System.csproj.user
    │   │   ├── How-To File System.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To File System.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To File System.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To FileSystem.exe
    │   │   │   │   ├── How-To FileSystem.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To File System.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To File System.csproj.GenerateResource.Cache
    │   │   │       └── How-To FileSystem.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - Comparison of DataBinding in Web and Windows Forms
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Simple Controls Shared By Web and Windows Forms.exe
    │   │   │   │   ├── How-To Use Simple Controls Shared By Web and Windows Forms.pdb
    │   │   │   │   ├── uiHelper.dll
    │   │   │   │   └── uiHelper.pdb
    │   │   │   └── Release
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Compare DataBinding in Web and Windows Forms.sln
    │   │   ├── How-To.ico
    │   │   ├── How-To Use Simple Windows Forms Controls.csproj
    │   │   ├── How-To Use Simple Windows Forms Controls.csproj.user
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Use Simple Controls Shared By Web and Windows Forms.exe
    │   │   │   │   ├── How-To Use Simple Controls Shared By Web and Windows Forms.pdb
    │   │   │   │   ├── How-To Use Simple Windows Forms Controls.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Simple Windows Forms Controls.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Use Simple Windows Forms Controls.csproj.FileListAbsolute.txt
    │   │   │       └── How-To Use Simple Windows Forms Controls.csproj.GenerateResource.Cache
    │   │   ├── readme1st.txt
    │   │   ├── ReadMe.htm
    │   │   ├── UIHelper
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── uiHelper.dll
    │   │   │   │       └── uiHelper.pdb
    │   │   │   ├── Helper.cs
    │   │   │   ├── Helper.csproj
    │   │   │   ├── Helper.csproj.user
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── Helper.csproj.FileListAbsolute.txt
    │   │   │   │       ├── TempPE
    │   │   │   │       ├── uiHelper.dll
    │   │   │   │       └── uiHelper.pdb
    │   │   │   └── Product.cs
    │   │   └── Web App
    │   │       ├── HowToUseSimpleWebControls
    │   │       │   ├── about.aspx
    │   │       │   ├── about.aspx.cs
    │   │       │   ├── about.aspx.resx
    │   │       │   ├── AssemblyInfo.cs
    │   │       │   ├── bin
    │   │       │   │   ├── HowToUseSimpleWebControls.dll
    │   │       │   │   ├── HowToUseSimpleWebControls.pdb
    │   │       │   │   ├── uiHelper.dll
    │   │       │   │   └── uiHelper.pdb
    │   │       │   ├── Global.asax
    │   │       │   ├── Global.asax.cs
    │   │       │   ├── Global.asax.resx
    │   │       │   ├── HowToUseSimpleWebControls.csproj
    │   │       │   ├── HowToUseSimpleWebControls.csproj.user
    │   │       │   ├── HowToUseSimpleWebControls.vsdisco
    │   │       │   ├── main.aspx
    │   │       │   ├── main.aspx.cs
    │   │       │   ├── main.aspx.resx
    │   │       │   ├── obj
    │   │       │   │   └── Debug
    │   │       │   │       ├── about.resources
    │   │       │   │       ├── HowToUseSimpleWebControls.csproj.FileListAbsolute.txt
    │   │       │   │       ├── HowToUseSimpleWebControls.csproj.GenerateResource.Cache
    │   │       │   │       ├── HowToUseSimpleWebControls.dll
    │   │       │   │       ├── HowToUseSimpleWebControls.Global.resources
    │   │       │   │       ├── HowToUseSimpleWebControls.pdb
    │   │       │   │       ├── Main.resources
    │   │       │   │       ├── ResolveAssemblyReference.cache
    │   │       │   │       └── TempPE
    │   │       │   ├── Styles.css
    │   │       │   └── Web.config
    │   │       └── Setup.vbs
    │   ├── Framework - Creating an Enterprise Services Component
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── EnterpriseComponents.dll
    │   │   │   │   ├── EnterpriseComponents.pdb
    │   │   │   │   ├── How-To Create Enterprise Services Components.exe
    │   │   │   │   └── How-To Create Enterprise Services Components.pdb
    │   │   │   └── Release
    │   │   ├── EnterpriseComponents
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── EnterpriseComponents.dll
    │   │   │   │       └── EnterpriseComponents.pdb
    │   │   │   ├── EnterpriseComponents.csproj
    │   │   │   ├── EnterpriseComponents.csproj.user
    │   │   │   ├── EnterpriseComponents.sln
    │   │   │   ├── KeyFile.snk
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── EnterpriseComponents.csproj.FileListAbsolute.txt
    │   │   │   │       ├── EnterpriseComponents.dll
    │   │   │   │       ├── EnterpriseComponents.pdb
    │   │   │   │       └── TempPE
    │   │   │   ├── Product.cs
    │   │   │   └── Supplier.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create Enterprise Services Components.csproj
    │   │   ├── How-To Create Enterprise Services Components.csproj.user
    │   │   ├── How-To Create Enterprise Services Components.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create Enterprise Services Components.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create Enterprise Services Components.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create Enterprise Services Components.exe
    │   │   │   │   ├── How-To Create Enterprise Services Components.pdb
    │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To Configuration Settings
    │   │   ├── app.config
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Configuration Settings.exe
    │   │   │   │   ├── How-To Configuration Settings.exe.config
    │   │   │   │   └── How-To Configuration Settings.pdb
    │   │   │   └── Release
    │   │   │       ├── How-To Configuration Settings.exe
    │   │   │       └── How-To Configuration Settings.exe.config
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Configuration Settings.csproj
    │   │   ├── How-To Configuration Settings.csproj.user
    │   │   ├── How-To Configuration Settings.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Configuration Settings.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Configuration Settings.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Configuration Settings.exe
    │   │   │   │   ├── How-To Configuration Settings.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Configuration Settings.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Configuration Settings.csproj.GenerateResource.Cache
    │   │   │       └── How-To Configuration Settings.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To Environment Settings
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Environment Settings.exe
    │   │   │   │   └── How-To Environment Settings.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Environment Settings.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Environment Settings.csproj
    │   │   ├── How-To Environment Settings.csproj.user
    │   │   ├── How-To Environment Settings.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Environment Settings.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Environment Settings.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Environment Settings.exe
    │   │   │   │   ├── How-To Environment Settings.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Environment Settings.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Environment Settings.csproj.GenerateResource.Cache
    │   │   │       └── How-To Environment Settings.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To MSMQ
    │   │   ├── Client
    │   │   │   ├── app.config
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Client.exe
    │   │   │   │   │   ├── Client.exe.config
    │   │   │   │   │   ├── Client.pdb
    │   │   │   │   │   ├── Server.dll
    │   │   │   │   │   └── Server.pdb
    │   │   │   │   └── Release
    │   │   │   ├── Client.csproj
    │   │   │   ├── Client.csproj.user
    │   │   │   ├── Client.sln
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To.ico
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Client.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── Client.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── Client.exe
    │   │   │   │   │   ├── Client.pdb
    │   │   │   │   │   ├── frmAbout.resources
    │   │   │   │   │   ├── frmMain.resources
    │   │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── Client.csproj.FileListAbsolute.txt
    │   │   │   │       ├── Client.csproj.GenerateResource.Cache
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       └── frmMain.resources
    │   │   │   └── ReadMe.htm
    │   │   ├── ReadMe.htm
    │   │   ├── Server
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Server.dll
    │   │   │   │   │   └── Server.pdb
    │   │   │   │   └── Release
    │   │   │   │       └── Server.dll
    │   │   │   ├── MSMQOrders.cs
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── Server.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── Server.dll
    │   │   │   │   │   ├── Server.pdb
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── Server.csproj.FileListAbsolute.txt
    │   │   │   │       └── Server.dll
    │   │   │   ├── ReadMe.htm
    │   │   │   ├── Server.csproj
    │   │   │   ├── Server.csproj.user
    │   │   │   └── Server.sln
    │   │   └── WindowsService
    │   │       ├── app.config
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       ├── obj
    │   │       │   └── Debug
    │   │       │       ├── ProjectInstaller.resources
    │   │       │       ├── TempPE
    │   │       │       ├── WatchMSMQ.resources
    │   │       │       ├── WindowsService.csproj.FileListAbsolute.txt
    │   │       │       └── WindowsService.csproj.GenerateResource.Cache
    │   │       ├── ReadMe.htm
    │   │       ├── WatchMSMQ.cs
    │   │       ├── WatchMSMQInstaller.cs
    │   │       ├── WatchMSMQInstaller.resx
    │   │       ├── WatchMSMQ.resx
    │   │       ├── WindowsService.csproj
    │   │       ├── WindowsService.csproj.user
    │   │       └── WindowsService.sln
    │   ├── Framework - How-To Process Viewer
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Process Viewer.exe
    │   │   │   │   └── How-To Process Viewer.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Process Viewer.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmModules.cs
    │   │   ├── frmModules.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Process Viewer.csproj
    │   │   ├── How-To Process Viewer.csproj.user
    │   │   ├── How-To Process Viewer.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmModules.resources
    │   │   │   │   ├── How-To Process Viewer.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Process Viewer.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Process Viewer.exe
    │   │   │   │   ├── How-To Process Viewer.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmModules.resources
    │   │   │       ├── How-To Process Viewer.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Process Viewer.csproj.GenerateResource.Cache
    │   │   │       └── How-To Process Viewer.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To Reflection
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Reflection.exe
    │   │   │   │   └── How-To Reflection.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Reflection.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Reflection.csproj
    │   │   ├── How-To Reflection.csproj.user
    │   │   ├── How-To Reflection.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Reflection.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Reflection.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Reflection.exe
    │   │   │   │   ├── How-To Reflection.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Reflection.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Reflection.csproj.GenerateResource.Cache
    │   │   │       └── How-To Reflection.exe
    │   │   ├── ReadMe.htm
    │   │   └── Sample.cs
    │   ├── Framework - How-To Send and Receive Data
    │   │   ├── Framework - How-To Send and Receive Data
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── How-To Send and Receive Data.exe
    │   │   │   │   │   └── How-To Send and Receive Data.pdb
    │   │   │   │   └── Release
    │   │   │   │       └── How-To Send and Receive Data.exe
    │   │   │   ├── datafile.txt
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To.ico
    │   │   │   ├── How-To Send and Receive Data.csproj
    │   │   │   ├── How-To Send and Receive Data.csproj.user
    │   │   │   ├── How-To Send and Receive Data.sln
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── frmAbout.resources
    │   │   │   │   │   ├── frmMain.resources
    │   │   │   │   │   ├── How-To Send and Receive Data.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── How-To Send and Receive Data.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── How-To Send and Receive Data.exe
    │   │   │   │   │   ├── How-To Send and Receive Data.pdb
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── How-To Send and Receive Data.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To Send and Receive Data.csproj.GenerateResource.Cache
    │   │   │   │       └── How-To Send and Receive Data.exe
    │   │   │   └── ReadMe.htm
    │   │   ├── readme1st.txt
    │   │   ├── SendAndReceiveDataWebPages
    │   │   │   ├── datafile.txt
    │   │   │   ├── mypic.jpg
    │   │   │   ├── MyXMLFile.xml
    │   │   │   ├── PassText.aspx
    │   │   │   ├── ReceiveData.aspx
    │   │   │   ├── ReceiveImage.aspx
    │   │   │   ├── SendData.aspx
    │   │   │   └── Web.config
    │   │   └── Setup.vbs
    │   ├── Framework - How-To Service Manager
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Service Manager.exe
    │   │   │   │   └── How-To Service Manager.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Service Manager.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Service Manager.csproj
    │   │   ├── How-To Service Manager.csproj.user
    │   │   ├── How-To Service Manager.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Service Manager.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Service Manager.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Service Manager.exe
    │   │   │   │   ├── How-To Service Manager.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Service Manager.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Service Manager.csproj.GenerateResource.Cache
    │   │   │       └── How-To Service Manager.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To Stack Frame
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Stack Frame.exe
    │   │   │   │   └── How-To Stack Frame.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Stack Frame.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Stack Frame.csproj
    │   │   ├── How-To Stack Frame.csproj.user
    │   │   ├── How-To Stack Frame.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Stack Frame.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Stack Frame.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Stack Frame.exe
    │   │   │   │   ├── How-To Stack Frame.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Stack Frame.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Stack Frame.csproj.GenerateResource.Cache
    │   │   │       └── How-To Stack Frame.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To System Events
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── HowTo.SysEvents.exe
    │   │   │   │   └── HowTo.SysEvents.pdb
    │   │   │   └── Release
    │   │   │       └── HowTo.SysEvents.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To System Events.csproj
    │   │   ├── How-To System Events.csproj.user
    │   │   ├── How-To System Events.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── HowTo.SysEvents.exe
    │   │   │   │   ├── HowTo.SysEvents.pdb
    │   │   │   │   ├── How-To System Events.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To System Events.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── HowTo.SysEvents.exe
    │   │   │       ├── How-To System Events.csproj.FileListAbsolute.txt
    │   │   │       └── How-To System Events.csproj.GenerateResource.Cache
    │   │   └── ReadMe.htm
    │   ├── Framework - How-To Work with XML
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── Bad.xml
    │   │   │   │   ├── How-To Work with XML.exe
    │   │   │   │   ├── How-To Work with XML.pdb
    │   │   │   │   ├── New.XML
    │   │   │   │   └── Simple.xml
    │   │   │   └── Release
    │   │   │       └── How-To Work with XML.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Work with XML.csproj
    │   │   ├── How-To Work with XML.csproj.user
    │   │   ├── How-To Work with XML.sln
    │   │   ├── InputBox.cs
    │   │   ├── InputBox.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Work with XML.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Work with XML.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Work with XML.exe
    │   │   │   │   ├── How-To Work with XML.pdb
    │   │   │   │   ├── InputDialog.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Work with XML.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Work with XML.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Work with XML.exe
    │   │   │       └── InputDialog.resources
    │   │   └── ReadMe.htm
    │   ├── Framework - Key Benefits
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Contrast with VB6.exe
    │   │   │   │   └── How-To Contrast with VB6.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Contrast with VB6.exe
    │   │   ├── DemoText_Copy.txt
    │   │   ├── DemoText_Move.txt
    │   │   ├── DemoText.txt
    │   │   ├── DemoText_Write.txt
    │   │   ├── Employee.cs
    │   │   ├── EmployeeDataManager.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmControls.cs
    │   │   ├── frmControls.resx
    │   │   ├── frmGraphics.cs
    │   │   ├── frmGraphics.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── FullTimeEmployee.cs
    │   │   ├── How-To Benefits.csproj
    │   │   ├── How-To Benefits.csproj.user
    │   │   ├── How-To Benefits.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmControls.resources
    │   │   │   │   ├── frmGraphics.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Benefits.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Benefits.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Contrast with VB6.exe
    │   │   │   │   ├── How-To Contrast with VB6.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmControls.resources
    │   │   │       ├── frmGraphics.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Benefits.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Benefits.csproj.GenerateResource.Cache
    │   │   │       └── How-To Contrast with VB6.exe
    │   │   ├── PartTimeEmployee.cs
    │   │   ├── Product.cs
    │   │   ├── ReadMe.htm
    │   │   ├── Supplier.cs
    │   │   ├── TempEmployee.cs
    │   │   └── TimeCheck.cs
    │   ├── Framework - Partitioning your application
    │   │   ├── DataAccessComponent
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── DataAccessComponent.dll
    │   │   │   │   │   └── DataAccessComponent.pdb
    │   │   │   │   └── Release
    │   │   │   │       └── DataAccessComponent.dll
    │   │   │   ├── Customer.cs
    │   │   │   ├── DataAccessComponent.csproj
    │   │   │   ├── DataAccessComponent.csproj.user
    │   │   │   ├── DataAccessComponent.sln
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── DataAccessComponent.csproj.FileListAbsolute.txt
    │   │   │       │   ├── DataAccessComponent.dll
    │   │   │       │   ├── DataAccessComponent.pdb
    │   │   │       │   └── TempPE
    │   │   │       └── Release
    │   │   │           ├── DataAccessComponent.csproj.FileListAbsolute.txt
    │   │   │           └── DataAccessComponent.dll
    │   │   ├── DataGridControl
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── CSVDataGrid.dll
    │   │   │   │   │   ├── CSVDataGrid.pdb
    │   │   │   │   │   ├── DataAccessComponent.dll
    │   │   │   │   │   └── DataAccessComponent.pdb
    │   │   │   │   └── Release
    │   │   │   │       ├── CSVDataGrid.dll
    │   │   │   │       ├── DataAccessComponent.dll
    │   │   │   │       └── DataAccessComponent.pdb
    │   │   │   ├── DataGridControl.cs
    │   │   │   ├── DataGridControl.csproj
    │   │   │   ├── DataGridControl.csproj.user
    │   │   │   ├── DataGridControl.resx
    │   │   │   └── obj
    │   │   │       ├── Debug
    │   │   │       │   ├── CSVDataGrid.dll
    │   │   │       │   ├── CSVDataGrid.pdb
    │   │   │       │   ├── DataGridControl.csproj.FileListAbsolute.txt
    │   │   │       │   ├── DataGridControl.csproj.GenerateResource.Cache
    │   │   │       │   ├── DataGridControl.resources
    │   │   │       │   ├── ResolveAssemblyReference.cache
    │   │   │       │   └── TempPE
    │   │   │       └── Release
    │   │   │           ├── CSVDataGrid.dll
    │   │   │           ├── DataGridControl.csproj.FileListAbsolute.txt
    │   │   │           ├── DataGridControl.csproj.GenerateResource.Cache
    │   │   │           ├── DataGridControl.resources
    │   │   │           └── ResolveAssemblyReference.cache
    │   │   ├── How-To Partition an Application
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── CSVDataGrid.dll
    │   │   │   │   │   ├── CSVDataGrid.pdb
    │   │   │   │   │   ├── DataAccessComponent.dll
    │   │   │   │   │   ├── DataAccessComponent.pdb
    │   │   │   │   │   ├── How-To Partition an Application.exe
    │   │   │   │   │   └── How-To Partition an Application.pdb
    │   │   │   │   └── Release
    │   │   │   │       ├── CSVDataGrid.dll
    │   │   │   │       ├── CSVDataGrid.pdb
    │   │   │   │       ├── DataAccessComponent.dll
    │   │   │   │       ├── DataAccessComponent.pdb
    │   │   │   │       └── How-To Partition an Application.exe
    │   │   │   ├── Customers.CSV
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To Partition an Application.csproj
    │   │   │   ├── How-To Partition an Application.csproj.user
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── frmMain.resources
    │   │   │   │   │   ├── HowTo.frmAbout.resources
    │   │   │   │   │   ├── How-To Partition an Application.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── How-To Partition an Application.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── How-To Partition an Application.exe
    │   │   │   │   │   ├── How-To Partition an Application.pdb
    │   │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── HowTo.frmAbout.resources
    │   │   │   │       ├── How-To Partition an Application.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To Partition an Application.csproj.GenerateResource.Cache
    │   │   │   │       ├── How-To Partition an Application.exe
    │   │   │   │       └── ResolveAssemblyReference.cache
    │   │   │   └── ReadMe.htm
    │   │   └── VB How-To Partition an Application.sln
    │   ├── Framework - role based security with Enterprise Services
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── EnterpriseComponents.dll
    │   │   │   │   ├── EnterpriseComponents.pdb
    │   │   │   │   ├── How-To Implement Role-Based Security in Enterprise Services.exe
    │   │   │   │   └── How-To Implement Role-Based Security in Enterprise Services.pdb
    │   │   │   └── Release
    │   │   │       ├── EnterpriseComponents.dll
    │   │   │       ├── EnterpriseComponents.pdb
    │   │   │       └── How-To Implement Role-Based Security in Enterprise Services.exe
    │   │   ├── EnterpriseComponents
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── EnterpriseComponents.dll
    │   │   │   │   │   └── EnterpriseComponents.pdb
    │   │   │   │   └── Release
    │   │   │   │       └── EnterpriseComponents.dll
    │   │   │   ├── EnterpriseComponents.csproj
    │   │   │   ├── EnterpriseComponents.csproj.user
    │   │   │   ├── KeyFile.snk
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── EnterpriseComponents.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── EnterpriseComponents.dll
    │   │   │   │   │   ├── EnterpriseComponents.pdb
    │   │   │   │   │   ├── EnterpriseComponents.projdata
    │   │   │   │   │   └── TempPE
    │   │   │   │   └── Release
    │   │   │   │       ├── EnterpriseComponents.csproj.FileListAbsolute.txt
    │   │   │   │       └── EnterpriseComponents.dll
    │   │   │   ├── Product.cs
    │   │   │   └── Supplier.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Implement Role-Based Security in Ent Services.csproj
    │   │   ├── How-To Implement Role-Based Security in Ent Services.csproj.user
    │   │   ├── How-To Implement Role-Based Security in Ent Services.sln
    │   │   ├── How-To Implement Role-Based Security in Ent Services.suo
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Implement Role-Based Security in Enterprise Services.exe
    │   │   │   │   ├── How-To Implement Role-Based Security in Enterprise Services.pdb
    │   │   │   │   ├── How-To Implement Role-Based Security in Ent Services.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Implement Role-Based Security in Ent Services.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Implement Role-Based Security in Ent Services.projdata
    │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Implement Role-Based Security in Enterprise Services.exe
    │   │   │       ├── How-To Implement Role-Based Security in Ent Services.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Implement Role-Based Security in Ent Services.csproj.GenerateResource.Cache
    │   │   │       └── ResolveAssemblyReference.cache
    │   │   └── ReadMe.htm
    │   ├── Framework - Scoping, Overloading, Overriding
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Scoping-Overriding-Overloading.exe
    │   │   │   │   └── How-To Use Scoping-Overriding-Overloading.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Scoping-Overriding-Overloading.exe
    │   │   ├── Employee.cs
    │   │   ├── EmployeeDataManager.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── FullTimeEmployee.cs
    │   │   ├── How-To Use Scoping-Overriding-Overloading.csproj
    │   │   ├── How-To Use Scoping-Overriding-Overloading.csproj.user
    │   │   ├── How-To Use Scoping-Overriding-Overloading.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Use Scoping-Overriding-Overloading.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Scoping-Overriding-Overloading.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Scoping-Overriding-Overloading.exe
    │   │   │   │   ├── How-To Use Scoping-Overriding-Overloading.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Use Scoping-Overriding-Overloading.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Scoping-Overriding-Overloading.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Scoping-Overriding-Overloading.exe
    │   │   ├── PartTimeEmployee.cs
    │   │   ├── ReadMe.htm
    │   │   └── TempEmployee.cs
    │   ├── Framework - Understanding the Garbage Collector
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Understanding the Garbage Collector.exe
    │   │   │   │   └── How-To Understanding the Garbage Collector.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Understanding the Garbage Collector.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── GcTest.cs
    │   │   ├── How-To Understanding the Garbage Collector.csproj
    │   │   ├── How-To Understanding the Garbage Collector.csproj.user
    │   │   ├── How-To Understanding the Garbage Collector.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Understanding the Garbage Collector.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Understanding the Garbage Collector.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Understanding the Garbage Collector.exe
    │   │   │   │   ├── How-To Understanding the Garbage Collector.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Understanding the Garbage Collector.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Understanding the Garbage Collector.csproj.GenerateResource.Cache
    │   │   │       └── How-To Understanding the Garbage Collector.exe
    │   │   └── ReadMe.htm
    │   ├── Framework - Using the COM Port
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Using the Comm Port.exe
    │   │   │   │   └── How-To Using the Comm Port.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Using the Comm Port.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Using the Comm Port.csproj
    │   │   ├── How-To Using the Comm Port.csproj.user
    │   │   ├── How-To Using the Comm Port.sln
    │   │   ├── How-To Using the Comm Port.sln.xml
    │   │   ├── mssccprj.scc
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Using the Comm Port.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Using the Comm Port.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Using the Comm Port.exe
    │   │   │   │   ├── How-To Using the Comm Port.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Using the Comm Port.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Using the Comm Port.csproj.GenerateResource.Cache
    │   │   │       └── How-To Using the Comm Port.exe
    │   │   ├── ReadMe.htm
    │   │   └── Rs232.cs
    │   ├── Framework - Using WMI
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Windows Management Instrumentation.exe
    │   │   │   │   └── How-To Windows Management Instrumentation.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Windows Management Instrumentation.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Windows Management Instrumentation.csproj
    │   │   ├── How-To Windows Management Instrumentation.csproj.user
    │   │   ├── How-To Windows Management Instrumentation.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Windows Management Instrumentation.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Windows Management Instrumentation.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Windows Management Instrumentation.exe
    │   │   │   │   ├── How-To Windows Management Instrumentation.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Windows Management Instrumentation.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Windows Management Instrumentation.csproj.GenerateResource.Cache
    │   │   │       └── How-To Windows Management Instrumentation.exe
    │   │   └── ReadMe.htm
    │   ├── Interop - Automate IE
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── AxInterop.SHDocVw.dll
    │   │   │   │   ├── How-To Automate IE.exe
    │   │   │   │   ├── How-To Automate IE.pdb
    │   │   │   │   └── Interop.SHDocVw.dll
    │   │   │   └── Release
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Automate IE.csproj
    │   │   ├── How-To Automate IE.csproj.user
    │   │   ├── How-To Automate IE.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── AxInterop.SHDocVw.dll
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Automate IE.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Automate IE.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Automate IE.csproj.ResolveComReference.cache
    │   │   │   │   ├── How-To Automate IE.exe
    │   │   │   │   ├── How-To Automate IE.pdb
    │   │   │   │   ├── Interop.SHDocVw.dll
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── AxInterop.SHDocVw.dll
    │   │   │       ├── build.force
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Automate IE.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Automate IE.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Automate IE.csproj.ResolveComReference.cache
    │   │   │       └── Interop.SHDocVw.dll
    │   │   └── ReadMe.htm
    │   ├── Language - How-To Arrays
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Arrays.exe
    │   │   │   │   └── How-To Arrays.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Arrays.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmInputBox.cs
    │   │   ├── frmInputBox.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Arrays.csproj
    │   │   ├── How-To Arrays.csproj.user
    │   │   ├── How-To Arrays.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmInputBox.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Arrays.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Arrays.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Arrays.exe
    │   │   │   │   ├── How-To Arrays.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmInputBox.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Arrays.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Arrays.csproj.GenerateResource.Cache
    │   │   │       └── How-To Arrays.exe
    │   │   └── ReadMe.htm
    │   ├── Language - How-To Build a Custom Collection Class
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── Building a Collection Class with Children.exe
    │   │   │   │   └── Building a Collection Class with Children.pdb
    │   │   │   └── Release
    │   │   │       └── Building a Collection Class with Children.exe
    │   │   ├── Building a Collection Class with Children.csproj
    │   │   ├── Building a Collection Class with Children.csproj.user
    │   │   ├── Building a Collection Class with Children.sln
    │   │   ├── Customer.cs
    │   │   ├── Customers.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Building a Collection Class with Children.csproj.FileListAbsolute.txt
    │   │   │   │   ├── Building a Collection Class with Children.csproj.GenerateResource.Cache
    │   │   │   │   ├── Building a Collection Class with Children.exe
    │   │   │   │   ├── Building a Collection Class with Children.pdb
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── Building a Collection Class with Children.csproj.FileListAbsolute.txt
    │   │   │       ├── Building a Collection Class with Children.csproj.GenerateResource.Cache
    │   │   │       ├── Building a Collection Class with Children.exe
    │   │   │       ├── frmAbout.resources
    │   │   │       └── frmMain.resources
    │   │   └── ReadMe.htm
    │   ├── Language - How-To Callbacks
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Callbacks.exe
    │   │   │   │   └── How-To Callbacks.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Callbacks.exe
    │   │   ├── Class1.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Callbacks.csproj
    │   │   ├── How-To Callbacks.csproj.user
    │   │   ├── How-To Callbacks.sln
    │   │   ├── How-To.ico
    │   │   ├── ICallback.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Callbacks.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Callbacks.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Callbacks.exe
    │   │   │   │   ├── How-To Callbacks.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Callbacks.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Callbacks.csproj.GenerateResource.Cache
    │   │   │       └── How-To Callbacks.exe
    │   │   └── ReadMe.htm
    │   ├── Language - How-To DateTime
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── How-To DateTime.exe
    │   │   │       ├── How-To DateTime.pdb
    │   │   │       ├── How-To DateTime.vshost.exe
    │   │   │       └── How-To DateTime.vshost.exe.manifest
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To DateTime.csproj
    │   │   ├── How-To DateTime.csproj.user
    │   │   ├── How-To DateTime.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   └── Debug
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To DateTime.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To DateTime.csproj.GenerateResource.Cache
    │   │   │       ├── How-To DateTime.exe
    │   │   │       ├── How-To DateTime.pdb
    │   │   │       └── TempPE
    │   │   └── ReadMe.htm
    │   ├── Language - How-To OO Features
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── OO Features in VB.NET.exe
    │   │   │   │   └── OO Features in VB.NET.pdb
    │   │   │   └── Release
    │   │   │       └── OO Features in VB.NET.exe
    │   │   ├── Customer.cs
    │   │   ├── CustomerPropertySyntax.cs
    │   │   ├── CustomerWithConstructor.cs
    │   │   ├── CustomerWithParameterizedProperty.cs
    │   │   ├── CustomerWithSharedMembers.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── OO Features.csproj.FileListAbsolute.txt
    │   │   │   │   ├── OO Features.csproj.GenerateResource.Cache
    │   │   │   │   ├── OO Features in VB.NET.exe
    │   │   │   │   ├── OO Features in VB.NET.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── OO Features.csproj.FileListAbsolute.txt
    │   │   │       ├── OO Features.csproj.GenerateResource.Cache
    │   │   │       └── OO Features in VB.NET.exe
    │   │   ├── OO Features.csproj
    │   │   ├── OO Features.csproj.user
    │   │   ├── OO Features in VB.NET.sln.xml
    │   │   ├── OO Features.sln
    │   │   └── ReadMe.htm
    │   ├── Language - How-To Strings
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Strings.exe
    │   │   │   │   └── How-To Strings.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Strings.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Strings.csproj
    │   │   ├── How-To Strings.csproj.user
    │   │   ├── How-To Strings.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Strings.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Strings.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Strings.exe
    │   │   │   │   ├── How-To Strings.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Strings.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Strings.csproj.GenerateResource.Cache
    │   │   │       └── How-To Strings.exe
    │   │   └── ReadMe.htm
    │   ├── Language - How-To Try Catch Finally
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Try Catch Finally.exe
    │   │   │   │   └── How-To Try Catch Finally.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Try Catch Finally.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Try Catch Finally.csproj
    │   │   ├── How-To Try Catch Finally.csproj.user
    │   │   ├── How-To Try Catch Finally.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Try Catch Finally.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Try Catch Finally.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Try Catch Finally.exe
    │   │   │   │   ├── How-To Try Catch Finally.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Try Catch Finally.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Try Catch Finally.csproj.GenerateResource.Cache
    │   │   │       └── How-To Try Catch Finally.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - Create and use Trace Listeners
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Trace Listeners.exe
    │   │   │   │   └── How-To Trace Listeners.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Trace Listeners.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create and Use Trace Listeners.csproj
    │   │   ├── How-To Create and Use Trace Listeners.csproj.user
    │   │   ├── How-To Trace Listeners.sln
    │   │   ├── HTMLTraceListener.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create and Use Trace Listeners.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create and Use Trace Listeners.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Trace Listeners.exe
    │   │   │   │   ├── How-To Trace Listeners.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Create and Use Trace Listeners.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create and Use Trace Listeners.csproj.GenerateResource.Cache
    │   │   │       └── How-To Trace Listeners.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - How-To Send Mail
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Send Mail.exe
    │   │   │   │   └── How-To Send Mail.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Send Mail.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Send Mail.csproj
    │   │   ├── How-To Send Mail.csproj.user
    │   │   ├── How-To Send Mail.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Send Mail.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Send Mail.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Send Mail.exe
    │   │   │   │   ├── How-To Send Mail.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Send Mail.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Send Mail.csproj.GenerateResource.Cache
    │   │   │       └── How-To Send Mail.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - How-To Use the EventLog
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use the EventLog.exe
    │   │   │   │   └── How-To Use the EventLog.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use the EventLog.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmCreateDelete.cs
    │   │   ├── frmCreateDelete.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmRead.cs
    │   │   ├── frmRead.resx
    │   │   ├── frmWrite.cs
    │   │   ├── frmWrite.resx
    │   │   ├── How-To Use the EventLog.csproj
    │   │   ├── How-To Use the EventLog.csproj.user
    │   │   ├── How-To Use the EventLog.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmCreateDelete.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmRead.resources
    │   │   │   │   ├── frmWrite.resources
    │   │   │   │   ├── How-To Use the EventLog.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use the EventLog.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use the EventLog.exe
    │   │   │   │   ├── How-To Use the EventLog.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmCreateDelete.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmRead.resources
    │   │   │       ├── frmWrite.resources
    │   │   │       ├── How-To Use the EventLog.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use the EventLog.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use the EventLog.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - How-To Working with GDI   Pens
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Working With GDI - Pens.exe
    │   │   │   │   └── How-To Working With GDI - Pens.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Working With GDI - Pens.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Working With GDI - Pens.csproj
    │   │   ├── How-To Working With GDI - Pens.csproj.user
    │   │   ├── How-To Working With GDI - Pens.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Working With GDI - Pens.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Working With GDI - Pens.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Working With GDI - Pens.exe
    │   │   │   │   ├── How-To Working With GDI - Pens.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Working With GDI - Pens.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Working With GDI - Pens.csproj.GenerateResource.Cache
    │   │   │       └── How-To Working With GDI - Pens.exe
    │   │   ├── ReadMe.htm
    │   │   └── WaterLilies.jpg
    │   ├── NET Framework - Read and Write Performance Counters
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Reading and Writing to Performance Counters.exe
    │   │   │   │   └── How-To Reading and Writing to Performance Counters.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Reading and Writing to Performance Counters.exe
    │   │   ├── CounterDisplayItem.cs
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Reading and Writing to Performance Counters.csproj
    │   │   ├── How-To Reading and Writing to Performance Counters.csproj.user
    │   │   ├── How-To Reading and Writing to Performance Counters.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Reading and Writing to Performance Counters.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Reading and Writing to Performance Counters.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Reading and Writing to Performance Counters.exe
    │   │   │   │   ├── How-To Reading and Writing to Performance Counters.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Reading and Writing to Performance Counters.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Reading and Writing to Performance Counters.csproj.GenerateResource.Cache
    │   │   │       └── How-To Reading and Writing to Performance Counters.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - Reading and Writing with a Text File
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Reading and Writing with a Text File.exe
    │   │   │   │   └── How-To Reading and Writing with a Text File.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Reading and Writing with a Text File.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Reading and Writing with a Text File.csproj
    │   │   ├── How-To Reading and Writing with a Text File.csproj.user
    │   │   ├── How-To Reading and Writing with a Text File.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Reading and Writing with a Text File.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Reading and Writing with a Text File.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Reading and Writing with a Text File.exe
    │   │   │   │   ├── How-To Reading and Writing with a Text File.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Reading and Writing with a Text File.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Reading and Writing with a Text File.csproj.GenerateResource.Cache
    │   │   │       └── How-To Reading and Writing with a Text File.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - Use Temporary Files
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Creating Temporary Resources.exe
    │   │   │   │   └── How-To Creating Temporary Resources.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Creating Temporary Resources.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Creating Temporary Resources.csproj
    │   │   ├── How-To Creating Temporary Resources.csproj.user
    │   │   ├── How-To Creating Temporary Resources.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Creating Temporary Resources.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Creating Temporary Resources.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Creating Temporary Resources.exe
    │   │   │   │   ├── How-To Creating Temporary Resources.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Creating Temporary Resources.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Creating Temporary Resources.csproj.GenerateResource.Cache
    │   │   │       └── How-To Creating Temporary Resources.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - Use the Process Class and Shell Functionality
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To ShellEx API Functionality.exe
    │   │   │   │   ├── How-To ShellEx API Functionality.pdb
    │   │   │   │   ├── How-To ShellEx API Functionality.vshost.exe
    │   │   │   │   └── How-To ShellEx API Functionality.vshost.exe.manifest
    │   │   │   └── Release
    │   │   │       └── How-To ShellEx API Functionality.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmModules.cs
    │   │   ├── frmModules.resx
    │   │   ├── frmTaskManager.cs
    │   │   ├── frmTaskManager.resx
    │   │   ├── How-To ShellEx API Functionality.csproj
    │   │   ├── How-To ShellEx API Functionality.csproj.user
    │   │   ├── How-To ShellEx API Functionality.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmModules.resources
    │   │   │   │   ├── frmTaskManager.resources
    │   │   │   │   ├── How-To ShellEx API Functionality.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To ShellEx API Functionality.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To ShellEx API Functionality.exe
    │   │   │   │   ├── How-To ShellEx API Functionality.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmModules.resources
    │   │   │       ├── frmTaskManager.resources
    │   │   │       ├── How-To ShellEx API Functionality.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To ShellEx API Functionality.csproj.GenerateResource.Cache
    │   │   │       └── How-To ShellEx API Functionality.exe
    │   │   └── ReadMe.htm
    │   ├── NET Framework - Work with Console Applications
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Work with the Console Application.exe
    │   │   │   │   └── How-To Work with the Console Application.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Work with the Console Application.exe
    │   │   ├── How-To Work with Console Application.sln
    │   │   ├── How-To Work with the Console Application.csproj
    │   │   ├── How-To Work with the Console Application.csproj.user
    │   │   ├── main.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Work with the Console Application.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Work with the Console Application.exe
    │   │   │   │   ├── How-To Work with the Console Application.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── How-To Work with the Console Application.csproj.FileListAbsolute.txt
    │   │   │       └── How-To Work with the Console Application.exe
    │   │   └── ReadMe.htm
    │   ├── ___NOT APPLICABLE___
    │   │   └── Windows Forms - How-To XML Comments
    │   │       ├── About.cs
    │   │       ├── About.resx
    │   │       ├── AssemblyInfo.cs
    │   │       ├── AssemblyTreeView.cs
    │   │       ├── DescriptoControls.cs
    │   │       ├── DescriptoControls.resx
    │   │       ├── Descriptors.cs
    │   │       ├── ErrorWindow.cs
    │   │       ├── ErrorWindow.resx
    │   │       ├── FindDialog.cs
    │   │       ├── FindDialog.resx
    │   │       ├── imageIndexData.cs
    │   │       ├── MainDoc.cs
    │   │       ├── MainWindow.cs
    │   │       ├── MainWindow.resx
    │   │       ├── MemberNode.cs
    │   │       ├── NodeWindow.cs
    │   │       ├── NodeWindow.resx
    │   │       ├── OpenFiles.cs
    │   │       ├── OpenFiles.resx
    │   │       ├── ReadMe.htm
    │   │       ├── Resources
    │   │       │   └── imagestrip.bmp
    │   │       ├── Utils.cs
    │   │       ├── VersionInfo.cs
    │   │       ├── VersionInfo.resx
    │   │       ├── XMLDocumentationTool.csproj
    │   │       ├── XMLDocumentationTool.csproj.user
    │   │       ├── XMLDocumentationTool.sln
    │   │       └── XMLDocumentationTool.sln.xml
    │   ├── Security - Create a Login Dialog Box
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Create a Login Dialog Box.exe
    │   │   │   │   └── How-To Create a Login Dialog Box.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Create a Login Dialog Box.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmLogin.cs
    │   │   ├── frmLogin.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create a Login Dialog Box.csproj
    │   │   ├── How-To Create a Login Dialog Box.csproj.user
    │   │   ├── How-To Create a Login Dialog Box.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmLogin.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create a Login Dialog Box.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create a Login Dialog Box.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create a Login Dialog Box.exe
    │   │   │   │   ├── How-To Create a Login Dialog Box.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmLogin.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Create a Login Dialog Box.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create a Login Dialog Box.csproj.GenerateResource.Cache
    │   │   │       └── How-To Create a Login Dialog Box.exe
    │   │   ├── ReadMe.htm
    │   │   ├── Users.cs
    │   │   └── users.xml
    │   ├── Security - Encrypt and Decrypt Data
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Symmetric Algorithms.exe
    │   │   │   │   └── How-To Use Symmetric Algorithms.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Symmetric Algorithms.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Use Symmetric Algorithms.csproj
    │   │   ├── How-To Use Symmetric Algorithms.csproj.user
    │   │   ├── How-To Use Symmetric Algorithms.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Use Symmetric Algorithms.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Symmetric Algorithms.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Symmetric Algorithms.exe
    │   │   │   │   ├── How-To Use Symmetric Algorithms.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Use Symmetric Algorithms.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Symmetric Algorithms.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Symmetric Algorithms.exe
    │   │   ├── ReadMe.htm
    │   │   ├── SampleCrypto.cs
    │   │   └── sample source text
    │   │       └── source.txt
    │   ├── Security - How-To Role-based Security
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Windows Role-Based Security.exe
    │   │   │   │   └── How-To Windows Role-Based Security.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Windows Role-Based Security.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmProtected.cs
    │   │   ├── frmProtected.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Windows Role-Based Security.csproj
    │   │   ├── How-To Windows Role-Based Security.csproj.user
    │   │   ├── How-To Windows Role-Based Security.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmProtected.resources
    │   │   │   │   ├── How-To Windows Role-Based Security.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Windows Role-Based Security.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Windows Role-Based Security.exe
    │   │   │   │   ├── How-To Windows Role-Based Security.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmProtected.resources
    │   │   │       ├── How-To Windows Role-Based Security.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Windows Role-Based Security.csproj.GenerateResource.Cache
    │   │   │       └── How-To Windows Role-Based Security.exe
    │   │   └── ReadMe.htm
    │   ├── Security - Use Cryptographic Hash Algorithms
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Cryptographic Hash Algorithms.exe
    │   │   │   │   └── How-To Use Cryptographic Hash Algorithms.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Cryptographic Hash Algorithms.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Use Cryptographic Hash Algorithms.csproj
    │   │   ├── How-To Use Cryptographic Hash Algorithms.csproj.user
    │   │   ├── How-To Use Cryptographic Hash Algorithms.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Use Cryptographic Hash Algorithms.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Cryptographic Hash Algorithms.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Cryptographic Hash Algorithms.exe
    │   │   │   │   ├── How-To Use Cryptographic Hash Algorithms.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Use Cryptographic Hash Algorithms.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Cryptographic Hash Algorithms.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Cryptographic Hash Algorithms.exe
    │   │   ├── products.xml
    │   │   └── ReadMe.htm
    │   ├── VS.NET - Create a VS.NET Add-In
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── envdte.dll
    │   │   │   │   ├── envdte.xml
    │   │   │   │   ├── How-To Create a VS.NET Add-in.exe
    │   │   │   │   └── How-To Create a VS.NET Add-in.pdb
    │   │   │   └── Release
    │   │   │       ├── envdte.dll
    │   │   │       ├── envdte.xml
    │   │   │       └── How-To Create a VS.NET Add-in.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create a VS.NET Add-in.csproj
    │   │   ├── How-To Create a VS.NET Add-in.csproj.user
    │   │   ├── How-To Create a VS.NET Add-in.sln
    │   │   ├── HowTo_ExampleAddIn
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── HowTo_ExampleAddIn.dll
    │   │   │   │   ├── HowTo_ExampleAddIn.pdb
    │   │   │   │   ├── HowTo_ExampleAddIn.tlb
    │   │   │   │   ├── Interop.MSORUNLib.dll
    │   │   │   │   └── Office.dll
    │   │   │   ├── Connect.cs
    │   │   │   ├── Connect_old.cs
    │   │   │   ├── HowTo_ExampleAddIn.csproj
    │   │   │   ├── HowTo_ExampleAddIn.csproj.user
    │   │   │   ├── HowTo_ExampleAddInSetup
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── HowTo_ExampleAddInSetup.msi
    │   │   │   │   │   ├── Setup.Exe
    │   │   │   │   │   └── Setup.Ini
    │   │   │   │   ├── HowTo_ExampleAddInSetup.vdproj
    │   │   │   │   └── Release
    │   │   │   │       ├── HowTo_ExampleAddInSetup.msi
    │   │   │   │       ├── Setup.Exe
    │   │   │   │       └── Setup.Ini
    │   │   │   ├── HowTo_ExampleAddIn.snk
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── HowTo_ExampleAddIn.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── HowTo_ExampleAddIn.csproj.ResolveComReference.cache
    │   │   │   │   │   ├── HowTo_ExampleAddIn.dll
    │   │   │   │   │   ├── HowTo_ExampleAddIn.dll.incr
    │   │   │   │   │   ├── HowTo_ExampleAddIn.pdb
    │   │   │   │   │   ├── HowTo_ExampleAddIn.tlb
    │   │   │   │   │   ├── Interop.MSORUNLib.dll
    │   │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   │   ├── TempPE
    │   │   │   │   │   ├── VbNetHowTo_ExampleAddIn.dll
    │   │   │   │   │   ├── VbNetHowTo_ExampleAddIn.pdb
    │   │   │   │   │   └── VbNetHowTo_ExampleAddIn.tlb
    │   │   │   │   ├── HowTo_ExampleAddIn.csproj.UnmanagedRegistration.cache
    │   │   │   │   ├── Interop.MSORUNLib.dll
    │   │   │   │   └── Release
    │   │   │   │       ├── HowTo_ExampleAddIn.dll
    │   │   │   │       └── HowTo_ExampleAddIn.tlb
    │   │   │   └── ReCreateCommands.reg
    │   │   ├── HowTo_ExampleAddInSetup.msi
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create a VS.NET Add-in.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create a VS.NET Add-in.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create a VS.NET Add-in.exe
    │   │   │   │   ├── How-To Create a VS.NET Add-in.pdb
    │   │   │   │   ├── ResolveAssemblyReference.cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Create a VS.NET Add-in.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create a VS.NET Add-in.csproj.GenerateResource.Cache
    │   │   │       └── How-To Create a VS.NET Add-in.exe
    │   │   ├── ReadMe.htm
    │   │   └── ReCreateCommands.reg
    │   ├── Web Development -  Data Entry Form
    │   │   ├── HowToBuildAWebDataEntryApp
    │   │   │   ├── about.aspx
    │   │   │   ├── about.aspx.cs
    │   │   │   ├── about.aspx.resx
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   ├── desktop.ini
    │   │   │   ├── Global.asax
    │   │   │   ├── Global.asax.cs
    │   │   │   ├── Global.asax.resx
    │   │   │   ├── HowToBuildAWebDataEntryApp.csproj
    │   │   │   ├── HowToBuildAWebDataEntryApp.csproj.user
    │   │   │   ├── HowToBuildAWebDataEntryApp.vsdisco
    │   │   │   ├── main.aspx
    │   │   │   ├── main.aspx.cs
    │   │   │   ├── main.aspx.resx
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── build.force
    │   │   │   │       └── TempPE
    │   │   │   ├── ReadMe.htm
    │   │   │   ├── Styles.css
    │   │   │   └── Web.config
    │   │   ├── HowToBuildAWebDataEntryApp.sln
    │   │   ├── readme1st.txt
    │   │   └── Setup.vbs
    │   ├── Web Development - Exposing a Simple Web Service
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Build Web Services (Client).exe
    │   │   │   │   └── How-To Build Web Services (Client).pdb
    │   │   │   └── Release
    │   │   │       ├── How-To Build Web Services (Client).exe
    │   │   │       └── How-To Build Web Services (Client).XmlSerializers.dll
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Build Web Services (Client).csproj
    │   │   ├── How-To Build Web Services (Client).csproj.user
    │   │   ├── How-To Build Web Services (Client).sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Build Web Services (Client).csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Build Web Services (Client).csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Build Web Services (Client).exe
    │   │   │   │   ├── How-To Build Web Services (Client).pdb
    │   │   │   │   └── TempPE
    │   │   │   │       └── Web References.localhost.Reference.cs.dll
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Build Web Services (Client).csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Build Web Services (Client).csproj.GenerateResource.Cache
    │   │   │       ├── How-To Build Web Services (Client).exe
    │   │   │       └── How-To Build Web Services (Client).XmlSerializers.dll
    │   │   ├── README1ST.txt
    │   │   ├── Web References
    │   │   │   └── localhost
    │   │   │       ├── CustomerAndOrderHistoryInfo.datasource
    │   │   │       ├── dsCustOrderHist.datasource
    │   │   │       ├── dsCustOrderHist.xsd
    │   │   │       ├── main.disco
    │   │   │       ├── main.wsdl
    │   │   │       ├── Reference.cs
    │   │   │       └── Reference.map
    │   │   └── Web Sites
    │   │       ├── HowToBuildWebServices
    │   │       │   ├── AssemblyInfo.cs
    │   │       │   ├── CustOrderHist.cs
    │   │       │   ├── dsCustOrderHist.cs
    │   │       │   ├── dsCustOrderHist.xsd
    │   │       │   ├── dsCustOrderHist.xsx
    │   │       │   ├── Global.asax
    │   │       │   ├── Global.asax.cs
    │   │       │   ├── Global.asax.resx
    │   │       │   ├── HowToBuildWebServices.csproj
    │   │       │   ├── HowToBuildWebServices.csproj.webinfo
    │   │       │   ├── HowToBuildWebServices.vsdisco
    │   │       │   ├── main.asmx
    │   │       │   ├── main.asmx.cs
    │   │       │   ├── main.asmx.resx
    │   │       │   ├── ReadMe.htm
    │   │       │   └── Web.config
    │   │       ├── HowToWebServiceClient
    │   │       │   ├── about.aspx
    │   │       │   ├── about.aspx.cs
    │   │       │   ├── about.aspx.resx
    │   │       │   ├── AssemblyInfo.cs
    │   │       │   ├── Global.asax
    │   │       │   ├── Global.asax.cs
    │   │       │   ├── Global.asax.resx
    │   │       │   ├── HowToWebServiceClient.csproj
    │   │       │   ├── HowToWebServiceClient.csproj.webinfo
    │   │       │   ├── HowToWebServiceClient.vsdisco
    │   │       │   ├── main.aspx
    │   │       │   ├── main.aspx.cs
    │   │       │   ├── main.aspx.resx
    │   │       │   ├── Styles.css
    │   │       │   ├── Web.config
    │   │       │   └── Web References
    │   │       │       └── localhost
    │   │       │           ├── dsCustOrderHist.xsd
    │   │       │           ├── main.disco
    │   │       │           ├── main.wsdl
    │   │       │           ├── Reference.cs
    │   │       │           └── Reference.map
    │   │       └── SetupWebs.vbs
    │   ├── Web Development - Master-Details Web Form
    │   │   ├── HowToBuildMasterDetailsWebApp
    │   │   │   ├── about.aspx
    │   │   │   ├── about.aspx.cs
    │   │   │   ├── about.aspx.resx
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   ├── Global.asax
    │   │   │   ├── Global.asax.cs
    │   │   │   ├── Global.asax.resx
    │   │   │   ├── HowToBuildMasterDetailsWebApp.csproj
    │   │   │   ├── HowToBuildMasterDetailsWebApp.csproj.user
    │   │   │   ├── HowToBuildMasterDetailsWebApp.vsdisco
    │   │   │   ├── main.aspx
    │   │   │   ├── main.aspx.cs
    │   │   │   ├── main.aspx.resx
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── build.force
    │   │   │   │       └── TempPE
    │   │   │   ├── ReadMe.htm
    │   │   │   ├── Styles.css
    │   │   │   └── Web.config
    │   │   ├── HowToBuildMasterDetailsWebApp.sln
    │   │   ├── readme1st.txt
    │   │   └── Setup.vbs
    │   ├── Web Development - Paging through Query Results
    │   │   ├── HowToDoDataGridPaging
    │   │   │   ├── about.aspx
    │   │   │   ├── about.aspx.cs
    │   │   │   ├── about.aspx.resx
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   ├── Default.aspx
    │   │   │   ├── Default.aspx.cs
    │   │   │   ├── Default.aspx.resx
    │   │   │   ├── Global.asax
    │   │   │   ├── Global.asax.cs
    │   │   │   ├── Global.asax.resx
    │   │   │   ├── HowToDoDataGridPaging.csproj
    │   │   │   ├── HowToDoDataGridPaging.csproj.user
    │   │   │   ├── HowToDoDataGridPaging.vsdisco
    │   │   │   ├── main.aspx
    │   │   │   ├── main.aspx.cs
    │   │   │   ├── main.aspx.resx
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── build.force
    │   │   │   │       └── TempPE
    │   │   │   ├── ReadMe.htm
    │   │   │   ├── Styles.css
    │   │   │   └── Web.config
    │   │   ├── Paging through Results.sln
    │   │   ├── readme1st.txt
    │   │   └── Setup.vbs
    │   ├── WebService - How To Transfer Binary Data
    │   │   ├── Client
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── How-To Web Service Graphics.exe
    │   │   │   │   │   └── How-To Web Service Graphics.pdb
    │   │   │   │   └── Release
    │   │   │   │       ├── How-To Web Service Graphics.exe
    │   │   │   │       └── How-To Web Service Graphics.XmlSerializers.dll
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmImage.cs
    │   │   │   ├── frmImage.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To.ico
    │   │   │   ├── How-To Web Service Graphics.csproj
    │   │   │   ├── How-To Web Service Graphics.csproj.user
    │   │   │   ├── How-To Web Service Graphics.sln
    │   │   │   ├── obj
    │   │   │   │   ├── Debug
    │   │   │   │   │   ├── frmAbout.resources
    │   │   │   │   │   ├── frmImage.resources
    │   │   │   │   │   ├── frmMain.resources
    │   │   │   │   │   ├── How-To Web Service Graphics.csproj.FileListAbsolute.txt
    │   │   │   │   │   ├── How-To Web Service Graphics.csproj.GenerateResource.Cache
    │   │   │   │   │   ├── How-To Web Service Graphics.exe
    │   │   │   │   │   ├── How-To Web Service Graphics.pdb
    │   │   │   │   │   └── TempPE
    │   │   │   │   │       └── Web References.GraphicsServer.Reference.cs.dll
    │   │   │   │   └── Release
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmImage.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── How-To Web Service Graphics.csproj.FileListAbsolute.txt
    │   │   │   │       ├── How-To Web Service Graphics.csproj.GenerateResource.Cache
    │   │   │   │       ├── How-To Web Service Graphics.exe
    │   │   │   │       └── How-To Web Service Graphics.XmlSerializers.dll
    │   │   │   ├── ReadMe.htm
    │   │   │   └── Web References
    │   │   │       └── GraphicsServer
    │   │   │           ├── ImageInfo.datasource
    │   │   │           ├── ImageService.disco
    │   │   │           ├── ImageService.wsdl
    │   │   │           ├── Reference.cs
    │   │   │           └── Reference.map
    │   │   ├── ReadMe.htm
    │   │   └── WebService
    │   │       ├── AssemblyInfo.cs
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       ├── Global.asax
    │   │       ├── Global.asax.cs
    │   │       ├── Global.asax.resx
    │   │       ├── GraphicsServer.csproj
    │   │       ├── GraphicsServer.csproj.user
    │   │       ├── GraphicsServer.sln
    │   │       ├── How-To Graphics Service.vsdisco
    │   │       ├── Images
    │   │       │   ├── andybaron.jpg
    │   │       │   ├── cat.jpg
    │   │       │   ├── dog.jpg
    │   │       │   ├── dogWithBall.jpg
    │   │       │   ├── kitten.jpg
    │   │       │   ├── lamb.jpg
    │   │       │   ├── pig.jpg
    │   │       │   ├── rabbit.jpg
    │   │       │   └── squirrel.jpg
    │   │       ├── ImageService.asmx
    │   │       ├── ImageService.asmx.cs
    │   │       ├── ImageService.asmx.resx
    │   │       ├── obj
    │   │       │   └── Debug
    │   │       │       ├── build.force
    │   │       │       └── TempPE
    │   │       ├── ReadMe.htm
    │   │       └── Web.config
    │   ├── Web Services - Consume a Web Service
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   ├── ecc_countries.xml
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Consume Web Service.csproj
    │   │   ├── How-To Consume Web Service.csproj.user
    │   │   ├── How-To Consume Web Service.sln
    │   │   ├── How-To Consume Web Service.sln.xml
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Consume Web Service.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Consume Web Service.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   │       ├── Web References.Esynaps.Reference.cs.dll
    │   │   │   │       └── Web References.PerfectXML.Reference.cs.dll
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Consume Web Service.csproj.FileListAbsolute.txt
    │   │   │       └── How-To Consume Web Service.csproj.GenerateResource.Cache
    │   │   ├── ReadMe.htm
    │   │   ├── uddisdksetup (1.76).msi
    │   │   └── Web References
    │   │       ├── Esynaps
    │   │       │   ├── DailyDiblert.disco
    │   │       │   ├── DailyDiblert.wsdl
    │   │       │   ├── Reference.cs
    │   │       │   └── Reference.map
    │   │       └── PerfectXML
    │   │           ├── All.datasource
    │   │           ├── BookService.disco
    │   │           ├── BookService.wsdl
    │   │           ├── Prices.datasource
    │   │           ├── Reference.cs
    │   │           ├── Reference.map
    │   │           ├── SalesRankNPrice1.datasource
    │   │           └── SalesRanks.datasource
    │   ├── Windows Forms - Associating Help with an Application
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Help.exe
    │   │   │   │   └── How-To Help.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Help.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── help.htm
    │   │   ├── How-To Associating Help with an Application.csproj
    │   │   ├── How-To Associating Help with an Application.csproj.user
    │   │   ├── How-To Associating Help with an Application.sln
    │   │   ├── htmlhelp.chm
    │   │   ├── htmlhelp.chw
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Associating Help with an Application.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Associating Help with an Application.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Help.exe
    │   │   │   │   ├── How-To Help.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Associating Help with an Application.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Associating Help with an Application.csproj.GenerateResource.Cache
    │   │   │       └── How-To Help.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - Create an Explorer Style Application
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Create an Explorer-Style Application.exe
    │   │   │   │   └── How-To Create an Explorer-Style Application.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Create an Explorer-Style Application.exe
    │   │   ├── DirectoryScanner
    │   │   │   ├── DirectoryNode.cs
    │   │   │   ├── DirectoryScanner.cs
    │   │   │   ├── DirectoryScanner.resx
    │   │   │   └── FolderList.cs
    │   │   ├── ExplorerStyleViewer
    │   │   │   ├── 35FLOPPY.BMP
    │   │   │   ├── CLSDFOLD.BMP
    │   │   │   ├── DirectoryTreeView.cs
    │   │   │   ├── DirectoryTreeView.resx
    │   │   │   ├── DOC.BMP
    │   │   │   ├── EXE.BMP
    │   │   │   ├── ExplorerStyleViewer.cs
    │   │   │   ├── ExplorerStyleViewer.resx
    │   │   │   ├── FileListView.cs
    │   │   │   ├── FileListView.resx
    │   │   │   ├── MenuItemView.cs
    │   │   │   ├── MenuItemView.resx
    │   │   │   └── OPENFOLD.BMP
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create an Explorer-Style Application.csproj
    │   │   ├── How-To Create an Explorer-Style Application.csproj.user
    │   │   ├── How-To Create an Explorer-Style Application.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── DirectoryScanner.resources
    │   │   │   │   ├── DirectoryTreeView.resources
    │   │   │   │   ├── ExplorerStyleViewer.resources
    │   │   │   │   ├── FileListView.resources
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create an Explorer-Style Application.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create an Explorer-Style Application.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create an Explorer-Style Application.exe
    │   │   │   │   ├── How-To Create an Explorer-Style Application.pdb
    │   │   │   │   ├── MenuItemView.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── DirectoryScanner.resources
    │   │   │       ├── DirectoryTreeView.resources
    │   │   │       ├── ExplorerStyleViewer.resources
    │   │   │       ├── FileListView.resources
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Create an Explorer-Style Application.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create an Explorer-Style Application.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Create an Explorer-Style Application.exe
    │   │   │       └── MenuItemView.resources
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Automate Office
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   └── Release
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Office Automation.csproj
    │   │   ├── How-To Office Automation.csproj.user
    │   │   ├── How-To Office Automation.sln
    │   │   ├── menu.xml
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── build.force
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Office Automation.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Office Automation.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Office Automation.csproj.ResolveComReference.cache
    │   │   │   │   ├── Interop.AgentObjects.dll
    │   │   │   │   ├── Interop.AgentServerObjects.dll
    │   │   │   │   ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   ├── Interop.Microsoft.Office.Interop.Excel.dll
    │   │   │   │   ├── Interop.Microsoft.Office.Interop.Word.dll
    │   │   │   │   ├── Interop.VBIDE.dll
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── build.force
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Office Automation.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Office Automation.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Office Automation.csproj.ResolveComReference.cache
    │   │   │       ├── Interop.AgentObjects.dll
    │   │   │       ├── Interop.AgentServerObjects.dll
    │   │   │       └── Interop.Microsoft.Office.Core.dll
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Common Dialogs
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Common Dialogs.exe
    │   │   │   │   └── How-To Common Dialogs.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Common Dialogs.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Common Dialogs.csproj
    │   │   ├── How-To Common Dialogs.csproj.user
    │   │   ├── How-To Common Dialogs.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Common Dialogs.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Common Dialogs.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Common Dialogs.exe
    │   │   │   │   ├── How-To Common Dialogs.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Common Dialogs.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Common Dialogs.csproj.GenerateResource.Cache
    │   │   │       └── How-To Common Dialogs.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms- How-To Custom Exceptions
    │   │   ├── Client
    │   │   │   ├── App.config
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── bin
    │   │   │   │   └── Debug
    │   │   │   │       ├── Client.exe
    │   │   │   │       ├── Client.exe.config
    │   │   │   │       ├── Client.pdb
    │   │   │   │       ├── Server.dll
    │   │   │   │       └── Server.pdb
    │   │   │   ├── Client.csproj
    │   │   │   ├── Client.csproj.user
    │   │   │   ├── Client.sln
    │   │   │   ├── frmAbout.cs
    │   │   │   ├── frmAbout.resx
    │   │   │   ├── frmMain.cs
    │   │   │   ├── frmMain.resx
    │   │   │   ├── How-To.ico
    │   │   │   ├── obj
    │   │   │   │   └── Debug
    │   │   │   │       ├── Client.csproj.FileListAbsolute.txt
    │   │   │   │       ├── Client.csproj.GenerateResource.Cache
    │   │   │   │       ├── Client.exe
    │   │   │   │       ├── Client.pdb
    │   │   │   │       ├── frmAbout.resources
    │   │   │   │       ├── frmMain.resources
    │   │   │   │       ├── ResolveAssemblyReference.cache
    │   │   │   │       └── TempPE
    │   │   │   └── ReadMe.htm
    │   │   ├── Custom Exceptions.sln
    │   │   ├── ReadMe.htm
    │   │   └── Server
    │   │       ├── AssemblyInfo.cs
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       │       ├── Server.dll
    │   │       │       └── Server.pdb
    │   │       ├── Customer.cs
    │   │       ├── obj
    │   │       │   └── Debug
    │   │       │       ├── Server.csproj.FileListAbsolute.txt
    │   │       │       ├── Server.dll
    │   │       │       ├── Server.pdb
    │   │       │       └── TempPE
    │   │       ├── ReadMe.htm
    │   │       ├── Server.csproj
    │   │       ├── Server.csproj.user
    │   │       └── Server.sln
    │   ├── Windows Forms -  How-To Data Binding with Navigation
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Data Binding with Navigation.exe
    │   │   │   │   └── How-To Data Binding with Navigation.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Data Binding with Navigation.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Data Binding with Navigation.csproj
    │   │   ├── How-To Data Binding with Navigation.csproj.user
    │   │   ├── How-To Data Binding with Navigation.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Data Binding with Navigation.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Data Binding with Navigation.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Data Binding with Navigation.exe
    │   │   │   │   ├── How-To Data Binding with Navigation.pdb
    │   │   │   │   └── TempPE
    │   │   │   │       └── ProductDataSet.Designer.cs.dll
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Data Binding with Navigation.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Data Binding with Navigation.csproj.GenerateResource.Cache
    │   │   │       └── How-To Data Binding with Navigation.exe
    │   │   ├── ProductDataSet.Designer.cs
    │   │   ├── ProductDataSet.xsd
    │   │   ├── ProductDataSet.xsx
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Data Grid Formatting
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To DataGrid Formatting.exe
    │   │   │   │   └── How-To DataGrid Formatting.pdb
    │   │   │   └── Release
    │   │   │       └── How-To DataGrid Formatting.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To DataGrid Formatting.csproj
    │   │   ├── How-To DataGrid Formatting.csproj.user
    │   │   ├── How-To DataGrid Formatting.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To DataGrid Formatting.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To DataGrid Formatting.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To DataGrid Formatting.exe
    │   │   │   │   ├── How-To DataGrid Formatting.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To DataGrid Formatting.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To DataGrid Formatting.csproj.GenerateResource.Cache
    │   │   │       └── How-To DataGrid Formatting.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To DataGrid Sorting and Filtering
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To DataGrid Sorting and Filtering.exe
    │   │   │   │   └── How-To DataGrid Sorting and Filtering.pdb
    │   │   │   └── Release
    │   │   │       └── How-To DataGrid Sorting and Filtering.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To DataGrid Sorting and Filtering.csproj
    │   │   ├── How-To DataGrid Sorting and Filtering.csproj.user
    │   │   ├── How-To DataGrid Sorting and Filtering.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To DataGrid Sorting and Filtering.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To DataGrid Sorting and Filtering.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To DataGrid Sorting and Filtering.exe
    │   │   │   │   ├── How-To DataGrid Sorting and Filtering.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To DataGrid Sorting and Filtering.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To DataGrid Sorting and Filtering.csproj.GenerateResource.Cache
    │   │   │       └── How-To DataGrid Sorting and Filtering.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Inherited Windows Forms
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Forms Inheritance.exe
    │   │   │   │   └── How-To Forms Inheritance.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Forms Inheritance.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmBase.cs
    │   │   ├── frmBase.resx
    │   │   ├── frmDataGrid.cs
    │   │   ├── frmDataGrid.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmRichTextBox.cs
    │   │   ├── frmRichTextBox.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Forms Inheritance.csproj
    │   │   ├── How-To Forms Inheritance.csproj.user
    │   │   ├── How-To Forms Inheritance.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmBase.resources
    │   │   │   │   ├── frmDataGrid.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmRichTextBox.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Forms Inheritance.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Forms Inheritance.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Forms Inheritance.exe
    │   │   │   │   ├── How-To Forms Inheritance.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmBase.resources
    │   │   │       ├── frmDataGrid.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmRichTextBox.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Forms Inheritance.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Forms Inheritance.csproj.GenerateResource.Cache
    │   │   │       └── How-To Forms Inheritance.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To ListBox and ComboBox
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To ListBox And ComboBox.exe
    │   │   │   │   └── How-To ListBox And ComboBox.pdb
    │   │   │   └── Release
    │   │   │       └── How-To ListBox And ComboBox.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To ListBox And ComboBox.sln
    │   │   ├── How-To ListBox.csproj
    │   │   ├── How-To ListBox.csproj.user
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To ListBox And ComboBox.exe
    │   │   │   │   ├── How-To ListBox And ComboBox.pdb
    │   │   │   │   ├── How-To ListBox.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To ListBox.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To ListBox And ComboBox.exe
    │   │   │       ├── How-To ListBox.csproj.FileListAbsolute.txt
    │   │   │       └── How-To ListBox.csproj.GenerateResource.Cache
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Menus
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Menus.exe
    │   │   │   │   └── How-To Menus.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Menus.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmEdit.cs
    │   │   ├── frmEdit.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Menus.csproj
    │   │   ├── How-To Menus.csproj.user
    │   │   ├── How-To Menus.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmEdit.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Menus.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Menus.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Menus.exe
    │   │   │   │   ├── How-To Menus.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmEdit.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Menus.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Menus.csproj.GenerateResource.Cache
    │   │   │       └── How-To Menus.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms -  How-To System Tray Icon
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Create a Windows System Tray Program.exe
    │   │   │   │   └── How-To Create a Windows System Tray Program.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Create a Windows System Tray Program.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Create a Windows System Tray Program.csproj
    │   │   ├── How-To Create a Windows System Tray Program.csproj.user
    │   │   ├── How-To Create a Windows System Tray Program.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Create a Windows System Tray Program.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Create a Windows System Tray Program.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Create a Windows System Tray Program.exe
    │   │   │   │   ├── How-To Create a Windows System Tray Program.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Create a Windows System Tray Program.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Create a Windows System Tray Program.csproj.GenerateResource.Cache
    │   │   │       └── How-To Create a Windows System Tray Program.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Top-Level Forms
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Multiple Top-Level Forms.exe
    │   │   │   │   └── How-To Multiple Top-Level Forms.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Multiple Top-Level Forms.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To.ico
    │   │   ├── How-To Multiple Top-Level Forms.csproj
    │   │   ├── How-To Multiple Top-Level Forms.csproj.user
    │   │   ├── How-To Multiple Top-Level Forms.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Multiple Top-Level Forms.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Multiple Top-Level Forms.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Multiple Top-Level Forms.exe
    │   │   │   │   ├── How-To Multiple Top-Level Forms.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Multiple Top-Level Forms.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Multiple Top-Level Forms.csproj.GenerateResource.Cache
    │   │   │       └── How-To Multiple Top-Level Forms.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - How-To Use Drag and Drop
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Drag and Drop.exe
    │   │   │   │   └── How-To Drag and Drop.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Drag and Drop.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Drag and Drop.csproj
    │   │   ├── How-To Drag and Drop.csproj.user
    │   │   ├── How-To Drag and Drop.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Drag and Drop.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Drag and Drop.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Drag and Drop.exe
    │   │   │   │   ├── How-To Drag and Drop.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Drag and Drop.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Drag and Drop.csproj.GenerateResource.Cache
    │   │   │       └── How-To Drag and Drop.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms -  How-To Validating Textboxes
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── How-To Validating TextBoxes.exe
    │   │   │   └── How-To Validating TextBoxes.pdb
    │   │   ├── EMailTextBox.cs
    │   │   ├── EMailTextBox.resx
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Validating TextBoxes.csproj
    │   │   ├── How-To Validating TextBoxes.csproj.user
    │   │   ├── How-To Validating TextBoxes.sln
    │   │   ├── IPAddressTextBox.cs
    │   │   ├── IPAddressTextBox.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── EMailTextBox.resources
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Validating TextBoxes.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Validating TextBoxes.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Validating TextBoxes.exe
    │   │   │   │   ├── How-To Validating TextBoxes.pdb
    │   │   │   │   ├── IPAddressTextBox.resources
    │   │   │   │   ├── PhoneTextBox.resources
    │   │   │   │   ├── RegExTextBox.resources
    │   │   │   │   ├── SsnTextBox.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── EMailTextBox.resources
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Validating TextBoxes.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Validating TextBoxes.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Validating TextBoxes.exe
    │   │   │       ├── IPAddressTextBox.resources
    │   │   │       ├── PhoneTextBox.resources
    │   │   │       ├── RegExTextBox.resources
    │   │   │       └── SsnTextBox.resources
    │   │   ├── PhoneTextBox.cs
    │   │   ├── PhoneTextBox.resx
    │   │   ├── ReadMe.htm
    │   │   ├── RegExTextBox.cs
    │   │   ├── RegExTextBox.resx
    │   │   ├── SsnTextBox.cs
    │   │   └── SsnTextBox.resx
    │   ├── Windows Forms - How-To XML Comments
    │   │   ├── About.cs
    │   │   ├── About.resx
    │   │   ├── AssemblyInfo.cs
    │   │   ├── AssemblyTreeView.cs
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   ├── DescriptoControls.cs
    │   │   ├── DescriptoControls.resx
    │   │   ├── Descriptors.cs
    │   │   ├── ErrorWindow.cs
    │   │   ├── ErrorWindow.resx
    │   │   ├── FindDialog.cs
    │   │   ├── FindDialog.resx
    │   │   ├── imageIndexData.cs
    │   │   ├── MainDoc.cs
    │   │   ├── MainWindow.cs
    │   │   ├── MainWindow.resx
    │   │   ├── MemberNode.cs
    │   │   ├── NodeWindow.cs
    │   │   ├── NodeWindow.resx
    │   │   ├── obj
    │   │   │   └── Debug
    │   │   │       ├── DescriptoBox.resources
    │   │   │       ├── ErrorTable.resources
    │   │   │       ├── FindDialog.resources
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── MainWindow.resources
    │   │   │       ├── NodeWindow.resources
    │   │   │       ├── OpenFiles.resources
    │   │   │       ├── TempPE
    │   │   │       ├── VersionInfo.resources
    │   │   │       ├── XMLDocumentationTool.csproj.FileListAbsolute.txt
    │   │   │       └── XMLDocumentationTool.csproj.GenerateResource.Cache
    │   │   ├── OpenFiles.cs
    │   │   ├── OpenFiles.resx
    │   │   ├── ReadMe.htm
    │   │   ├── Resources
    │   │   │   └── imagestrip.bmp
    │   │   ├── Utils.cs
    │   │   ├── VersionInfo.cs
    │   │   ├── VersionInfo.resx
    │   │   ├── XMLDocumentationTool.csproj
    │   │   ├── XMLDocumentationTool.csproj.user
    │   │   ├── XMLDocumentationTool.sln
    │   │   └── XMLDocumentationTool.sln.xml
    │   ├── Windows Forms -- Owner Drawn Menus
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Owner Drawn Menus.exe
    │   │   │   │   └── How-To Owner Drawn Menus.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Owner Drawn Menus.exe
    │   │   ├── exit.ico
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmIconModMenu.cs
    │   │   ├── frmIconModMenu.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmTextModMenu.cs
    │   │   ├── frmTextModMenu.resx
    │   │   ├── How-To Owner Drawn Menus.csproj
    │   │   ├── How-To Owner Drawn Menus.csproj.user
    │   │   ├── How-To Owner Drawn Menus.sln
    │   │   ├── IconMenuItem.cs
    │   │   ├── IconMenuItem.resx
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmIconModMenu.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmTextModMenu.resources
    │   │   │   │   ├── How-To Owner Drawn Menus.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Owner Drawn Menus.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Owner Drawn Menus.exe
    │   │   │   │   ├── How-To Owner Drawn Menus.pdb
    │   │   │   │   ├── IconMenuItem.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmIconModMenu.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmTextModMenu.resources
    │   │   │       ├── How-To Owner Drawn Menus.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Owner Drawn Menus.csproj.GenerateResource.Cache
    │   │   │       ├── How-To Owner Drawn Menus.exe
    │   │   │       └── IconMenuItem.resources
    │   │   ├── open.ico
    │   │   ├── ReadMe.htm
    │   │   └── save.ico
    │   ├── Windows Forms - Simple Printing
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Do Simple Printing.exe
    │   │   │   │   └── How-To Do Simple Printing.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Do Simple Printing.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Do Simple Printing.csproj
    │   │   ├── How-To Do Simple Printing.csproj.user
    │   │   ├── How-To Do Simple Printing.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Do Simple Printing.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Do Simple Printing.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Do Simple Printing.exe
    │   │   │   │   ├── How-To Do Simple Printing.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Do Simple Printing.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Do Simple Printing.csproj.GenerateResource.Cache
    │   │   │       └── How-To Do Simple Printing.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - Use Crystal Reports
    │   │   ├── AllCustomersOrders.cs
    │   │   ├── AllCustomersOrders.rpt
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── CrystalReportsPrintPreview.exe
    │   │   │   │   └── CrystalReportsPrintPreview.pdb
    │   │   │   └── Release
    │   │   │       └── CrystalReportsPrintPreview.exe
    │   │   ├── CustomerOrders.cs
    │   │   ├── CustomerOrders.resx
    │   │   ├── CustomerOrders.rpt
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Crystal Reports Print Preview.csproj
    │   │   ├── How-To Crystal Reports Print Preview.csproj.user
    │   │   ├── How-To Crystal Reports Print Preview.sln
    │   │   ├── How-To.ico
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── CrystalReportsPrintPreview.CustomerOrders.resources
    │   │   │   │   ├── CrystalReportsPrintPreview.exe
    │   │   │   │   ├── CrystalReportsPrintPreview.pdb
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Crystal Reports Print Preview.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Crystal Reports Print Preview.csproj.GenerateResource.Cache
    │   │   │   │   └── TempPE
    │   │   │   │       ├── AllCustomersOrders.cs.dll
    │   │   │   │       ├── CustomerOrders.cs.dll
    │   │   │   │       ├── TenMostExpensiveProducts.cs.dll
    │   │   │   │       └── Top5ProductsSold.cs.dll
    │   │   │   └── Release
    │   │   │       ├── CrystalReportsPrintPreview.CustomerOrders.resources
    │   │   │       ├── CrystalReportsPrintPreview.exe
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Crystal Reports Print Preview.csproj.FileListAbsolute.txt
    │   │   │       └── How-To Crystal Reports Print Preview.csproj.GenerateResource.Cache
    │   │   ├── ReadMe.htm
    │   │   ├── TenMostExpensiveProducts.cs
    │   │   ├── TenMostExpensiveProducts.rpt
    │   │   ├── Top5ProductsSold.cs
    │   │   └── Top5ProductsSold.rpt
    │   ├── Windows Forms - Use Format Codes to Format Data in Strings
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Format Codes to Format Data in Strings.exe
    │   │   │   │   └── How-To Use Format Codes to Format Data in Strings.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Format Codes to Format Data in Strings.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Use Format Codes to Format Data in Strings.csproj
    │   │   ├── How-To Use Format Codes to Format Data in Strings.csproj.user
    │   │   ├── How-To Use Format Codes to Format Data in Strings.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Use Format Codes to Format Data in Strings.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Format Codes to Format Data in Strings.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Format Codes to Format Data in Strings.exe
    │   │   │   │   ├── How-To Use Format Codes to Format Data in Strings.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Use Format Codes to Format Data in Strings.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Format Codes to Format Data in Strings.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Format Codes to Format Data in Strings.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - Use Regular Expressions
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Use Regular Expressions.exe
    │   │   │   │   └── How-To Use Regular Expressions.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Use Regular Expressions.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmImageViewer.cs
    │   │   ├── frmImageViewer.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── frmStatus.cs
    │   │   ├── frmStatus.resx
    │   │   ├── How-To Use Regular Expressions.csproj
    │   │   ├── How-To Use Regular Expressions.csproj.user
    │   │   ├── How-To Use Regular Expressions.sln
    │   │   ├── ImageAttributes.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmImageViewer.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── frmStatus.resources
    │   │   │   │   ├── How-To Use Regular Expressions.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Use Regular Expressions.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Use Regular Expressions.exe
    │   │   │   │   ├── How-To Use Regular Expressions.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmImageViewer.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── frmStatus.resources
    │   │   │       ├── How-To Use Regular Expressions.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Use Regular Expressions.csproj.GenerateResource.Cache
    │   │   │       └── How-To Use Regular Expressions.exe
    │   │   └── ReadMe.htm
    │   ├── Windows Forms - Use the Clipboard
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To Using the Clipboard.exe
    │   │   │   │   └── How-To Using the Clipboard.pdb
    │   │   │   └── Release
    │   │   │       └── How-To Using the Clipboard.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To Using the Clipboard.csproj
    │   │   ├── How-To Using the Clipboard.csproj.user
    │   │   ├── How-To Using the Clipboard.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To Using the Clipboard.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To Using the Clipboard.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To Using the Clipboard.exe
    │   │   │   │   ├── How-To Using the Clipboard.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To Using the Clipboard.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To Using the Clipboard.csproj.GenerateResource.Cache
    │   │   │       └── How-To Using the Clipboard.exe
    │   │   ├── ReadMe.htm
    │   │   └── twodogs.JPG
    │   ├── Windows Forms - XP Theme Support
    │   │   ├── AssemblyInfo.cs
    │   │   ├── bin
    │   │   │   ├── Debug
    │   │   │   │   ├── How-To XP Theme Support.exe
    │   │   │   │   └── How-To XP Theme Support.pdb
    │   │   │   └── Release
    │   │   │       └── How-To XP Theme Support.exe
    │   │   ├── frmAbout.cs
    │   │   ├── frmAbout.resx
    │   │   ├── frmMain.cs
    │   │   ├── frmMain.resx
    │   │   ├── How-To XP Theme Support.csproj
    │   │   ├── How-To XP Theme Support.csproj.user
    │   │   ├── How-To XP Theme Support.sln
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── frmAbout.resources
    │   │   │   │   ├── frmMain.resources
    │   │   │   │   ├── How-To XP Theme Support.csproj.FileListAbsolute.txt
    │   │   │   │   ├── How-To XP Theme Support.csproj.GenerateResource.Cache
    │   │   │   │   ├── How-To XP Theme Support.exe
    │   │   │   │   ├── How-To XP Theme Support.pdb
    │   │   │   │   └── TempPE
    │   │   │   └── Release
    │   │   │       ├── frmAbout.resources
    │   │   │       ├── frmMain.resources
    │   │   │       ├── How-To XP Theme Support.csproj.FileListAbsolute.txt
    │   │   │       ├── How-To XP Theme Support.csproj.GenerateResource.Cache
    │   │   │       └── How-To XP Theme Support.exe
    │   │   ├── ReadMe.htm
    │   │   └── Sample_Manifest.xml
    │   └── WinForms - Dynamic Control Creation
    │       ├── AssemblyInfo.cs
    │       ├── bin
    │       │   ├── Debug
    │       │   │   ├── How-To Dynamic Control Creation.exe
    │       │   │   └── How-To Dynamic Control Creation.pdb
    │       │   └── Release
    │       │       └── How-To Dynamic Control Creation.exe
    │       ├── frmAbout.cs
    │       ├── frmAbout.resx
    │       ├── frmMain.cs
    │       ├── frmMain.resx
    │       ├── frmSurveyForm.cs
    │       ├── frmSurveyForm.resx
    │       ├── How-To Dynamic Control Creation.csproj
    │       ├── How-To Dynamic Control Creation.csproj.user
    │       ├── How-To Dynamic Control Creation.sln
    │       ├── obj
    │       │   ├── Debug
    │       │   │   ├── frmAbout.resources
    │       │   │   ├── frmMain.resources
    │       │   │   ├── frmSurveyForm.resources
    │       │   │   ├── How-To Dynamic Control Creation.csproj.FileListAbsolute.txt
    │       │   │   ├── How-To Dynamic Control Creation.csproj.GenerateResource.Cache
    │       │   │   ├── How-To Dynamic Control Creation.exe
    │       │   │   ├── How-To Dynamic Control Creation.pdb
    │       │   │   └── TempPE
    │       │   └── Release
    │       │       ├── frmAbout.resources
    │       │       ├── frmMain.resources
    │       │       ├── frmSurveyForm.resources
    │       │       ├── How-To Dynamic Control Creation.csproj.FileListAbsolute.txt
    │       │       ├── How-To Dynamic Control Creation.csproj.GenerateResource.Cache
    │       │       └── How-To Dynamic Control Creation.exe
    │       ├── Questions.xml
    │       └── ReadMe.htm
    └── 101C#Samples.sln

948 directories, 3201 files

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警