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

can u debug application programatically? if yes how?

0 Answers   FactorH,


What is the asp.net control toolkit?

0 Answers  


What is the difference between runtime version and version?

0 Answers  


What is the lifespan for items stored in ViewState?

4 Answers   Siebel Systems,


Any alternative to avoid name collisions other then Namespaces?

1 Answers  






Difference between Active Exe and Activex dll ?

1 Answers   DELL,


what is webservices. howit is use in our project .

4 Answers   TCS,


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  


Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com

0 Answers  


State management in asp.net ?

8 Answers   Accenture,


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,


Categories