- 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.

New in ASP.NET Core 3.0: structured logging for startup messages
Exploring ASP.NET Core 3.0 - Part 6
In this post I describe a change in ASP.NET Core 3.0 that means startup messages use structured logging…

Running async tasks on app startup in ASP.NET Core 3.0
Exploring ASP.NET Core 3.0 - Part 4
In this post I describe how a small change in the ASP.NET Core 3.0 WebHost makes it easier to run asynchronous tasks on app startup using IHostedService…

Exploring the new project file, Program.cs, and the generic host
Exploring ASP.NET Core 3.0 - Part 1
In this post I'll take a look at how Program.cs and the csproj project file have changed in ASP.NET Core 3.0 and explore some of the new classes.…

Exploring ASP.NET Core 3.0
In this series I explore some of the changes and new features coming to ASP.NET core 3.0.…

Alternatives to Microsoft.FeatureManagement
Adding feature flags to an ASP.NET Core app - Part 6
In this post I describe a few alternatives to the new Microsoft.FeatureManagement library for adding feature flags to your ASP.NET Core app…

Ensuring consistent feature flags across requests
Adding feature flags to an ASP.NET Core app - Part 5
In this post I show how to ensure your feature flags remain consistent between requests by using IFeatureManagerSnapshot and implementing ISessionManager…

