Where can I find good Domain Driven Design resources? [closed]

拈花ヽ惹草 提交于 2019-12-18 10:08:05

问题


What are the best places to find out everything there is to know about Domain-Driven Design, from beginner to advanced.

  • Books
  • Websites
  • Mailing lists
  • User groups
  • Conferences
  • etc

回答1:


Here are some interesting sources:

  • the DDD book by Eric Evans
  • the free DDD Quickly book
  • the DDD newsgroup



回答2:


Wikipedia has some useful information, especially its summary of how DDD relates to other approaches.

http://en.wikipedia.org/wiki/Domain-driven_design

It also links to two presentations by Eric Evans

  • http://www.infoq.com/presentations/model-to-work-evans
  • http://www.infoq.com/presentations/strategic-design-evans



回答3:


This article is a good introduction on how to do DDD in practice.




回答4:


Maybe read the book Domain Driven Design?




回答5:


I recommend Domain Driven Design from Eric Evans, it's a great book on the subject.




回答6:


Here are some informative sources:

  • An interview with Eric Evans on Software Engineering Radio
  • A book which applies the principles of DDD using an example in C#
  • A podcast on Getting Started With Domain-Driven Design by Rob Conery
  • A conversation between Scott Hanselman and Rob Conery on Learning DDD.



回答7:


Late answer, perhaps :) however, in case anyone is still interested, I found some very useful information and considerations on DDD on Epic.NET project site.




回答8:


Applying Domain-Driven Design and Patterns is a very good book on the subject. Lots of good examples as well as discussion of related subjects like test driven development and how they apply.

Also check out domaindrivendesign.org.




回答9:


Casey Charlton has created a new DDD resource site at http://dddstepbystep.com/. It is a great reference site and has lots of info for DDD newbies and experts alike.



来源:https://stackoverflow.com/questions/123886/where-can-i-find-good-domain-driven-design-resources

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!