My project this weekend is to re-write Downstream in VS 2005 and maybe finish a couple of ASP.Net controls I have been meaning to write.
So far I am impressed with vs 2005. The intellisense is great! I am now finding some stuff that I used as being obsolete (ConfigurationSettings.GetConfig()) and getting to use some generics (Dictionary<string, Provider> _providers instead of Hashtable _providers - I kinda like the feel of generics, seems “better“) ... so much to learn, so little time!
Scott Seely has a good entry on System.Configuration.Configuration Settings Back Backgrounder