Simplifies defining .net configuration sections. Removes the ceremony required to define config sections by providing
a mechanism to define your config structure in terms of plain old interfaces.
This package allows for the configuration manager to be consumed as an interface and also provides attributes for quick configuration section making with another tool.
Class for retrieving settings from app.config, optionally related to a type. A separate project exits for web.config files.
Below is an example for a config file, which assumes the existence of class Base, as well as classes Buggy and Stable, which inherit from Base (all in the same assembly). In...
More information
Class for retrieving settings from web.config, optionally related to a type. A separate project exists for app.config files.
Below is an example for a config file, which assumes the existence of class Base, as well as classes Buggy and Stable, which inherit from Base (all in the same assembly). In...
More information