Top "Application-settings" questions

application-settings are global code or data used for configuration

Why do people consistently recommend using appConfig instead of using Settings files? (.NET)

Very often I see the answer to the question like: "How should I store settings in my .NET app?" is …

.net .net-2.0 app-config appsettings application-settings
How to save byte[] in c# application settings

I am trying to save a byte array (byte[]) in c# application settings that is returned by Object List View. …

c# visual-studio-2010 listview application-settings
Dependency Injection and AppSettings

Let's say I am defining a browser implementation class for my application: class InternetExplorerBrowser : IBrowser { private readonly string executablePath = @"C:\…

c# oop dependency-injection application-settings
Where to store Application Data in Windows 7 and Vista

My application needs to, like most, store data. The application was previously used on XP only where it would store …

c# windows-7 uac application-settings special-folders
How to keep Django app settings in database, or change on-the-fly?

Does anyone have a suggestion on how to create a system that allows me to change settings on the fly? …

django settings application-settings django-settings
Add comments in App.config in Winform application

I'm developing a windows application with C# . I need to add some comments into Application settings ( App.config ) Here is …

c# winforms app-config application-settings