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
What are the ways of preserving data on a Web Form in ASP.NET?
Why do we use web config?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is query string?
How can I open ashx file in mobile?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is routing in MVC?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What are the new navigation controls in asp.net 2.0?
Explain about ASP.NET?
Explain the difference between singleton and single call?
What is a form tag?
Where can I get information on cookies in asp.net?
Explain the use of resource manager class in .net.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?