What is the best way to use EF 4 and DDD

Posted by William on Stack Overflow See other posts from Stack Overflow or by William
Published on 2010-04-05T18:11:52Z Indexed on 2010/04/05 18:13 UTC
Read the original article Hit count: 582

I would like to use EFf 4 as my ORM in my DDD project. I am going to generate my model based on my classes. Should I create classes that are basically dto objects for my business objects to consumer or should I implement the actuall BO classes in my EF model?

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ddd