Is LINQ performance wise better or using sqlcommand?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain model, view and controller represent in an mvc application? : asp.net mvc

519


How do u deploy your asp.net application?

616


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

546


What is loop in asp.net?

586


How do you sign out from forms authentication?

559






What are the types of authentication in asp.net?

551


What are the events that happen when a client requests an asp.net page from iis server?

488


where can i gather the materials for MCP certification

4493


What is server side routing?

511


What is the equivalent of date() and time() in asp.net?

518


Where the assembly is stored in asp.net?

552


What are user controls?

573


Difference between Response.redirect vs server.transfer?

586


What language is asp.net written in?

529


Tell me the code snippet to show how we can return 404 errors from HttpError?

792