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

Using action results and content negotiation with "route-to-code" APIs
In this post I describe how to use content negotiation with route-to-code by executing ActionResults.…

Using Quartz.NET with ASP.NET Core and worker services
In this post I show how to run Quartz.NET jobs in ASP.NET Core and worker service apps using the Quartz.Extensions.Hosting package…

Applying the MVC design pattern to Razor Pages
In this article from my new book we look in greater depth at how the MVC design pattern applies to Razor Pages in ASP.NET Core.…

Tips, tricks, and edge cases
Deploying ASP.NET Core applications to Kubernetes - Part 12
In this post I describe some of the smaller pieces of advice, tips, and info I found when running applications on Kubernetes…

Avoiding downtime in rolling deployments by blocking SIGTERM
Deploying ASP.NET Core applications to Kubernetes - Part 11
In this post I describe an issue I experienced with the NGINX ingress controller where you get 502 errors during a rolling deployment, and how I fixed it…

Creating an 'exec-host' deployment for running one-off commands
Deploying ASP.NET Core applications to Kubernetes - Part 10
In this post I show an approach for allowing you to run one-off commands in a Kubernetes cluster by deploying a CLI tool as a deployment…

