up vote 6 down vote favorite
11
share [g+] share [fb]

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
link|improve this question
feedback

8 Answers

up vote 5 down vote accepted

Here are some interesting sources:

link|improve this answer
feedback

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

link|improve this answer
feedback

Maybe read the book Domain Driven Design?

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.
link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.