architecture
CQRS in .NET Articles, Tutorials & News
CQRS in .NET articles, tutorials, and news from the DotNetNews archive.
72 articles Updated Page 2 of 3
Browse additional CQRS in .NET articles from the DotNetNews archive.
CQRS in .NET articles
Page 2 of 3
Newest first
-
Solving Logging as a Cross-Cutting Concern with MediatR in .NET 9
medium.com Issue #339
A 3-Part Enterprise Guide to Clean, Scalable, Centralized Logging
-
Vertical Slice Architecture in simple terms
medium.com Issue #339
Vertical slice architecture is a different approach to structuring a solution that can significantly improve the maintainability of an…
-
Clean Architecture With .NET 9 And CQRS — Project Setup
medium.com Issue #338
Let’s set up a Clean Architecture + CQRS project in .NET 9 the right way — no 10-layer overengineering, no mysterious “Core” folder that…
-
✅ Vertical Slice Aggregates — A Real Alternative to Clean Architecture in .NET
medium.com Issue #336
A Deep-Dive Architectural Article for Senior .NET Engineers
-
️ Clean Architecture With Document Database, Minimal APIs, and CQRS in .NET 9
medium.com Issue #336
PART 1 — Foundations, Architecture Map, and Full Project Setup Continue reading on CodeToDeploy »
-
CQRS Is A Specialized Tool, Not an Architecture Theater.
levelup.gitconnected.com Issue #328
The Technical Justification Behind Read/Write Separation Continue reading on Level Up Coding »
-
Clean Up Bloated CQRS Handlers
codeopinion.com Issue #327
CQRS Handlers that bloated mess. It's a nightmare. There is a way out which is using a pipeline of execution to separate concerns.
-
.NET Clean Architecture DDD CQRS Template
medium.com Issue #323
Every new .NET project that needed real business logic and Domain-Driven Design (DDD) seemed to start from scratch. Without a shared…
-
⚡ CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9 (With Code)
medium.com Issue #315
“Don’t overengineer. CQRS is about clarity — not complexity.”
-
.NET 10: The Next Leap in Developer Experience
blog.devops.dev Issue #315
A New Era of Performance, Cloud-Native Power, and Developer Empowerment Continue reading on DevOps.dev »
-
ASP.NET Core Architecture Patterns: CQRS, DDD, Clean Architecture Mastery (Part -19 of 40)
c-sharpcorner.com Issue #313
Master ASP.NET Core architecture with this comprehensive guide! Explore CQRS, DDD, and Clean Architecture to build scalable, maintainable enterprise systems. Learn through real-world e-commerce exampl...
-
Clean Architecture with a Document DB, Minimal APIs, and CQRS in .NET 9 (Copy-Paste Starter Kit)
medium.com Issue #313
If you want the full source code, join our community: Here
-
11 Battle-Tested Tips for Unit Testing CQRS Handlers (with Moq, FluentAssertions, and xUnit) — from…
medium.com Issue #310
If you want the full source code, join our community: Here
-
Mastering CQRS Pattern in C# and .NET — A Complete Guide
medium.com Issue #308
💡 “Separate reads from writes, and your system will thank you later.”
-
CQRS: Scale Your Database Without Breaking the Bank
medium.com Issue #300
How to stop fighting with your database and optimize it for reads and writes, using the right tool for each job.
-
Custom CQRS Without the Mediator: Building a Clean, Extensible Pipeline
medium.com Issue #297
The recent announcement about MediatR adopting a commercial license model for larger companies has prompted many teams to re-evaluate its…
-
CQRS Pattern in .NET with MediatR — A Complete Guide
malshikay.medium.com Issue #287
Simplifying commands and queries in .NET using MediatR
-
From IVRs to Insight: How I’m Architecting a Scalable Phone Queue Service in .NET
blog.stackademic.com Issue #278
TL;DR: Start modular, think in bounded contexts, pipe every call through an async backbone, and let CQRS/outbox keep your data honest… Continue reading on Stackademic »
-
CQRS ≠ MediatR
c-sharpcorner.com Issue #277
Demystifying CQRS and MediatR in .NET! Learn the difference between Command Query Responsibility Segregation and MediatR, with practical examples. Use them right!
-
.NET AI Community Standup: AI Tools Every .NET Dev Needs 📎
youtube.com Issue #274
CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9
-
Complete CQRS and Domain Events Setup in .NET
medium.com Issue #270
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Why Every .NET Team Should Use the Outbox Pattern
medium.com Issue #270
Ensure reliable event delivery in your .NET microservices with the Outbox Pattern: No more lost messages, duplicates, or inconsistent state.
-
.NET 8/9 with Clean Architecture + DDD + CQRS: The Ultimate 2025 Guide
medium.com Issue #265
Modern enterprise applications require maintainable, testable, and scalable architectures. Combining Clean Architecture, Domain-Driven…
-
Building an Invoice Entry System with Angular, ASP.NET Core, Dapper, CQRS, and SQL Server
c-sharpcorner.com Issue #265
Learn how Vibe Coding revolutionizes retail merchandising by replacing static seasonal plans with AI-powered, multi-agent systems that detect trends, align inventory, adjust pricing, and personalize c...
-
Practical CQRS and Event Sourcing with .NET 9
medium.com Issue #261
Modern distributed systems demand scalability, traceability, and flexibility. CQRS (Command Query Responsibility Segregation) and Event…