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.
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 tutorial on creating a simple Web API using .NET Core and the NancyFX framework, highlighting its simplicity and features.
A guide to implementing SEO-friendly URLs in ASP.NET Core applications, covering best practices and code examples for better search engine ranking.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
A tutorial on debugging an ASP.NET Core application running inside a Docker container using Visual Studio Code.
A guide to optimizing Microsoft Application Insights for ASP.NET Core apps by moving the tracking script to an external file for better performance and security.
How to build lightweight ASP.NET Core APIs using only essential packages, avoiding unnecessary website-related dependencies.
A tutorial on adding HTTPS support and Dockerizing an ASP.NET Core application, including generating a self-signed certificate.
A tutorial on scaling an ASP.NET Core application using Docker Swarm, covering service creation, scaling, and management.
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 developer's guide to integrating Apple Pay JS into an ASP.NET Core website for accepting payments.
A guide to the ASP.NET Core + Angular 2 starter template for Visual Studio, covering features like server-side prerendering and hot module replacement.
A step-by-step tutorial on how to containerize an ASP.NET Core application using Docker, from creating a Dockerfile to running the image.
A step-by-step guide to integrating Serilog for structured logging in an ASP.NET Core application, including configuration and dependency injection.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
An in-depth guide to using NGINX as a reverse proxy and web server for ASP.NET Core applications, covering setup, configuration, and comparisons.
A tutorial on implementing Azure Active Directory authentication in an ASP.NET Core 1.0 web application.
Explains how to use the global.json file in .NET Core to reference local project source code instead of NuGet packages for easier debugging and development.