You are creating a Windows Forms application by using the .NET Framework 3.5.
You discover that a particular group of settings named UserPreferences changes frequently.
You need to store the UserPreference settings to prevent affecting other application settings.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Use the Properties.UserPreferences object.
B.
Use the Properties.Settings.Default.UserPreferences object.
C.
Use the ConfigurationManager.AppSettings object during runtime.
D.
Create the settings by using Application scope.
E.
Create the settings by using User scope.