Previously in part 1, I introduced JSON-based configuration files inside ASP.NET Core Web Applications. In this post, I will go over the role of global.json
config file in determining which .NET SDK version to use when executing .NET Core applications.
In this blog post, I will create a new ASP.NET Core web app using the Visual Studio 2015 (Update 3) Empty Project Template, and introduce basic workflow for ASP.NET developers to get it up and running.