I am new to EF. Can anybody explain about Entity Framework. What it is? How it is useful in N-Tier Architecture?
what is the difference between linq to sql and EF?
please help me thank you.
I am new to EF. Can anybody explain about Entity Framework. What it is? How it is useful in N-Tier Architecture?
what is the difference between linq to sql and EF?
please help me thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuja PawarPosted Jan 3, 2012, 2:24 AM
Linq to SQL and EF are somewhat similar, and can be used in a very similar way, code-wise, but they have some important differences. Note that "LINQ" is not the same thing as "LINQ to SQL"; the EF also uses LINQ. Some notable differences are:
Sam HobbsPosted Dec 31, 2011, 7:37 PM
Satyapriya NayakPosted Dec 31, 2011, 10:16 AM
Please refer the below links
http://www.codeproject.com/KB/database/sample_entity_framework.aspx
http://www.dotcominfoway.com/blog/linq-to-sql-vs-ado-net-entity-framework
Thanks