LINQ interview questions: -How does LINQ to SQL differ from Entity framework?
- By Shiv Prasad Koirala in SQL
- Oct 12th, 2011
- 18641
- 1
LINQ interview questions: -How does LINQ to SQL differ from Entity framework?
Following is the LINQ interview questions asked in an interview: -
• LINQ to SQL is good for rapid development with SQL Server. EF is for enterprise scenarios and works with SQL server as well as other databases.
• LINQ maps directly to tables. One LINQ entity class maps to one table. EF has a conceptual model and that conceptual model map to storage model via mappings. So one EF class can map to multiple tables or one table can map to multiple classes.
• LINQ is more targeted towards rapid development while EF is for enterprise level where the need is to develop loosely coupled framework.
You can see more LINQ interview questions
Here is our latest 20+ SQL Interview Questions and Answers video :-
Shiv Prasad Koirala
Visit us @ www.questpond.com or call us at 022-66752917... read more