Ok so I\'ve ordered Applying Domain-Driven Design and Patterns: Using .Net, but while I wait for it to arrive I\'m looking at starting to apply the techniques in my current proj
You can take a look at my DDDSample.Net. It demonstrates not only classic DDD, but also CQRS approach using two relational stores and using Event Sourcing approach.