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

Handling concurrent merges to master in multi-stage Azure DevOps pipelines
In this post I describe a problem we were seeing in our large Azure DevOps pipeline, where a merge to master would cause PR builds to break mid-run.…

Replacing Disqus with GitHub discussions using giscus
I recently replaced Disqus with giscus for comments on this blog. In this post I describe the process I took…
in This Blog
Considering replacing Disqus with Giscus
In this post I'm soliciting opinions-should I pay to keep using Disqus for comments, or should I switch to an open-source alternative that uses GitHub…
in This Blog
Adding content negotiation to minimal APIs with Carter
In this post I show how to use the open source library Carter to add content negotiation to an ASP.NET Core minimal API app…

Returning XML from minimal APIs in .NET 6
In this post I show how to return an XML response from minimal APIs, how to create a helper extension method, and discuss performance considerations…

Understanding your middleware pipeline in .NET 6 with the Middleware Analysis package
In this post I introduce the Microsoft.AspNetCore.MiddlewareAnalysis package and show how to use it to visualise the middleware in your .NET 6 apps.…

