Click here to Skip to main content
15,886,823 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
is there difference between linq and entity Framework(in 4.0 linq not used only entity framework is this correct)
Posted

LINQ is a basic feature added to C#, there is no way they took it out in 4.0. According to google there is a thing called Linq to Entities, so I guess that means they are different things. Looks like there's tons of info on both, if you google them.
 
Share this answer
 
 
Share this answer
 
LINQ to SQL is largely SQL Server only, not so much by design as by implementation. The EF is designed to support, and does support, multiple DBs, if you have a compatible ADO.NET provider.
 
Share this answer
 
LINQ is not 100% ORM and it's purpose is deal with all kind of stuffs, where entity framework targets only database
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900