| © West Wind Technologies, 2004-2007 Do you need to manage your configuration settings in your application in sensible manner that goes beyond the basic features found in .NET's ConfigurationSettings class?
The wwAppConfiguration class provides relief by allowing you to create configuration settings as members of a strongly typed class which can persist its content to and from a variety of storage containers.Take a look at what's provided:
- A strongly typed interface to configuration settings
- Read and Write access to the your configuration settings (given permissions)
- Default value assignment that guarantees values are available
- Error handling for invalid entries
- Encryption for specific keys
- Store configuration data in different sections, external .CONFIG files,
plain XML files or even a database record.
|