Im new to development for the windows server platform. Can someone tell me the difference between Linq to SQL and EF4? I need some help choosing the right technology.
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.
L2SQL is
obsoletedeprecated. Whilst it will be supported, no future changes are planned.For this reason alone (since your just starting out), use Entity Framework 4.
If you want a comparison of the two, check out my answer here.
This question is highly subjective though, and might be closed – as there is a war between the “EFers” and the “NHibernaters”.