Command/Query Responsibility Segregation and Event Sourcing

Published: March 15, 2018, 5 a.m.

Command/Query Responsibility Segregation (CQRS) creates a logical separation between operations that mutate data and operations that merely retrieve it. In addition, Event Sourcing can help your application collect data that may not be considered valuable at the time of design but may be very valuable later.

The post Command/Query Responsibility Segregation and Event Sourcing appeared first on Complete Developer Podcast.