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
Why session is necessary in web application?
What are the advantages of Web API?
Explain the difference between or and orelse?
Can we create a multiple user simultaneously ?
How does session authentication work?
What is IPostBack? How to use it?
Are cookies client side or server side?
What does the orientation property do in a menu control?
How to change Master page in ASP.Net using code?
What is session management in web application?
Give some salient points of difference between request processor and request dispatcher.
What is the page life cycle in asp.net?
What is a ashx file?
What is asp.net introduction?
How do http sessions work?