What is the best starting point on the Entity Framework from MS?

后端 未结 2 678
無奈伤痛
無奈伤痛 2021-01-28 09:32

Please give me the direction of the best guidance on the Entity Framework.

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-28 09:58

    Mike Taulty has a series of blog entries here that would be worth reading. But first - make sure you really, really want the complexity of EF; NHibernate, LINQ-to-SQL, etc make better answers in many cases. There are a number of issues with the EF approach (not least the forced base class and the much moire complicated xml - barely comprehensible).

    I'm not saying don't use it: just make sure you need what it offers (at the price of complexity) first...

提交回复
热议问题