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 happens if an ASP.NET server control with event-handling routines is missing from its definition?
How can you debug your.net application?
What are the asp.net security controls?
Why we use asp.net for website development?
Explain cookies with example.
Explain the difference between response.redirect vs server.transfer
What is the difference between session.abandon() vs clear()?
What is aspect-oriented programming?
Can you set which type of comparison you want to perform by the comparevalidator control?
What are the difference between overriding and overloading?
Explain the concept of event bubbling in ASP.NET?
What is the function of new view engine in asp.net? : asp.net mvc
What are the types of validation in asp net?
What are the page life cycle events?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?