CQRS – example of implementation
What is CQRS? Let’s start with what is CQS (Command Query Separation) because CQRS (Command Query Responsibility Separation) are derived from it. CQS (Command Query Separation) This approach says that …
Read MoreWhat is CQRS? Let’s start with what is CQS (Command Query Separation) because CQRS (Command Query Responsibility Separation) are derived from it. CQS (Command Query Separation) This approach says that …
Read MoreComposite is a structural design patterns. Via wikipedia: The composite pattern describes that a group of objects is to be treated in the same way as a single instance of …
Read More