CQRS

CQRS pattern in RCommon.

The Command Query Responsibility Segregation is very well documented and useful for systems which need to separate the writes and reads on different data sources thereby eliminating transactional locks to achieve a higher degree of performance.

Last updated