Top "Appsettings" questions

How to add configuration values in AppSettings.json in Azure functions. Is there any structure for it?

What is the standard structure to add keys to appsettings.json? Also, how to read those values in our run.…

azure azure-functions appsettings
Read values from local.settings.json in VS 2017 Azure Function development

I am writing an Azure function in VS 2017. I need to set up a few custom configuration parameters. I added …

json azure azure-functions appsettings
ConfigurationManager in WPF

I have a config file in a wpf project to store the connectionstring. But when I try to get AppSettings …

c# sql wpf configurationmanager appsettings
How can I read/write app.config settings at runtime without using user settings?

I'm looking for a way to store application or machine level settings that can be written to at runtime using …

.net wpf visual-studio app-config appsettings
Different application settings depending on configuration mode

Is anyone aware of a way that I can set application (or user) level settings in a .Net application that …

c# .net vb.net settings appsettings
Objective-C - Detect when user change the app's notifications settings

I need to always know which options the user choose on the push notification settings. (The options are - alert, …

iphone objective-c push-notification apple-push-notifications appsettings
How do you put environmental variables in web.config?

I am currently Following these tutorials, and I am wanting to call the clear text string from Azure's Application Settings …

asp.net-mvc azure web-config connection-string appsettings
Get the App.Config of another Exe

I have an exe with an App.Config file. Now I want to create a wrapper dll around the exe …

c# .net configuration-files appsettings system.configuration
How to hardcode and read a string array in appSettings.json?

I use VSCode and NetCore 1.1.1. I need to store several datapaths in my appsetting.json to let my console application …

c# .net-core appsettings
Read appsettings.json from a class in .NET Core 2

I need to read a list of properties from appsettings.json file (section: placeto) in a business class, but I …

c# asp.net-core-2.0 appsettings