architecture

CQRS in .NET Articles, Tutorials & News

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

72 articles Updated

CQRS .NET is the focus of this topic page. CQRS in .NET is a recurring focus for C# and .NET developers working in the Microsoft ecosystem. Intermediate and senior .NET developers use this hub to scan practical writing without treating every link as an endorsement.

Recurring subtopics in recent issues include CQRS .NET, CQRS C#, command query .NET, and MediatR CQRS. Those themes are drawn from titles and excerpts in the newest archive entries for this tag, not from a marketing outline.

Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for CQRS in .NET; the archive list is chronological and larger. Secondary angles such as CQRS .NET and CQRS C# appear when the archive actually covered them. Nearby reading often overlaps with MediatR for C# and .NET and Event Sourcing in .NET.

Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.

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

    How Akka.Persistence allowed us to break the logjam on Sdkbin's massive technical debt.

    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

Archive

Page 1 of 3

Newest first