Top "Application-settings" questions

application-settings are global code or data used for configuration

How do I retrieve ApplicationSettings from a loaded App.config file?

Is it possible to access the values from the applicationSettings section of a loaded app.config file? I have found …

.net visual-studio configuration app-config application-settings
How to retrieve values from settings.bundle in Objective-c/Swift?

I have created a project that set and retrieve values from settings.bundle. I have also set some defaults values …

objective-c swift iphone nsuserdefaults application-settings
Android - Push Notification are ON?

How to check programmatically if user turn off push notification in app settings? Can I open app settings intent directly …

android push-notification application-settings
How is User.config created and how it is used

I started reading about config files and I read about user.config. Googled about it, but couldnt find how it …

c# configuration-files application-settings
Save little information as setting in android (like first time that app is run)

I want to save a flag for recognizing that my app is run for the first time or not. For …

java android database application-settings
Changing NHibernate Session.Save command timeout

We have a couple of long running back-end processes that take longer than the default 30 seconds. Our NHibernate version is 2.0.1.4000 …

.net nhibernate timeout application-settings
app.config globalization

web.config allow a globalization tag: This setting will set the globalization for the entire ASP.NET application. Does this …

.net visual-studio globalization application-settings
how to change .NET user settings location

By default settings are stored at: C:\Documents and Settings\\Local Settings\Application Data\<Project Name> How can …

c# appsettings application-settings
Access application settings from ASP.Net MVC View

In an ASP.Net MVC 1.0 applicati0n, is it possible to access the application settings (MyProject.Properties.Settings.Default.*) from …

asp.net asp.net-mvc view application-settings
Opening app's notification settings in the settings app

In the case that a user may accidentally declines to receive notifications and wants to turn notifications later, how can …

ios swift xcode application-settings