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 resource file and how do we generate resource file?
What are the disadvantages of using session?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
what is publisher?
What is boxing and unboxing in asp.net?
What is a Cookie? Where is it used in ASP.NET?
Can we have multiple web config files for an asp.net application?
What is xaml? Are xaml file compiled or built on runtime?
How do we implement bundling in MVC?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
How to find last error which occurred in Asp.net ?
Explain about asp.net caching?
Which Is Faster MVC or ASP.net ?
Where are session variables stored?
Disable browser cache for entire ASP.NET website?