.NET Web API - Environment Variables
Introduction
The first article in this series was the default WeatherForecast model that is created by default in a .NET Web API project. We'll build off Article 1 to start reading in values from environment variables and appsettings.json files.
The ...
itsjoshcampos.codes6 min read