Community

Using Settings in C#

(Matt Stoecker) The .NET Framework 2.0 allows you to create and access values that are persisted between application execution sessions. These values are called settings. Settings can represent user preferences, or valuable information the application needs to use. For example, you might create a se

Read More - Register for Free Membership