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
What is web api config?
What do you understand by aggregate dependency?
Explain Features in ASP.NET
What are ASHX files?
What are the events that happen when a client requests an asp.net page from iis server?
What is cache in asp net?
What is csrf attack in asp.net?
Explain the code Access Security (CAS) in .net Framework?
What are asp.net web forms?
What is the difference between debug and release?
In order to get assembly info which namespace we should import?
Define the steps to set up validation control.
What is the difference between Hash table and Array list?
In how many ways we can retrieve table records count?
What is a page life cycle?