As you mentioned before in CQRS video, you told us that what you are using in this video is CQS not CQRS and talking about if the implementation not separate write, read logics to different projects then it’s not CQRS, You have said that : If you want to explain CQRS, explain it using micro services or kafka not using mediatR and clean architecture , So why now you called it CQRS?
Guilty is charged. What I’m using here is command query pattern or CQS. We use CQS, command query pattern, and CQRS interchangeably, which is a common mistake. In this tutorial, I started with clean architecture and will continue with rich domain model and DDD. Finally, I will migrate it to microservices.
Hey foad, do you have any video on modular monolith? I’ve seen people talk about it but no one ever starts a project from scratch using it
entity vs domain?
As you mentioned before in CQRS video,
you told us that what you are using in this video is CQS not CQRS and talking about if the implementation not separate write, read logics to different projects then it’s not CQRS,
You have said that : If you want to explain CQRS, explain it using micro services or kafka not using mediatR and clean architecture ,
So why now you called it CQRS?
Guilty is charged.
What I’m using here is command query pattern or CQS. We use CQS, command query pattern, and CQRS interchangeably, which is a common mistake.
In this tutorial, I started with clean architecture and will continue with rich domain model and DDD. Finally, I will migrate it to microservices.
Thank you
You can remove the unnecessary "using" statements with ctrl+r ctrl+g
Thanks I didn’t know that