LINQ interview questions: -Elaborate differentiation between LINQ to SQL and 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.

View the following video on calling a stored procedure using LINQ: -


See more LINQ interview questions

Regards,

Visit author’s more LINQ interview questions

About these ads

About c# and .NET Interview questions

This blog is for developers who want to crack .NET and C# interviews. It has all tips and tricks needed to crack .NET interviews , C# interview , SQL Server interview , Java interview , WCF Interview , Silverlight interview , WPF interview , LINQ interview , Entity framework Interview.
This entry was posted in .NET and C# training, .Net Interview Questions, Csharp interview questions, LINQ interview questions, programming interview questions and tagged , , , , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s