Unit Of Work & Generic Repository with Entity Framework 5

后端 未结 2 1859
孤城傲影
孤城傲影 2020-12-12 14:09

I\'m using ASP.NET MVC 4 with Entity Framework 5. I have model classes and Entity Maps to map existing tables to those model classes. All this is setup fine and works great.

2条回答
  •  一生所求
    2020-12-12 14:40

    You can follow the following link it is very helpful.

    Generic Repository Pattern in MVC3 Application with Entity Framework

    Entity Framework and Data Patterns

提交回复
热议问题