Why aren't .NET "application settings" stored in the registry?
- by Thomas
Some time back in the nineties, Microsoft introduced the Windows Registry. Applications could store settings in different hives. There were hives for application-wide and user-specific scopes, and these were placed in appropriate locations, so that roaming profiles worked correctly.
In .NET 2.0 and up, we have this thing called Application…