fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.44k stars 727 forks source link

No CQRS #421

Closed JuandreG closed 2 years ago

JuandreG commented 2 years ago

Hello.

How would one go about changing this project to not use the CQRS pattern. For beginners this is quite challenging to understand and with the added complexity of CQRS it makes understanding this even harder. Some guidance in this regard would be greatly appreciated.

Thanks

matthewcorven commented 2 years ago

@JuandreG CQRS is central to this architecture. To remove it would result in an entirely different project.

JuandreG commented 2 years ago

@matthewcorven Thanks for your input, I understand. Can you make any suggestions on a template I could use to learn? Maybe a DDD template that does not use CQRS?

matthewcorven commented 2 years ago

@JuandreG I don't believe I've ever seen a domain-driven design project that lacked CQRS.

JuandreG commented 2 years ago

@matthewcorven Okay thank you.