Difference between Dataset and DataReader ?
Answer Posted / kamlesh sharma
The DataSet consists of DataTable objects
that you can relate to each other with DataRelation
objects (and dataset is disconnected data model)
The datareader is connected model(connection must be open
while operation performs)
and it is state forward read only counter part of ADO.net
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
List the events in page life cycle.
Explain what is an assembly?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How to implement globalization and localization in the use interface in .net.
What is difference between singleton and single call?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
How can we update records in gridview?Is there any appropriate code for it?
What is the procedure to create the environment for asp.net? : asp.net mvc
Can we have multiple web config files for an asp.net application?
How does a content page different from a master page?
What is application in asp net?
What is data binding in asp net?
What is difference between cache and session?
Where is cookie used in asp.net?
What is the difference between Classic ASP and ASP.Net?