Entity Framework 4 - Handling very large (1000+ tables) data models?

前端 未结 3 400
逝去的感伤
逝去的感伤 2021-02-04 03:46

We\'ve got a database with over 1000+ tables and would like to consider using EF4 for our data access layer, but I\'m concerned about the practical realities of using it for suc

3条回答
  •  盖世英雄少女心
    2021-02-04 04:17

    You should definately take a look at LLBLGen Pro v3. While LLBLGen is another O/RM tool, just like EF is an O/RM tool, the latest version contains a designer that allows you to generate models for LINQ to SQL, NHibernate, AND Entity Framework (both 1.0 and 4.0). Its designer is pretty solid and has better support for big domain models.

提交回复
热议问题