Home Archive Issue #231
Issue #231

API versioning, observability, and C# basics

A varied .NET roundup with API versioning, microservices observability, GC latency, design patterns, logging, and practical C# guides.

Jasen's top three picks

  1. 1
    Design Patterns Guide in .NET Using C# -Part I: Detailed explanation

    medium.com

    A solid opening piece on design patterns in .NET if you want a structured refresher rather than just code samples.

  2. 2
    Why .NET Core Cannot Run Directly on the JVM

    medium.com

    The GC latency article stands out for practical production debugging around background GC and the LOH.

  3. 3
    Read This Before Your Next .NET Core Interview — You’ll Thank Me Later

    medium.com

    API versioning is always worth revisiting, especially when your clients outlive your release cycle.

Editor's note

I kept this issue deliberately mixed, from architecture and API versioning to GC latency and beginner-friendly C# topics. The latency piece on background GC and the LOH is especially useful if you’re chasing production performance issues, and the observability article is a good fit for microservices teams.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox