Command Query Responsibility Segregation
CQRS is an architectural pattern whereby the system is separated according to two distinct responsibilities: reads/queries, and writes/commands. The basis for doing so it to recognise that it is impossible to effectively accommodate the needs… Read More »Command Query Responsibility Segregation