All Articles

Simple Config Sections 1.2 released

About a week ago I’ve released another version of SimpleConfigSections. It’s marked 1.2.0 and you can install it through Install-Package SimpleConfigSections.

What is SimpleConfigSections?

SimpleConfigSections is a little library that simplifies defining .net configuration sections. As you can see in the mentioned msdn documentation the amount of boilerplate code is substantial. An equivalent example in SimpleConfigSections looks like follows:

As you can see the SimpleConfigSections version is more concise and a bit easier to write. More examples can be found on project’s github page.