CQRS
- CQRS stands for Command Query Responsibility Segregation
- CQRS is an architectural pattern that can be applied to different parts of a solution
- CQRS is simply a seperation of objects into command objects or query objects
- Command objects exist to change data and return nothing, while query objects get and return data