Application Configuration for .NET
Use strongly typed .NET classes to define configuration data and persist it into a variety of configuration stores.
Features:
- Create strongly typed configuration classes
- Simply add properties to a class to map a configuration item
- Automatic type conversion for simple .NET types and enums
- Storage to .config files, plain XML files, strings or a database
- Read and write to configuration stores
- Automatically synch class configuration to config store
- Encrypt individual configuration keys rather than entire section
- Ability to create multiple configuration objects to isolate configuration data
- Extensible: Create your own configuration store providers
- Use in Web, Desktop, Services or Console applications

