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
Which type of state management is provided by Query String in ASP.NET?
What is a 404 redirect?
What is http protocol and how it works?
What is app_code folder in asp net?
Why do we use datasource in asp.net?
How can you ensure a permanent cookie?
What are assemblies and namespaces and explain the difference between them ?
What is difference between asp.net and asp?
What is a postback in asp net?
Explain what is an abstract class?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What symbol would you use to denote, the start of a code block in aspx views?
What is route in web api?
what is the difference between response.write() and response.output.write()?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?