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.
精彩评论