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:
- Intro
- CQRS+ES Architecture
- Inversion of Control
- Validation Logic
- Event Store
- Async matters
Don’t forget to have a look at the associated code as well: https://github.com/williamverdolini/CQRS-ES-Todos/