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
发布评论
评论(9)
这里有一个实现 MarkNijhof。
但在阅读了 CQRS 信息站点的文档后,我最喜欢的资源是 编码前思考 查看帖子标签。 (http://thinkbeforecoding.com/)
一些其他有用的资源...
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 模式和实践Practices 正在开发一个名为 CQRS Journey 的指导项目。这个想法是开发一个具有多个有界上下文的重要系统,并应用 CQRS、ES 和其他模式和模型。适当的技术并记录沿途学到的所有经验教训。该项目仍在进行中。在 http://cqrsjourney.github.com 查看旅程进度
该项目涉及许多社区成员并接受贡献!
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/
是一个有用的资源...
http://ncqrs.org/
Is a useful resource...
这是我为 我的 CQRS lib Scritchy 编写的完整示例:
使用 Scritchy nuget 包 创建 CQRS 应用程序非常漂亮简单明了,让您在几分钟内启动并运行
Here is a complete example I wrote for my CQRS lib Scritchy:
Creating your CQRS app using the Scritchy nuget package is pretty straightforward and gets you up and running in a few minutes
这里有一些更多的信息资源,但遗憾的是除了 SimpleCQRS 和 MarkNijhof 之外没有端到端代码示例。
我遇到了其他几个代码示例,尽管我还没有时间查看它们:
Here's some more informational resources, but unfortunately no end-to-end code samples beyond SimpleCQRS and MarkNijhof.
I have come across a couple other code samples, though I have not yet had time to review them whatsoever:
在我看来,Udi Dahan 一定是 CQRS 领域的专家之一。
这是一个关于它的博客: http://www.udidahan.com/ 2009/12/09/clarified-cqrs/
这是一个 CQRS 播客(我还没看过,但如果它像他的课程演示一样那就太好了): http://skillsmatter.com/podcast/open-source -dot-net/udi-dahan-command-query-responsibility-segregation/rl-311
这是一个 SOA 演讲(可能不直接相关,但无论如何都很棒):http://vimeo.com/5022174
如果您有时间,我建议您在附近有 Udi 的课程时去参加一门课程,因为他介绍了深入了解 CQRS。
Udi Dahan would have to be one of the experts in the CQRS field, imo.
Here is a blog about it: http://www.udidahan.com/2009/12/09/clarified-cqrs/
Here is a CQRS podcast (I haven't watched it, but if it's anything like his course presentation it will be great): http://skillsmatter.com/podcast/open-source-dot-net/udi-dahan-command-query-responsibility-segregation/rl-311
Here is a SOA talk (may not be directly relevant but excellent regardless): http://vimeo.com/5022174
If you have the time, I'd recommend popping along to one of Udi's courses when one is nearby, as he covers CQRS in depth.
我推荐这个 克里斯·塔瓦雷斯 (Chris Tavares) 截屏。它很好地概述了 CQRS,并在代码中展示了一些很好的示例。
网址:
http://channel9 .msdn.com/Blogs/MichaelLehman/PP-Symposium-2010-The-Command-Query-Separation-Pattern-Chris-Tavares
I recommend this screencast by Chris Tavares. It gives a good overview of CQRS and it shows some good examples in code.
URL:
http://channel9.msdn.com/Blogs/MichaelLehman/PP-Symposium-2010-The-Commmand-Query-Separation-Pattern-Chris-Tavares
我有一个 BDD 风格的单元测试样本,它不是端到端的,但既然你提到了单元测试,我想它可能会很有趣。
http://lucisferre.net/2011/ 02/05/行为驱动测试驱动领域驱动设计/
I've got a sample of just the BDD style of unit-tests, it isn't end-to-end, but since you mentioned unit tests I figured it might be of interest.
http://lucisferre.net/2011/02/05/behavior-driven-test-driven-domain-driven-design/
Ashic Mahtab 在 2012 年 aspConf 期间举办了一场精彩的会议。
CQRS 与 ASP.NET MVC -一年了
完整的源代码此处
There was a great session during aspConf 2012 by Ashic Mahtab.
CQRS with ASP.NET MVC - A Year On
Complete source code here