Reading a setting from App.config or Web.config is a pretty common task. Here's a class that makes this loads easier: AppSettingsUtil Easily read application setting values in a variety of types, specifying default values if necessary.
**This has been merged**
Try https://www.nuget.org/packages/Aliencube.ConfigurationValueConverter
--
Comma Delimited List Value Converter enables comma delimited string values to be a list in configuration sectionis from App.config or Web.config
**This has been merged**
Try https://www.nuget.org/packages/Aliencube.ConfigurationValueConverter
--
Case Insensitive Enum Value Converter enables enum values to be case-insensitive in configuration sectionis from App.config or Web.config
This provides a converter library that converts configuration value to enum or list.
It is a consolidated version of:
- https://www.nuget.org/packages/Aliencube.CaseInsensitiveEnumConverter
- https://www.nuget.org/packages/Aliencube.CommaDelimitedListConverter
If you want to find an individual...
More information