Configuration in ASP.NET 5

ASP.NET 5 offer a lot of options for loading configuration data such as json files, ini files, XML files, in memory collections, command line arguments, user secrets and environment variables. The following has at least one example of each type of configuration. Configurations are setup in the constructor of the Startup class. public Startup(IHostingEnvironment env, … Continue reading Configuration in ASP.NET 5