Difference between Dataset and DataReader ?
Answer Posted / payal
1)Data set is work in diconnected architure.
Datareader is work in connected architure.
2)according to speed datareader is faster than dataset.
3)In case of dataset it contain all
tables,relations,constriants which is not in datareader so
that speed of datareader is fast.
4)Data set can persist records where datareader is not.
5)we can save ,update data in dataset and save using
acceptchanges method where datareader cannot.
6)datareader is forward only.where dataset is not.
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is state management in .net?
What does clearing cache?
How to prevent client side validation from the ASP.NET validation controls?
What is redirectpermanent in asp.net?
What are uri parameters?
What are resource file and how do we generate resource file?
Explain how can we inherit a static variable?
How are sessions stored?
what are configuration files?
What is anonymous authentication?
What is the difference between Hash table and Array list?
Is asp.net a programming language or framework?
Using code explain Configuration Management
What are the benefits of view state?
Which of the following .NET framework supports Web API?