If I am using SQL Server as my database service, is there any compelling reason to look at LINQ to Entities over Linq to SQL?
Share
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.
Linq to SQL is no longer being actively developed – they are focusing their resources on Entity Framework. Also, EF is far more robust and allows for a number of more advanced scenarios that were overlooked in Linq to Sql.
While you are investigating ORMs, I would take a serious look at NHibernate. It has been around longer than either of Microsoft’s offerings and is far more versatile.