DCSIMG
ConfigurationManager - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

Browse by Tags

All Tags » ConfigurationManager (RSS)
Nice wrapper for .NET ConfigurationManager
I wrote a nice and useful wrapper class for .NET ConfigurationManager class. What this class gives you: Internal cache for reading AppSettings values. The cache refresh itself when the file is change on the fly. (Just use Setting .Watch() ) You can read parameters from AppSettings section with generic support and also forward default value. You can read connection string and more... Basically you can start working with the wrapper class instead of using .NET ConfigurationManager class. Of course...