CQRS实例和截屏[英] CQRS Examples and Screencasts

本文是小编为大家收集整理的关于CQRS实例和截屏的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

我正在寻找一些具有合理单元测试的端到端CQRS示例.

另外,如果有人知道某些CQRS屏幕截图也非常方便.

我已经知道这些示例

推荐答案

这里有一个实现 marknijhof .

但是,在阅读了CQRS信息站点的文档后,我最喜欢的资源是编码之前思考查看邮递标签. ( http://thinkbeforecoding.com/)

其他一些有用的资源...

其他推荐答案

Microsoft模式和实践正在从事一个名为CQRS Journey的指导项目.这个想法是开发具有多个有界环境的非平凡系统,并在适当的情况下应用CQR,ES和其他模式和技术,并记录一路学习的所有课程.该项目仍在飞行中.在 http://cqrsjourney.githney.github.com

上查看旅程进度.

该项目涉及许多社区成员接受贡献!

其他推荐答案

http://ncqrs.org/

是一个有用的资源...

本文地址:https://www.itbaoku.cn/post/627650.html

问题描述

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

The project involves many community members and accepts contribitions!

其他推荐答案

http://ncqrs.org/

Is a useful resource...