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

When ever domain driven design is discussed, recommendations are almost always made to read Applying Domain Driven Design and Patterns by Jimmy Nilsson and Domain Driven Design by Eric Evans.

Ideally, one would read them both, but for someone who is new to DDD, which of the books above gives the most bang for the buck/hour in a heads up comparison?

share|improve this question

closed as not constructive by casperOne Aug 6 '12 at 11:43

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

9 Answers

up vote 6 down vote accepted

I found the work of Jimmy Nilsson to be mostly not original, he in most parts rehashing material of other authors and lucks clear style of Eric Evans and Martin Fowler. But his book is easier for understanding by beginners.

share|improve this answer
Totally agree. I love the Evans book and bought my own copy of it. I never felt I got much out of the Nilsson book. I also agree with some of the other posters that Fowler's books would be good follow-ups. – John Price Jan 31 '09 at 18:20
+1 on PPP by Robert Martin, it's the perfect follow up to DDD which is pretty conceptual – Michael Valenty Aug 9 '09 at 18:59

I'm also in the process of learning Domain-Driven Design. I would suggest starting with Domain-Driven Design by Eric Evans.

After reading this book, if you decide that you want to take your DDD understanding to the next level, I would suggest attending Eric Evans' Domain-Driven Design Immersion Course.

Here are some additional podcasts:
Alt.NET – Domain-Drive Design

Deep Fried Bytes – Talking Domain-Driven Design with David Laribee Part 1

Deep Fried Bytes – Talking Domain-Driven Design with David Laribee Part 2

David Laribee also recently wrote an article for the February 2009 edition of the MSDN Magazine called An Introduction To Domain-Driven Design.

share|improve this answer

I actually read Nilsson first, though by chance not design.

I would agree that it's far more accessible to the beginner. Evans is the "bible" (as someone else said), and a must-read, but I found Jimmy's approach to be far more hands-on and practical.

share|improve this answer

If I had to give advice on a reading list it would be:

First Evans for the basics,

then Agile Software Development principles, patterns and practices by Bob Martin for some practical advice (it's mostly java oriented, there is a C# version of this book too)

Then Patterns of Enterprise Application Architecture by Fowler for the bigger picture, it's a bit older but clearly shows ddd and the alternatives.

These are the essentials. Nilsson is good too but not as good as these books.

share|improve this answer

Evans, there is absolutely no doubt it is the definitive reference. After reading it I'd recommend getting involved in the DDD forum if you have questions.

share|improve this answer

After Evan's Domain Driven Design, I would add Analysis Patterns by Martin Fowler to understand Generic SubDomains and not reinvent some of them...

share|improve this answer

Agree that Evans is excellent. Markus Völter has a detailed and thoughtful discussion with Eric here on Software Engineering Radio.

share|improve this answer

To us, Eric Evans' book is the DDD bible. It's well written and easy to understand. I highly recommend this book.

Domain-Driven Design

share|improve this answer

You might also want to listen to Scott Hanselman's podcast Rob Conery limps and learns about Domain Driven Design.

share|improve this answer

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