How can dynamic Key-value pairs of objects be stored in app.config in using the application settings api, at runtime?
I've been trying to get my head around, and I can't find any meaningful example or documentation.
I seems that .Net dictionary classes can't be serialized in XML to store them in app.config
Is the only way to do it by using custom XML serialized classes, or are there any other ways?
[Edit] useful things I found so far:
In dept article about .Net 2.0 configuration on Code Project
Unraveling the Mysteries of .NET 2.0 Configuration
Visual studion Addin: