When to use the CQRS design pattern?
CQRS is not a pattern that encompasses the whole application. It is a concept that builds on Domain Driven Design (DDD). And an important strategic concept of DDD is the so-called Bounded Context. In a typical application there are multiple bounded contexts, any of which can be implemented the way it makes sense. For instance … Read more