ADNUG Presentation July 9, 2012


I want to thank all people who attended my presentation about CQRS and Event Sourcing at the ADNUG meeting on July 9, 2012. It was a great experience for me and I was pleased about the many questions you had. The slides and the sample code are now available on GitHub. For more information about CQRS and ES please consult the following section.

Training resources regarding CQRS and ES

At our company we use CQRS and ES. For the newer products fully implemented in this new architecture we do not use any database but just the file system as data store. This new way of developing requires a significant and somewhat radical mind shift. What used to be best-practice in the traditional way of coding does not apply any more. Things are solved differently.

Definitions

DDD: Domain Driven Design
CQRS: Command Query Responsibility Segregation
ES: Event Sourcing

Web-Sites

Presenting at ADNUG meeting