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
Posted on:
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.
Posted on:
Part 1 of a series, in this one we look at how a basic Web API is built on ASP.NET Core.
Posted on:
Tutorial on how to use Azure AD B2C with ASP.NET Core. Provides solutions to some problems developers are going to face.
Posted on:
Tutorial on setting up authentication with Azure Active Directory on ASP.NET Core.
Posted on:
Explores the different ways in which we can provide configuration settings to ASP.NET Core applications.
Posted on:
Guide on creating a basic ASP.NET Core application and publishing it to Azure.