0
kicks
A useful custom configuration section for inline unconstrained XML
I needed to keep some XML in the App.config without constraining it with a schema. There is no out-of-the-box support for this in .NET unfortunately.
So I wrote a small class to facilitate this and a small app that uses it.