Archive

Posts Tagged ‘IConfigurationSectionHandler’

Configuration sections the easy way

February 23rd, 2009
Daniel Marbach

Have you ever needed to implement configuration sections for the application configuration file with C#? If you want to implement such a section for the application configuration file you need to dive deep into the System.Configuration namespace which offers quite powerful collections and attribute based configuration methods to implement configuration sections. But there is actually an easier way to implement such a section without divining deep into System.Configuration. The solution is serialization!

read more

 

.NET , , , ,