Dave Zych

Explaining the ASP.NET 5 Configuration Framework

ASP.NET 5 (aka vNext) has a new configuration system [https://github.com/aspnet/Configuration] which is designed to be lightweight and to work everywhere. This means no more web.config XML hell! Hooray! (However you can use XML files if you want…) Loading Settings The Configuration class is defined

Dave Zych © 2026