Is there a performance difference between Model First and Code First in MS Entity Framework 4.1?

前端 未结 3 2087
忘了有多久
忘了有多久 2021-02-06 10:02

I\'m starting a new development and I plan to use Code First in Entity Framework 4.1.

I have previously used Model First and found some performance issues around loadin

3条回答
  •  自闭症患者
    2021-02-06 10:30

    According to this benshmark yes. It says also that EF Model First is always faster than EF Code First.

提交回复
热议问题