Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is LINQ performance wise better or using sqlcommand?



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

Post New Answer

More ASP.NET Interview Questions

I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


can we pass coditions in swtich case?

3 Answers  


Does JITting occur per-assembly or per-method? How does this affect the working set?

1 Answers  


Explain the difference between panel and groupbox classes using .net?

0 Answers  


Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?

3 Answers   AFAS, Take United,


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What is the use of global.asax file?

0 Answers  


Please brief not about xsd,xslt & xml?

0 Answers  


Describe how passport authentication works.

0 Answers  


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


Features in ASP.NET ?

1 Answers   Microsoft,


What are the built-in objects in asp.net?

0 Answers  


Categories