Entity Framework 4 vs LINQ to SQL, for small or medium-size apps, working with SQL Server

前端 未结 5 1327
没有蜡笔的小新
没有蜡笔的小新 2021-02-13 06:47

I\'ve seen some discussion about L2S vs EF4 on Stack Overflow back in April, when VS2010 was launched, namely:

Dump Linq-To-Sql now that Entity Framework 4.0 has been re

5条回答
  •  一向
    一向 (楼主)
    2021-02-13 07:10

    I'd go with Entity Framework in almost any case. Biggest downside is there is little way to tweak/improve your model once you go live without blowing the thing up and regenerating. That and EF can do anything you could do with l2s and more while having better tooling and such.

提交回复
热议问题