CQRS 示例和截屏视频

发布于 2024-10-18 02:30:13 字数 274 浏览 2 评论 0 原文

我正在寻找一些深入的端到端 CQRS 示例以及一组合理的单元测试。

另外,如果有人知道一些 CQRS 截屏视频,那将会非常方便。

我已经知道这些示例

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

梦过后 2024-10-25 02:30:13

这里有一个实现 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...

一个人的夜不怕黑 2024-10-25 02:30:13

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!

时光瘦了 2024-10-25 02:30:13

http://ncqrs.org/

是一个有用的资源...

http://ncqrs.org/

Is a useful resource...

—━☆沉默づ 2024-10-25 02:30:13

这是我为 我的 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

是伱的 2024-10-25 02:30:13

这里有一些更多的信息资源,但遗憾的是除了 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:

初懵 2024-10-25 02:30:13

在我看来,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.

始于初秋 2024-10-25 02:30:13

我有一个 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/

林空鹿饮溪 2024-10-25 02:30:13

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文