C#C
C#3y ago
11 replies
M B V R K

❔ Could we Replace the Repositories by CQRS in DDD?

@Architecture
Hi friends, my question is very simple.
As a noob in DDD (Domain Driven Design), I think to replace the Repositories in the Appliciation layer by CQRS Commands and Queries.

Note:
The whole project I'm working on will implements the following concepts:
Microservices
DDD
CQRS
Event-Sourcing
in addition I use the EF Core as the main O/RM inside the Infrastructure

From your experience What do you think about this idea ?
Was this page helpful?