Skip to main content

CQRS+Event Sourcing Blog series

As I’m working on a project where are using Event Sourcing, I try to read all material I can find about the topic. One great resource is the blog series by William Verdolini about CQRS + Event Sourcing.

An overview of the content:

  1. Intro
  2. CQRS+ES Architecture
  3. Inversion of Control
  4. Validation Logic
  5. Event Store
  6. Async matters

Don’t forget to have a look at the associated code as well: https://github.com/williamverdolini/CQRS-ES-Todos/