User settings need to be wrapped in class with properties with names corresponding with settings. The actual solution can generate problems when settings file will become larger and larger. If you mistype the name of the setting, raises an exception is raised. If settings will be wrapped in class, intellisense will take care of it, even before compilation
User settings need to be wrapped in class with properties with names corresponding with settings. The actual solution can generate problems when settings file will become larger and larger. If you mistype the name of the setting, raises an exception is raised. If settings will be wrapped in class, intellisense will take care of it, even before compilation