- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

How to use machine-specific configuration with ASP.NET Core
In this post I'll show how to load machine-specific configuration values in your applications using the new ASP.NET Core configuration system.…

Adding Localisation to an ASP.NET Core application
In this post I'll walk through the process of adding localisation to an ASP.NET Core application using the recommended approach with resx resource files.…

Viewing what's changed in ASP.NET Core 1.0.1
A quick view of the file changes introduced to the ASP.NET Core framework with the September update to ASP.NET Core 1.0.1 using the compare view in GitHub.…

HTML minification using WebMarkupMin in ASP.NET Core
In this post I show how to add HTML minification (and HTTP compression) to your ASP.NET Core application at runtime, using the open source WebMarkupMin.…

Configuring environment specific services in ASP.NET Core - Part 2
In this post I show an approach to configuring environment specific services using naming conventions built into the Startup class and the WebHostBuilder.…

Configuring environment specific services for dependency injection in ASP.NET Core
In this post I show how you can configure dependency injection so that different services will be injected when you are in a development environment.…

