How to deserialize an object containing collections from an App.config or Web.config in .NET 4.0 and C#
Let says you want to store your application settings in an App.config or Web.config file and these settings should contain collections of settings, then use can use the following code to deserialize an object containing…