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
In order to get assembly info which namespace we should import?
Is asp.net a language?
What is the advantage of mvc over asp.net? : Asp.Net MVC
calling result set one procedure to anothar procedure in sql2000
What is sdlc process?
What do you mean by authentication?
Explain the difference between inline and code behind - which is best in?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Explain file-based dependency and key-based dependency.
what is DLL Hell and how it is solved in .NET? please explain clearly??
What are the advantages of using Master Pages?
To get the values in two different controls to match which control you use it?
How to add DateTime Control in normal DataGrid Server Control?
Why select Web API?
What are the new web part controls in asp.net 2.0 ?