Multiple environments in ASP.NET Core

APS.NET Core has introduced new environment variable called ASPNET_ENV. It allows us to control our application behaviour between multiple environments because it’s describing environment on which application is currently working on.

By Dawid on (tags: asp.net Core, environment, categories: code)