Repository pattern and mapping between domain models and Entity Framework

后端 未结 6 1168
后悔当初
后悔当初 2020-12-04 07:15

My repositories deal with and provide persistence for a rich domain model. I do not want to expose the anemic, Entity Framework data entity to my business layers, so I need

6条回答
  •  情深已故
    2020-12-04 07:57

    I dont like to map manually so for mapping i am using http://valueinjecter.codeplex.com/

提交回复
热议问题