6

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.

1

1 Answer 1

6

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.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.