Almost everything you need to know about localization in ASP.NET Core and MVC Core. Written for 2.0 RTM.
See what has changed in the area of configuration in ASP.NET Core 2.0. We will check typical configuration with the default WebHostBuilder, and how configuration is passed to Startup.
Shows you how to enable Azure AD authentication in app using ASP.NET Core 2.0.
Explores dependency injection in ASP.NET Core and MVC Core. We look through the various ways in which dependencies can be injected in various places.
Control from where resources are allowed to load on your ASP.NET Core site
How can you protect your app from possible Certificate Authority compromise?
Shows how you can make sure your site is (almost) always accessed over a secure connection
How to make sure all requests hitting an ASP.NET Core app are done over a secure channel.
Quick summary of the most important ways you can use attribute routes in ASP.NET Core. Some rarer scenarios are covered as well.
Part 1 of a series, in this one we look at how a basic Web API is built on ASP.NET Core.