Visual Studio Programmer's Guide for the .NET Framework
Configuration Namespaces in Visual Studio
The configuration namespaces in the .NET Framework include:
- Configuring Applications Using Dynamic Properties
Explains how you can store some of a component's property values to an external file and load them when the application runs. These dynamic properties allow you to make changes to property values, without recompiling the application, after your project has been deployed.
- Introduction to the .NET Framework Class Library in Visual Studio
Provides an overview of the namespaces in the .NET Framework.
- Assemblies
Provides information about these building blocks of .NET Framework applications.
Other Resources