Click here to Skip to main content
15,897,163 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Which one is better Entity Framework or LINQ to use in DataBase Access and CURD activity on Database.
I am a Beginner.
Posted

1 solution

You can't Query over Entity framework without Linq. Please Read about Entity framework basics first. Try this link for more information
An Introduction to Entity Framework for Absolute Beginners[^]

Hope this helps
 
Share this answer
 
Comments
N_cooL 22-May-13 8:38am    
Thanks for answer.
But i all ready read this tutorial .
Now also studied EF code first method. But i want to know is this good for application development like Library Management system.
Jameel VM 22-May-13 9:07am    
that is based on your requirements. Linq is created on the top of ado.net. There is little bit performance issue in linq compared to pure ADP.NET . Ofcourse you can continue with Entityframework.

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