I recently read Learning ASP.NET Core 2.0 by Jason De Oliveira and Michel Bruchet and thought I'd share my thoughts on it.
.NET Core 2.0 had a surprise release this week, right in the middle of my posting schedule. So let's take a step back from ASP.NET Core middleware and dissect the news, install the latest version and see what we can do with it.
At Build 2017, there were a lot of new features announced for ASP.NET Core 2.0, .NET Core 2.0 and .NET Standard 2.0. In this week's blog post, we're going to look at a few of the changes, specifically: the new configuration model and Razor Pages. I'll even cover a bug that was found in Razor Pages. Remember a preview build isn't necessarily ready for production