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

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 when 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.

链接地址: http://www.djcxy.com/p/33508.html

上一篇: 每个Web请求一个DbContext ...为什么?

下一篇: linq到sql类和实体框架有什么区别