Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 DDD 项目中使用 EFf 4 作为我的 ORM。我将根据我的类生成我的模型。我应该为消费者的业务对象创建基本上是 dto 对象的类,还是应该在我的 EF 模型中实现实际的 BO 类?
我认为 EF 模型应该是业务对象,否则您将只有另一层抽象,您必须为其编写管道代码。