Blog

Articles about .NET, software architecture, and developer life.

Coming Home: Rebuilding This Blog in .NET

Coming Home: Rebuilding This Blog in .NET

A .NET developer who went astray into PHP/Laravel/Statamic land — and eventually found their way back. This is the story of rebuilding this blog from scratch in .NET 10 and Blazor, while keeping every single article file intact.

Read more →
Using Testing.Platform with NET 9

Using Testing.Platform with NET 9

.NET 9.0 is introducing the new Testing.Platform. Let's take a look at what that is how you will benefit from using it.

Read more →
Have you ever memory-profiled in a unit test?

Have you ever memory-profiled in a unit test?

Today's article will be a short but hopefully useful one: Ever had to memory profile code during unit test execution? Thought so. Let's take a look at how that works.

Read more →
Consuming Kafka messages with MassTransit

Consuming Kafka messages with MassTransit

Many articles on this blog deal with various aspects of MassTransit and asynchronous messaging techniques. Let's explore how you can incorporate a very broker alongside the existing messaging infrastructure in your project. For this, we consume Kafka messages via MassTransit.

Read more →