I'm currently making the switch from .NET Framework to .NET Core. In the past, all of my application settings were …
visual-studio asp.net-core .net-core asp.net-core-mvc appsettingsRecently, I discovered that the "Web.Config" file contains an <appSettings> section which seemed good for storing one's …
asp.net web-config appsettings application-settingsHow can you check if a configuration section exists in the appsettings.json in .NET Core? Even if a section …
.net json asp.net-core app-config appsettingsmy desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="…
c# app-config appsettings configurationmanager custom-sectionsAre there any recommendations on when to use Application settings (not per user settings) vs. .config file <appsettings>? …
.net appsettings settings.settingsVery 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-settingsTL; DR Is there any way that I can use JSON variable substitution with default Release variables in VSTS? Description …
json azure-devops appsettings azure-pipelines-release-pipelineIs there a method to get a value from the <ApplicationSettings> section of a web.config within NLog …
web-config nlog appsettingsI have the following appSettings section <appSettings> <add key="Foo" value="http://foo.bar.com/?app=xxx&…
asp.net appsettingsVS2015 Pro, .NET Core, Web Application. I'm trying to figure out how to get objects out of appsettings, that have …
visual-studio-2015 configuration asp.net-core .net-core appsettings