- 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 the YamlDotNet source generator for Native AOT
In this post I show how you can use the YamlDotNet source generator to do strongly-typed serialization and deserialization, even in Native AOT apps…

Working with tar files in .NET 8
In this post I show how to create, extract, and list tar files using the built-in tar support introduced in .NET 7, and discuss some of the limitations…

Testing your incremental generator pipeline outputs are cacheable
Creating a source generator - Part 10
In this post I show an approach for unit testing that your incremental generator outputs are cached correctly so you don't impact IDE performance…

Avoiding performance pitfalls in incremental generators
Creating a source generator - Part 9
In this post I describe some important things to think about when designing your incremental source generator, particularly the pitfalls to watch out for…

Understanding the .NET ecosystem: The introduction of .NET Standard
In this article, previously part of my new book, we look at .NET Standard, look at why it was created, and discuss its future.…

Understanding the .NET ecosystem: The evolution of .NET into .NET 7
In this article, previously part of my new book, we look at the introduction of .NET Core, why it was created, and how it has evolved into .NET 7.…

