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.
Tutorial on how to use Azure AD B2C with ASP.NET Core. Provides solutions to some problems developers are going to face.
Tutorial on setting up authentication with Azure Active Directory on ASP.NET Core.
Explores the different ways in which we can provide configuration settings to ASP.NET Core applications.
Guide on creating a basic ASP.NET Core application and publishing it to Azure.