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
User Settings vs Application Settings vs Resources in Visual Studio 2008

I'm a little confused by the different ways Visual Studio allows dynamic values to be saved to a project, and …

.net visual-studio-2008 resources application-settings settings
Where should I store my application data?

I have an application that needs to store data. Currently, I am using the built-in Application Settings to do it, …

.net wpf settings application-settings settings.settings
How do I store desktop application data in a cross platform way for python?

I have a python desktop application that needs to store user data. On Windows, this is usually in %USERPROFILE%\Application …

python desktop-application application-settings