Demo Code DDD vs. MS-TLSA
Tim McCarthy uploaded his slides and demo code for his talk on "Domain-Driven Design using the ADO.NET Entity Framework". Last year I wrote the article "Organizing Domain Logic" which compares Microsoft Three-Layered Services Architecture (MS-TLSA) against one by Domain-Driven Design (DDD). Although the article explains the important concepts with the help of code snippets it doesn’t come with the actual code. Tim’s demo code contains the Order Inventory example I wrote about in my article which is based on the MS-TLSA. It also includes the Order, Customer and CheckOut logic example I used to explain DDD and the difference between these two architecture styles. So, I suggest you head over to Tim’s blog and download his demo code.
What kind of other DDD examples would be helpful to you?