Managing .NET Application Settings and Connection Strings with ConfigurationManager
The ConfigurationManager class provides a convenient way to manage application settings and connection strings in .NET applications.
Namespace and Assembly
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Working with Application Settigns
To use ConfigurationManager, add a referecne to the System.Co ...
Posted on Sun, 21 Jun 2026 17:56:43 +0000 by mark103