What is the standard structure to add keys to appsettings.json? Also, how to read those values in our run.…
azure azure-functions appsettingsI am writing an Azure function in VS 2017. I need to set up a few custom configuration parameters. I added …
json azure azure-functions appsettingsI have a config file in a wpf project to store the connectionstring. But when I try to get AppSettings …
c# sql wpf configurationmanager appsettingsI'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 appsettingsIs anyone aware of a way that I can set application (or user) level settings in a .Net application that …
c# .net vb.net settings appsettingsI 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 appsettingsI 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 appsettingsI 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.configurationI 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 appsettingsI 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