Is LINQ performance wise better or using sqlcommand?



Is LINQ performance wise better or using sqlcommand?..

Answer / manikanta.srinu

No it doesn't necessarily speed up operations. It is part
of ADO.NET
LINQ to SQL is not necessarily going to speed up data
access code. Since LINQ to SQL is abstraction over the low
level ADO.NET command and connection classes, it's bound to
be a bit slower at runtime (but hopefully faster to develop
with).

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


i need code for insert,delete,update adn display records using stored procedure in C#

2 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers   FT,


Can more than one person use the same login?

0 Answers   MCN Solutions,


What is __ requestverificationtoken?

0 Answers  


What is an application domain ?

2 Answers   Microsoft,


What is the difference between the asp and asp.net?

0 Answers  


How to create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?

4 Answers  


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


What is Dynamic Web and discuss its usage with the help of real life examples?

0 Answers   Huawei,


what is the role of aspx file ?

2 Answers   Netsweeper,


Categories