Entity Framework vs LINQ to SQL

后端 未结 17 2162
离开以前
离开以前 2020-11-22 09:25

Now that .NET v3.5 SP1 has been released (along with VS2008 SP1), we now have access to the .NET entity framework.

My question is this. When trying to decide betwee

17条回答
  •  一生所求
    2020-11-22 10:20

    I think if you need to develop something quick with no Strange things in the middle, and you need the facility to have entities representing your tables:

    Linq2Sql can be a good allied, using it with LinQ unleashes a great developing timing.

提交回复
热议问题