Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

What is the difference between application scoped and user scoped settings?

There are generally two main types of settings that applications want to store:

  1. Static data like connection strings and web references that don't change often, but should still be possible for an admin to change.
  2. User preferences and customization settings that can change at any time.

Application scoped settings are useful in scenario (1) and user scoped settings are useful in scenario (2).



Page view counter