HTTP Strict Transport Security (HSTS) in ASP.NET Core
Explains how to implement HTTP Strict Transport Security (HSTS) in ASP.NET Core to enforce secure HTTPS connections.
Joonas Westlin is a software developer at Zure and an Azure MVP specializing in building cloud applications on Microsoft Azure. He focuses on ASP.NET Core, TypeScript, and identity solutions using Azure Active Directory.
91 articles from this blog
Explains how to implement HTTP Strict Transport Security (HSTS) in ASP.NET Core to enforce secure HTTPS connections.
A tutorial on creating custom middleware in ASP.NET Core to automatically redirect HTTP requests to HTTPS for improved security.
A concise reference guide for implementing attribute routing in ASP.NET Core, covering route templates, constraints, and prefixes.
A tutorial on creating a basic Web API for an online store using ASP.NET Core, covering project setup, data models, and Entity Framework Core.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
A tutorial on implementing Azure Active Directory authentication in an ASP.NET Core 1.0 web application.
A technical deep dive into the new configuration system in ASP.NET Core 1.0, covering JSON files, environment variables, and hierarchical settings.
A guide to creating, running locally, and deploying an ASP.NET Core 1.0 web application to Azure Web Apps with Azure SQL.
A technical guide on setting up a globally distributed Azure DocumentDB database and integrating it with an ASP.NET MVC web application.
A technical guide on implementing nested Azure Traffic Manager profiles for global traffic distribution and failover scenarios.
Explains ARR Affinity in Azure App Service, its performance impact, and when to enable or disable it for load balancing.