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 is my content secured from unauthorized access?
How does the service stream content?
What is smpte vc-1?
What's the use of formatters in .net?
What is AutoEventWireup attribute for ?
Using code explain Configuration Management
How do u declare static variable and how it is declared and what is its lifetime?
What is the use of express session?
What is ASLM?
Explain serialization and deserialization?
What is bson in web api?
How to do state management in ASP.NET?
Can you nest updatepanel within each other?
Define a web service in .net?
Explain the flow of processing of the request? : asp.net mvc