The CNClrLib.Configuration namespace contains interfaces that provides the programming model for handling configuration data, such as data in machine or application configuration files. These interfaces are defined as classes and interfaces in C# System.Configuration Namespaces.
The first example shows a simple console application that reads application settings, adds a new setting, and updates an existing setting.