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

Working with stacked branches in git (Part 2)
In this post looking at stacked branches I describe how to handle scenarios such as merging one of your stacked branches and handling changes to main…
in Git
Working with stacked branches in git (Part 1)
In this post I describe why I like to use stacked branches and stacked PRs for larger features, and how I handle making changes to commits in the stack…
in Git
Converting a Microsoft XNA 3.1 game to MonoGame
In this post I describe how I took a Microsoft XNA 3.1 game from 15 years ago and converted it to use MonoGame on .NET 8 in just a few hours…

Creating your first sample game with MonoGame
In this post I provide an introduction to MonoGame, looking at it's history, the requirements for building with MonoGame, and finally a first sample app.…

Converting a docker-compose file to .NET Aspire
In this post I describe how I converted the deployment method of the mailing-list manager lismonk from a docker-compose.yml file to an Aspire app host project…

Pushing a whole stack of branches with a single Git command
In this post I show how you can push push a whole stack of branches with a single command using a Git alias: git push-stack…
in Git

