68 |
73 | Application Configuration for .NET
74 |75 | code-first, strongly typed configuration classes for your .NET applications 76 |
77 |78 | Need to store common configuration settings in your application, but don't want to use the stodgy .NET configuration classes 79 | to access configuration data? This library lets you create .NET classes that map configuration data 80 | to strongly typed properties and retrieve\store these values either using the default .NET config 81 | file mechanism or various other configuration formats. 82 |
83 |84 |
Features:
85 | 86 |-
87 |
- Create strongly typed configuration classes 88 |
- Simply add properties to a class to map a configuration item 89 |
- Automatic type conversion for simple .NET types and enums 90 |
- Storage to .config files, plain XML or JSON files, strings or a database 91 |
- Read and write to configuration stores 92 |
- Automatically synch class configuration to config store 93 |
- Encrypt individual configuration keys rather than entire section 94 |
- Ability to create multiple configuration objects to isolate configuration data 95 |
- Extensible: Create your own configuration store providers 96 |
- Use in Web, Desktop, Services or Console applications 97 |
99 | Learn more »
100 |
101 |
102 |
103 |
105 | 106 |
107 |