News

Normally, manually changing settings in Visual Studio Code involves editing JSON files that describe the settings—a tedious and error-prone process. The Settings Editor provides a more readable ...
But you don't have to use the appsettings.json file if you don't want to -- .NET Core will let you hard-code your configuration settings or retrieve them from some other source (a database, perhaps).