Posts tagged #.NET

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 →
Enforce architectural constraints using NetArchTest

Enforce architectural constraints using NetArchTest

Testing, reviewing, and enforcing architectural constraints and conventions in solutions can be a big challenge even in smaller software development teams. Let's take a look at a very lightweight solution can help you and your team with this.

Read more →
Useful features in Entity Framework Core 8 for your application

Useful features in Entity Framework Core 8 for your application

Entity Framework has been around for 16 (!) years now. And while many of us are using it actively, not everyone is fortunate enough to be able to update with every new release. The latest version, Entity Framework Core 8, has been released. Let me introduce some of the features that I consider to be "generally useful".

Read more →