Posts tagged with: cqrs
Explore all posts associated with this tag.

Event Sourcing in .NET: A Practical Guide with Real-World Example and Best Practices
Learn the event sourcing pattern, its benefits, and how to implement event sourcing in .NET with real-world examples and best practices for scalable, auditable systems.
By Steve Bang on June 7, 2025
Read more
MediatR in .NET: A Complete Guide with Real Examples and Clean Architecture
Discover how to use MediatR in .NET to implement the Mediator Pattern, reduce dependencies between layers, improve architecture, and make source code easier to maintain. Includes practical examples and optimization tips.
By Steve Bang on May 27, 2025
Read more