Home Archive Issue #192
Issue #192

Outbox, middleware, and API hardening

A mixed .NET lineup covering outbox reliability, middleware, JSON, performance tuning, security, clean architecture, and API resilience.

Jasen's top three picks

  1. 1
    The Outbox Pattern in .NET: Reliable Event-Driven Microservices Without the Headaches

    medium.com

    A solid walkthrough of the outbox pattern for keeping event-driven systems consistent without fragile hand-rolled plumbing.

  2. 2
    The Only Reliable Way to Spot Good .NET Code: It’s Not What You Think!

    medium.com

    This is a useful reality check on judging code quality by maintainability and clarity, not just clever syntax.

  3. 3
    ⚙️ .NET Middleware Demystified: Native Patterns That Power Every Request

    medium.com

    A good breakdown of middleware fundamentals for anyone who wants to understand where request behavior really lives.

Editor's note

I curated a deliberately mixed issue this time: reliability, performance, and day-to-day coding craft all show up. The outbox pattern and HttpClient resiliency pieces are especially practical if you build distributed systems. I also liked the middleware and async/await articles for the kind of mistakes that quietly cost teams time.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox