Posted on: 29-11-2017
How authentication can be required globally, as well as how to apply a different authorization policy on different parts of the app automatically.
Posted on: 04-11-2017
How to add custom error pages that properly handle 404s and exceptions in production with ASP.NET MVC Core.
Posted on: 03-11-2017
Using IActionDescriptorCollectionProvider to find what controller actions and Razor Pages are available in an ASP.NET MVC Core application.
Posted on: 13-10-2017
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.
Posted on: 02-10-2017
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.
Posted on: 03-09-2017
Almost everything you need to know about localization in ASP.NET Core and MVC Core. Written for 2.0 RTM.
Posted on: 02-07-2017
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.
Posted on: 04-06-2017
Shows you how to enable Azure AD authentication in app using ASP.NET Core 2.0.
Posted on: 10-02-2017
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.
Posted on: 01-02-2017
Control from where resources are allowed to load on your ASP.NET Core site