CQRS in .NET Articles, Tutorials & News

CQRS in .NET articles, tutorials, and news from the DotNetNews archive.

72 articles Updated

Start here

Editor picks for CQRS

  1. CQRS Without MediatR: A Lightweight Approach for Modern .NET Applications

    c-sharpcorner.com Issue #494

    Nice reminder that CQRS is a pattern first, not a MediatR dependency.

    Read article Issue #494

  2. Vertical Slice Architecture in C# (.NET 8): A Complete Guide with Production-Ready Examples

    medium.com Issue #493

    If you like feature-first organization, this is a good production-minded vertical slice walkthrough with familiar CQRS and MediatR tradeoffs.

    Read article Issue #493

  3. The CQRS decorator pipeline: logging, caching, and transactions without touching a handler

    medium.com Issue #492

    Decorator pipelines are a solid way to keep handlers clean. Logging and caching belong around the behavior, not inside it.

    Read article Issue #492

  4. CQRS in ASP.NET Core: Practical Scenarios Where It Actually Makes Sense

    c-sharpcorner.com Issue #479

    A useful corrective to CQRS hype. Good when discussing whether the complexity is earned.

    Read article Issue #479

  5. VSA + CQRS without turning into a framework: the shared language your team has been wanting

    jean-puga.medium.com Issue #462

    Interesting architectural middle ground for teams that want CQRS and shared language without building a mini framework.

    Read article Issue #462

  6. Build Your Own CQRS Dispatcher in .NET 10 (No MediatR)

    codewithmukesh.com Issue #434

    Timely and practical, especially for teams rethinking MediatR dependencies and wanting a lightweight dispatcher with AOT and benchmark considerations.

    Read article Issue #434

  7. Migrating from CRUD to CQRS and Event-Sourcing with Akka.Persistence

    petabridge.com Issue #365

    A useful reminder that GitHub Actions runners can waste CPU even when idle.

    Read article Issue #365

  8. Clean Up Bloated CQRS Handlers

    codeopinion.com Issue #327

    A CQRS cleanup strategy that separates concerns instead of letting handlers turn into junk drawers.

    Read article Issue #327

CQRS .NET from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on CQRS in .NET.

Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward CQRS .NET, CQRS C#, command query .NET. Recent pieces worth opening: “The self-invalidating cache that lives in the pipeline, not your handlers” and “Clean Architecture + Vertical Slice Architecture in .NET”.

Every item links out to the original publisher and back to the DotNetNews issue where it ran.

Latest

Newest CQRS from the archive

Archive

Page 1 of 3

Newest first