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

How will you maintain versioning in asp.net 2.0?

781


What are resource file and how do we generate resource file?

798


What is query string with example?

741


Is asp.net free?

778


What is the difference between sealed vs static class?

811


Which validator control you use if you need to make sure the values in two different controls matched?

866


Where is the view state data stored in asp net?

795


What is the difference between dispose() and finalize()?

745


What is the difference between Classic ASP and ASP.Net?

810


Name some asp objects?

787


What does asax stand for?

761


Define authentication and authorization.

872


What is a runtime version?

740


What is the file through which you can customize your asp.net application?

802


In how many ways we can retrieve table records count?

772