216 Views
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.
0 comments