During my (short...) vacation, I took the time to read some technology books, one of them being "Applying Domain Driven Design with examples in C# and .Net" by Jimmy Nelsson. Lately, I'm getting more into DDD (Domain Driven Design) and this book seemed the perfect fit to get more and deeper knowlegde on the subject.
This book relies heavily on 2 other books, namely Martin Fowler's Enterprise Patterns and Eric Evans' DDD. I only read the first one, which wasn't a problem since Jimmy explains everything he refers to from Evans' book very thorough. I do recommend reading Fowler's Enterprise Patterns first though, as these are more interwoven throughout this book.
Jimmy does a good job showing you all aspects of DDD. The largest part of the book is building a small system using DDD principles. This gives you a direct practical feeling with the subject instead of high level abstract proza.

Some of the other well-discussed topics include Dependency Injection, Persistence Ignorance, introduction to NHibernate, AOP and Inversion of Control.
However, it's not all good. The book is quite heavy to read. In some parts, mostly when explaining TDD (test driven development), the text tends to get very lengthy and boring. At some points, I really 'forgot' what he was talking about, because of the long explanations and jumps to other thoughts going through his mind when writing.
All in all, a book that learned me a lot in trying to get less data-centric in my development work. I just started reading ".net Domain Driven Design - Problem - Design - Solution", which hopefully gives me a very practical approach to the DDD world.
Overal score: 7.5/10