Can somebody point me towards a ‘complete’ DDD example developed on the .NET platform. Most of the examples I find feel ‘incomplete’.
I’d really like to see the DDD principles in action.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try the code that is built as part of the .NET Domain-Driven Design with C#: Problem – Design – Solution book.
The code is freely available from Codeplex here and also on the book’s website, and is a fairly feature complete application demonstrating DDD with C#.
From the codeplex site: