In .NET 2.0/Visual studio 2005 there is a new (and easy) way of keeping application settings. In VS 2005 you can simply enter key-value-type pairs and it will generate code that reads, saves and updates your settings for you. Now with each settingsproperty
Read More...