Difference between Dataset and DataReader ?
Answer Posted / satish
The DataSet consists of a collection of DataTable objects
that you can relate to each other with DataRelation
objects. A DataSet can read and write data and schema as
XML documents..The DataReader object is the ADO.NET
counterpart of the read-only, forward-only default ADO
cursor
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Why cyclomatic complexity is important?
What is runat?
How do u declare static variable and how it is declared and what is its lifetime?
Where viewstate value is stored in asp.net?
How can we access static variable?
what are the Custom controls in asp.net?
What is difference between web api and web services?
What is difference between view and partial view?
What is the maximum timeout we can set for Cookies?
Is it possible to create web application with both webforms and mvc?
How do I use a proxy server when invoking a web service?
What is http session state?
What is s2s tracking?
Explain asp.net page life cycle?
What is the difference between application state and session state in asp net?