活动采购资源

时间:2011-04-25 14:28:41

标签: c# .net cqrs event-sourcing

寻找有关活动采购主题的有用讨论组,文章,成功案例,参考应用和工具(.Net)的一些建议。

我已经熟悉了:

福勒的文章:http://martinfowler.com/eaaDev/EventSourcing.html

Greg Young的文章(评论中已下载的文档):http://codebetter.com/gregyoung/2010/02/20/why-use-event-sourcing/

Greg Young关于DDDD的优秀(草案)文章:http://abdullin.com/storage/uploads/2010/04/2010-04-16_DDDD_Drafts_by_Greg_Young.pdf

还有什么我应该阅读和看的吗?

3 个答案:

答案 0 :(得分:20)

您应该查看this implementation of an EventStore以及these two基于CQRS和事件来源的迷你系统实施。

EDIT(2011-05-18):NES (.Net Event Sourcing)是另一个可供参考的实现。

与CQRS相关的GoogleYahoo组也可能值得关注。分布式DDD。

答案 1 :(得分:5)

我听Distributed Podcast。他们非常了解CQRS和部分事件采购。

答案 2 :(得分:1)

我喜欢Erik Rozendaal关于轻量级事件采购的演示文稿:

http://www.slideshare.net/dlrozendaal/exploring-lightweight-event-sourcing-goto-amsterdam-2011

他在Scala Days 2011上做了类似的演讲;该视频尚未公布,但据推测它最终将会显示在此处:

http://days2011.scala-lang.org/node/138/301

看起来很实用!