问题描述
我正在寻找一些具有合理单元测试的端到端CQRS示例.
另外,如果有人知道某些CQRS屏幕截图也非常方便.
我已经知道这些示例
推荐答案
这里有一个实现 marknijhof .
但是,在阅读了CQRS信息站点的文档后,我最喜欢的资源是编码之前思考查看邮递标签. ( http://thinkbeforecoding.com/)
其他一些有用的资源...
其他推荐答案
Microsoft模式和实践正在从事一个名为CQRS Journey的指导项目.这个想法是开发具有多个有界环境的非平凡系统,并在适当的情况下应用CQR,ES和其他模式和技术,并记录一路学习的所有课程.该项目仍在飞行中.在 http://cqrsjourney.githney.github.com
上查看旅程进度.该项目涉及许多社区成员接受贡献!
其他推荐答案
是一个有用的资源...
问题描述
I'm looking for some in depth end-to-end CQRS examples with a reasonable set of unit tests.
Also, if anyone knows of some CQRS screencasts as well it would be extremely handy.
I'm already aware of these examples
推荐答案
There's a implementation here MarkNijhof.
But after reading the documents from the CQRS Info site my favourite resource is Think Before Coding look at the post Tags. (http://thinkbeforecoding.com/)
Some other useful resources...
其他推荐答案
Microsoft patterns & practices is working on a guidance project called CQRS Journey. The idea is to develop a non-trivial system with multiple bounded contexts and apply CQRS, ES and other patterns & techniques where appropriate and document all lessons learnt along the way. The project is still in flight. Check out the journey progress at http://cqrsjourney.github.com
- Code repo is at https://github.com/mspnp/cqrs-journey-code
- Doc review via http://pundit.cloudapp.net
The project involves many community members and accepts contribitions!
其他推荐答案
Is a useful resource...