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
Explain about Multi-Language integration?
What is protected configuration?
What is the maximum timeout we can set for Cookies?
Do cookies store passwords?
What's the use of response.output.write()?
What is synchronous and Asynchronous post back ?
What is clickid?
State differences between MVC and WebAPI
What are the features that make asp.net more used framework? : asp.net mvc
What is page request in asp.net?
Which is better session or viewstate?
What is asp.net with mvc? : Asp.Net MVC
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Write a code for sending an email from asp.net application.
Explain the use of duration attribute of @outputcache page directive.