Difference between Dataset and DataReader ?
Answer Posted / satish
The DataSet consists of a collection of DataTable objects
that you can relate to each other with DataRelation
objects. A DataSet can read and write data and schema as
XML documents..The DataReader object is the ADO.NET
counterpart of the read-only, forward-only default ADO
cursor
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the best Macanism to clear the Cache in asp.net
What is difference between session and viewstate?
State differences between MVC and WebAPI
What is the difference between adding reference in solution explorer and adding references by using ?
COM+ Used ________________ Isolation Level
What is difference between mvc and asp.net? : Asp.Net MVC
Difference between .NET and previous version?
What are the asp.net server side objects?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is web api vs wcf?
How does session state work in asp.net?
Is a dll file an executable?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?