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. You even get a free copy of the first edition of ASP.NET Core in Action!
In this post I describe how we tracked down a hanging xUnit test by building a custom XuniTestFramework implementation…
In this post I discuss the new Task.WaitAsync() APIs introduced in .NET 6 and how you can use them to cancel an await call…
In this post I describe how you can wait for your ASP.NET Core app to be ready to receive requests from inside an IHostedService/BackgroundService in .NET 6…
In this post I describe a source generator I created to improve the performance of enum operations…
In this post I describe how I solved a problem I've been wrestling with around source generators: where to put the 'marker attributes'…
In this post I describe a problem I've been wrestling with around source generators: where to put the 'marker attributes' that drive the generator…
Stay up to the date with the latest posts!