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

Solving the source generator 'marker attribute' problem in .NET 10
Exploring the .NET 10 preview - Part 4
In this post I discuss a new source generator API, AddEmbeddedAttributeDefinition(), added in .NET 10, which makes it easier to embed generated attributes…

C# 14 extension members; AKA extension everything
Exploring the .NET 10 preview - Part 3
In this post I look at the C#14 extension members feature. I show how to convert extension methods to the new syntax and how to add new types of extension.…

Behind the scenes of dotnet run app.cs
Exploring the .NET 10 preview - Part 2
In this post I looks at how the new single-file .NET run experience is implemented inside the .NET SDK, focusing on how the virtual-project file is built…

Exploring the features of dotnet run app.cs
Exploring the .NET 10 preview - Part 1
In this post I discuss the new single-file .NET run experience, in which you can run a C# file directly, without needing a csproj project file…

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

