Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in command-query-separation

Separate application service for command / query in CQRS implementation in Domain Driven Design?

Should the rule "one transaction per aggregate" be taken into consideration when modeling the domain?

Is running a query from a command a violation of Command-Query Separation?

Python naming conventions for functions that do modify the object or return a modified copy

Using the Command-Query Separation principle in MVC Controllers

Is returning a Task violating the CQS-principle?

Are fluent interfaces a violation of the Command Query Separation Principle?

Command Query Separation: commands must return void?

Abuse of Closures? Violations of various principles? Or ok?

Event sourcing infrastructure implementation

How would one apply command query separation (CQS), when result data is needed from a command?

Difference between CQRS and CQS