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

An Introduction to Kubernetes
Deploying ASP.NET Core applications to Kubernetes - Part 1
In this post I describe some of the basic concepts that you'll need to be familiar with to deploy ASP.NET Core applications to Kubernetes.…

Deploying ASP.NET Core applications to Kubernetes
In this series I'll cover a variety of topics and things I've learned in deploying ASP.NET Core applications to Kubernetes.…

.NET Core, Docker, and Cultures - Solving a culture issue porting a .NET Core app from Windows to Linux
In this post I describe how I fixed an issue with Cultures that arose when porting an ASP.NET Windows app to ASP.NET Core on Linux.…

Running .NET Core global tools in non-sdk Docker images
In this post I describe how you can avoid the dependencies of global tools on the .NET Core SDK and runtime by containerising them using Docker.…

Packaging CLI programs into Docker images to avoid dependency hell
In this post I show how to create a Docker image containing your favourite CLI tool, and a helper script for invoking it. I demonstrate with the AWS CLI.…

A bootstrapper script for the Cake .NET Core Global Tool on Alpine using ash
In this post I provide an Almquist shell (ash) bootstrapper script for the Cake.Tool .NET Core global tool on Alpine Linux…

