My understanding so far is :
Entity Framework make it easier to use LINQ to SQL. It generate the entity types for us automatically.
I just started to learn LINQ. So the above statement is very likely to be wrong. Could you share your thought?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no relationship between Entity Framework and Linq to Sql. They’re two totally different technologies.
Entity Framework is more advanced, and requires a bit more knowledge to get up to speed than Linq to SQL.
Linq to SQL is no longer being updated by Microsoft, and their forward direction is Entity Framework. however Linq to SQL is still supported.