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

If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


Different type of validation controls in asp.net ?

1 Answers   CTS, Keane India Ltd,


What for use web.sitemap in asp.net?

1 Answers  


explain code with datachaching with example

0 Answers  






How to disable SOAP1.2 in Web Services?

1 Answers  


What base class do all Web Forms inherit from?

1 Answers  


.Net Doesn't offer Deterministic Distruction ? a) True b) False

4 Answers   CTS,


How to find last error which occurred in Asp.net ?

0 Answers  


What is state management in asp.net with example?

0 Answers  


Differentiate the session object and application object?

0 Answers  


What are ASHX files?

0 Answers   HCL,


Categories