开发者

what is the difference between linq to sql class and entity framework [duplicate]

开发者 https://www.devze.com 2023-02-12 22:36 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Entity Framework vs LINQ to SQL
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Entity Framework vs LINQ to SQL

what is the difference between linq to sql class and entity framework and what kind of situation linq to sql should use and w开发者_开发技巧hen entity framework will be the best option.


Check out this link for a quick comparison. For me linq to sql is a quicker way to get a small application up and running and the entity framework is more for large more complex applications that you can take time to build a big foundation for.

0

精彩评论

暂无评论...
验证码 换一张
取 消