Building a better .NET Application Configuration Class - revisited

Posted by Rick Strahl on West-Wind See other posts from West-Wind or by Rick Strahl
Published on Fri, 28 Dec 2012 12:41:29 GMT Indexed on 2013/06/24 16:23 UTC
Read the original article Hit count: 552

Filed under:
|
Managing configuration settings is an important part of successful applications. It should be easy to ensure that you can easily access and modify configuration values within your applications. If it's not - well things don't get parameterized as much as they should. In this post I discuss a custom Application Configuration class that makes it super easy to create reusable configuration objects in your applications using a code-first approach and the ability to persist configuration information into various types of configuration stores.

© West-Wind or respective owner

Related posts about .NET

Related posts about ASP.NET