How authentication can be required globally, as well as how to apply a different authorization policy on different parts of the app automatically.
How to add custom error pages that properly handle 404s and exceptions in production with ASP.NET MVC Core.
Using IActionDescriptorCollectionProvider to find what controller actions and Razor Pages are available in an ASP.NET MVC Core application.
Walkthrough on how to use the new Managed Service Identity service in Azure to easily authenticate against services with no credentials stored within the app.
Sometimes you might need to find out if a given URL will match an action in your MVC Core app. Here we look at how to do that.
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