Save Settings in a .NET Winforms Application [duplicate]
At some point, the answer boils down to a matter of taste. I’d say you’ll end up with at least these options: store it in the registry, where you have the HKEY_CURRENT_USER key. Everything under it is user-specific. This is usually preferred when you want to store a bunch of small key-value pairs. The main … Read more