Is LINQ performance wise better or using sqlcommand?
Answer / 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 |
What’s difference between “optimistic” and “pessimistic” locking?
i need code for insert,delete,update adn display records using stored procedure in C#
Explain what a diffgram is, and a good use for one?
Can more than one person use the same login?
What is __ requestverificationtoken?
What is an application domain ?
What is the difference between the asp and asp.net?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
What is Dynamic Web and discuss its usage with the help of real life examples?
what is the role of aspx file ?