Implementing Typed Configuration
I posted an article on code project about an engine I have created, that gives the ability to easily view the various configuration sections with a typed manner.
The types that will represent each section drive the engine to read each section and populate instances with values.
On the article, there is source code for the engine and for various examples that demonstrate the above for various custom schemas in the configuration sections.
The article on code project can be found here