Blog

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

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 →

(Potential) new language features in C# 13

With every year, Microsoft releases new features for the C# language. For those of you interested in what direction the lead architects are taking us, let's take a look at what has been recently presented on Microsoft Build 2024.

Read more →