Home Archive Issue #309
Issue #309

Clean Architecture, JWT, and .NET 9

A varied .NET roundup with DDD and Clean Architecture, JWT auth, EF Core auditing, xUnit fixtures, SignalR, and .NET 9 tips.

Jasen's top three picks

  1. 1
    How To Use Domain-Driven Design (DDD) in Clean Architecture — With C# and Real Examples.

    medium.com

    A solid DDD/Clean Architecture primer to start the issue; useful if you’re separating domain rules from framework concerns.

  2. 2
    Writing Future-Proof C# Code: How to Build Software That Lasts

    medium.com

    A practical future-proofing piece—good advice, even if the real trick is keeping abstractions honest and minimal.

  3. 3
    The Power of Abstractions: Building Flexible Code in .NET

    medium.com

    This one pairs well with the DDD articles: abstraction decisions matter most when the next requirement arrives.

Editor's note

I pulled together a pretty wide mix this time: architecture, security, data access, testing, and a few runtime and framework refreshers. The DDD/Clean Architecture pieces and the JWT setup article stood out because they’re practical, opinionated, and aimed at codebases people are actively maintaining. I also like seeing reminders like the xUnit fixtures post and the GC deep dive because they solve very real day-to-day problems.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox