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


Please Help Members By Posting Answers For Below Questions

What is sta?

556


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

1778


Explain what is an abstract class?

549


What is a page life cycle?

567


How can we inherit a static variable?

537






What are demand-paging and pre-paging?

572


what is command line compiler.what are the steps and how it is related to debugging.

1409


Do session use cookies in asp net?

493


What is owin authentication?

516


Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

2266


What does the .webpart file do?

583


What is the used of "ispostback" property?

563


How do u deploy your asp.net application?

610


How can you handle unmanaged code exceptions in asp.net?

548


Explain how asp.net different from asp?

555