Download
100% FREE
Office Document APIs for .NET
Online: 1180
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
ADO.NET
>
Loading ...
Which ADO.NET object is very fast in getting data from database?
Posted by
Kurmarao
on 6/17/2008 | Category:
ADO.NET Interview questions
| Views: 15010
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
SqlDataReader object. (Note: Even datasets also use SqlDataReader objects internally for retriving data from database.)
Source:
own |
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What’s the use of "GLOBAL.ASAX" file?
Next > :
What is the diffeernce between Overload and Overri ...
Comments or Responses
Posted by:
Charan
on: 12/5/2010 |
Points: 10
SqlDataReader is fast reterive records from the database.. compare with dataset.
DataReader is forward and read only.
Posted by:
Nareyugam
on: 4/23/2012 |
Points: 10
Datareader is faster than others
Posted by:
Dhirajluhana
on: 3/14/2013 |
Points: 10
Datareader working on the connected architecture .... and it also lightweight..
So DataReader is faster than the Dataset....!!!!!!
Login to post response
More Interview Questions by Kurmarao
Latest Interview Questions
What is the diffeernce between Overload and Override?
How to improve performance of web page in asp.net?
What is the difference between asp:Label and asp:Literal control?
What is WSDL?
What is UDDI?
What the way to stop a long running thread ?
Which namespace threading contains?
What is multi-threading?
More ...