lonewolf32
Member
- Joined
- May 3, 2006
- Messages
- 17
My company is finally moving to Visual Studio 2008 for development. We have been developing .NET applications for a while now but have never settled the issue of whether we should still be using the Registry to store settings.
Currently I am making use of user.settings to store user type things. But what should we do if we want to have common settings that several applications that exist in different directories (i.e. different products) need access to?
Should we continue to utilize the Registry or is there some accepted way of sharing settings? I just remember hearing things about the Registry going away in the future, so I want to plan accordingly if that is the case. (I know this wouldnt happen any time soon, but if it is going to happen someday then we want to make intelligent choices now, while we are already shaking things up.
Thanks!
Dave
Currently I am making use of user.settings to store user type things. But what should we do if we want to have common settings that several applications that exist in different directories (i.e. different products) need access to?
Should we continue to utilize the Registry or is there some accepted way of sharing settings? I just remember hearing things about the Registry going away in the future, so I want to plan accordingly if that is the case. (I know this wouldnt happen any time soon, but if it is going to happen someday then we want to make intelligent choices now, while we are already shaking things up.
Thanks!
Dave