Home Archive Issue #194
Issue #194

Kafka mapping, DDD, observability

A varied .NET lineup covering Kafka mapping performance, DDD refactors, observability, Azure SQL embeddings, EF Core, Copilot, and IIS deployment.

Jasen's top three picks

  1. 1
    Death by DTO: How Excessive Mapping Slowed Down Our Kafka Consumer

    piyushdoorwar.medium.com

    A nice reminder that mapping layers can become the bottleneck when a Kafka consumer is doing too much work.

  2. 2
    How to Build, Publish, and Deploy a .NET + Angular App to IIS

    medium.com

    A practical deployment walkthrough for getting a .NET and Angular app published and running on IIS.

  3. 3
    Avoid the if-else Jungle: Use Switch Expressions Like a Pro

    medium.com

    Switch expressions earn their keep here by replacing branchy code with something easier to read and maintain.

Editor's note

I curated a mixed lineup this time, from a Kafka consumer slowed by over-mapping to a practical DDD refactor in C#. The observability piece and the Azure SQL embeddings post stood out because they translate architecture ideas into day-to-day decisions.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox