Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 930 Bytes

File metadata and controls

11 lines (8 loc) · 930 Bytes

System.Configuration

Contains types that provide the programming model for handling XML configuration data (App.config). This library exists only to support migrating existing .NET Framework code that uses System.Configuration. The ConfigurationManager class provides access to configuration files for client applications.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.configuration

Contribution Bar

Deployment

System.Configuration is a NuGet package that gets shipped along with every release of .NET.