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 are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What are the new features implemented in ASP.NET?
What are the different method of navigation in asp.net?
What is data reader in asp.net?
Does google crawl redirects?
How do I create a web form?
Explain MVC model binders?
What is the compiled object?
Which method is used to force all the validation controls to run?
What is a 404 redirect?
What is bound controls
how to debug web services on consumer side?
When we use cookie less session? Explain its working?
What is datagrid asp.net?
What is the adavantage of using ASP.NET routing?