Step by step: ASP.NET Core on Docker
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 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.
Guide to building an ASP.NET 5 web app with .NET Core and deploying it to Heroku cloud using a build pack.
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.
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.
Introducing fluent interface extensions for ASP.NET Core to simplify configuration and middleware setup with conditional methods.
Guide to configuring Kestrel server URLs in ASP.NET Core RC2, covering code-based and external JSON file methods.
A guide to migrating existing ASP.NET Core RC1 applications to the new ASP.NET Core RC2 release, covering tooling changes and CLI updates.
Explains how to handle unresolved tenant scenarios in the SaasKit multi-tenancy library for ASP.NET applications.
A tutorial on implementing JSON Patch for partial resource updates in ASP.NET Core HTTP APIs, covering operations and setup.
Explains how to customize ASP.NET Core's model-binding conventions for API commands, moving beyond default query string binding.
A technical guide on implementing and using Role Claims in ASP.NET Identity Core for managing application permissions.
Explains how to implement tenant-specific dependency injection scopes in ASP.NET Core for multi-tenant applications.
A guide to customizing and adding custom claims to user identities in ASP.NET Core Identity, covering claims transformers and principal factories.
Introducing ASP.NET Core TagHelpers and HTML Helpers for easily adding Open Graph and Twitter Card meta tags to enhance social media sharing.
A technical guide on implementing a Subresource Integrity (SRI) TagHelper for ASP.NET Core, covering hash calculation, caching, and browser security.