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

Last chance to win a ticket to APIDays London with my new book!
In this post I describe how you can win a ticket to APIDays London by purchasing my book, but you must enter before 23rd August!…

Keyed service dependency injection container support
Exploring the .NET 8 preview - Part 6
In this post I discuss the new "keyed service" support for the dependency injection container, introduced in .NET 8 preview 7…

ASP.NET Core in Action, Third Edition is now in print
My new book, ASP.NET Core in Action, Third Edition, is now in print. In this post I describe some of the changes, how you can get it, and how to get money off…

Replacing method calls with Interceptors
Exploring the .NET 8 preview - Part 5
In this post I look at the C#12 feature, interceptors. I show how and why they're useful, and how the ASP.NET Core minimal API source generator uses them…

Exploring the new minimal API source generator
Exploring the .NET 8 preview - Part 4
In this post I take a look at the new minimal API source generator added in .NET 8 preview 3 to support AOT, and explore the code it generates.…

Comparing WebApplication.CreateBuilder() to the new CreateSlimBuilder() method
Exploring the .NET 8 preview - Part 3
In this post I look at the new WebApplication.CreateSlimBuilder() method, explore why it was introduced, and discuss how it differs from CreateBuilder().…

