How to adapt CQRS to projects? [closed]

ぐ巨炮叔叔 提交于 2019-12-02 16:17:05

CQRS Journey is a good place to start. I also suggest you watch A Journey into CQRS on Channel9.

Anyway, the best thing to learn CQRS is to try it by yourself. For me, I have to learn how to adapt it to my projects for around 6 months.

Guillaume Schuermans

This article has a detailed explanation. introduction to cqrs

Here you can find sample code for asp.net mvc with cqrs. CQRS with MVC. Find more video here CQRS with ASP.NET MVC - A Year On

I want to point out the classic example from Greg Young himself: Simple CQRS example

Take a look at Its.CQRS: https://github.com/jonsequitur/Its.Cqrs which is being used in production at Microsoft.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!