Are there any recommended examples (with source of course) on DDD in C# / Microsoft stack?
2 Answers
2 Comments
Denis Troller
which is now available in source form on Codeplex: mvcsamples.codeplex.com
JDPeckham
sorry, it lost me at public default constructors of aggregate roots.
There will be a S#arp Architecture sample very soon.
http://wiki.sharparchitecture.net/
http://groups.google.com/group/sharp-architecture
EDIT: there is a sample app included in the new S#arp Architecture release. http://code.google.com/p/sharp-architecture/downloads/list
It's in the src/NothwindSample folder. It's just not detailed out in the wiki yet apparently.