views:

21

answers:

1

Is there a (freely available) sample of a DDD domain model with an accompanying schema that makes use of several ORM features (inheritance, value types, etc) that could be used to test an ORM?

It's easy to create a simple Order/OrderItem schema, but that never prepares you for the intricacies down the road.

(I'm coming at this from a .NET slant, though the question is largely platform agnostic)

+1  A: 

Try the Chinook Database:

chinookdatabase.codeplex.com

Michael Maddox