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
How will you maintain versioning in asp.net 2.0?
What are resource file and how do we generate resource file?
What is query string with example?
Is asp.net free?
What is the difference between sealed vs static class?
Which validator control you use if you need to make sure the values in two different controls matched?
Where is the view state data stored in asp net?
What is the difference between dispose() and finalize()?
What is the difference between Classic ASP and ASP.Net?
Name some asp objects?
What does asax stand for?
Define authentication and authorization.
What is a runtime version?
What is the file through which you can customize your asp.net application?
In how many ways we can retrieve table records count?