Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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
share|improve this question

9 Answers

up vote 5 down vote accepted

Here are some interesting sources:

share|improve this answer

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

share|improve this answer

Maybe read the book Domain Driven Design?

share|improve this answer

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

share|improve this answer

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

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

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

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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