Implementing CQRS in .NET Part 4: More Events and Summary
This is the final part 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]