python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How Implement CRQS in DDD
If someone tries to implement the CQRS pattern without repository in DDD, in which layer should it be done? Infrastructure or Application Layer?
Mamink
Votes: 0
Answers: 1
Why are read-only nodes called read-only in the case of data store replication?
I was going through the article, https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs which says, "If separate read and write databases are used, they must be kept in sync". On...

Arvind Kumar Avinash
Votes: 0
Answers: 1
CQRS pattern - need to read data when processing a command?
I'm practicing the CQRS pattern and I can't understand it. I need to execute a command to create an entity, which in turn has navigation properties. It turns out that when creating, I request data fro...
Pavel
Votes: 0
Answers: 2
MediatR Issue : Error while validating the service descriptor 'ServiceType: MediatR.IRequestHandler
I'm using .Net Core 3.1 and MediatR framework/library for query objects.
While executing the webApi\endpoint, I am getting the below issue
Some services are not able to be constructed (Error while v...

jAntoni
Votes: 0
Answers: 2