Exception Not Found

Implementing CQRS in .NET Part 3: The Commands Interface

This is Part 3 of a four-part series describing how to build an application in .NET using the Command-Query Responsibility Segregation (CQRS) [http://martinfowler.com/bliki/CQRS.html] and Event Sourcing (ES) [http://martinfowler.com/eaaDev/EventSourcing.html] patterns, as well as the SimpleCQRS [https://github.com/tyronegroves/SimpleCQRS] NuGet

Implementing CQRS in .NET Part 2: Handling Commands and Events

This is Part 2 of a four-part series describing how to build an application in .NET using the Command-Query Responsibility Segregation (CQRS) [http://martinfowler.com/bliki/CQRS.html] and Event Sourcing (ES) [http://martinfowler.com/eaaDev/EventSourcing.html] patterns, as well as the SimpleCQRS [https://github.com/tyronegroves/SimpleCQRS] NuGet

Implementing CQRS/ES in ASP.NET

This is Part 1 of a four-part series describing how to build an application in .NET using the Command-Query Responsibility Segregation [http://martinfowler.com/bliki/CQRS.html] and Event Sourcing [http://martinfowler.com/eaaDev/EventSourcing.html] patterns, as well as the SimpleCQRS [https://github.com/tyronegroves/SimpleCQRS] NuGet package. UPDATE

Pattern Overview: Command-Query Responsibility Segregation and Event Sourcing

A major project we're working on will be using the Command-Query Responsibility Segregation (CQRS) [http://martinfowler.com/bliki/CQRS.html] and Event Sourcing (ES) [http://martinfowler.com/eaaDev/EventSourcing.html] patterns for its application architecture, and I've spent a few weeks getting my head wrapped around these two ideas. Believe

The Software Development Holy Wars Part II: The New Recruit

Tomorrow we ship out! First patrol in the wild, and it's gonna be a good one. Watch out, wrongdoers, because we're coming for ya! I'm PFC Manuela Ruiz-Borrego, and I'm here to take the fight to the other guys! I joined the development army to help fight the cause, protect

Exception Not Found © 2026