Share with the community the best texts/blogs/articles/books on Domain-Driven Design you've read!
Domain-Driven Design: Tackling Complexity in the Heart of Software, by Eric Evans
The Evans book is good and is the standard, but I personally liked better Applying Domain-Driven Design and Patterns: With Examples in C# and .NET, by Jimmy Nilsson. It covers a lot of ground.
Greg Young have written a lot of cool stuff concerning (D)DDD. Another blog I recommend is Udi Dahans blog. He writes a lot about SOA and DDD. Infoq has a lot of articles and web casts about DDD. They have also published a book called Domain Driven Design Quickly. It's a summary of Eric Evans book in about 100 pages. Together with Evans and Nilssons books, there is a book called .NET Domain-Driven Design with C#: Problem - Design - Solution (Programmer to Programmer). This book was written based on a sample application. You can download the source code from Codeplex. The last book about DDD that I know of is Domain-Driven Design Using Naked Objects. I haven't read this, so I don't know anything about the quality. If I had to choose only one thing to read about DDD, I would read Evans book.