Diff. b/w DataReader and DataSet?
Answer Posted / tejas mer
DataReader is connected architecture and it's read-only, forward only type, so when you just want to display the data better to use it, it consumes less memory with compare to dataset as well.
DataSet is we can say in-memory representation of the data.
It's disconnected architecture.
Contains DataTables, which are further divided into Datarows and Datacolumns.
Also contains DataRelationships and Contraints...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is ole data type?
Give an example that shows how to execute a stored procedure in ado.net?
What is serialization and de-serialization in .net?
What are the key events of sqlconnection class?
Which method is used to sort the data in ADO.Net?
What are the features of ado.net?
What are the several execute methods of ado.net?
What is ado.net objects?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are all the classes that are available in System.Data Namespace?
What is ado.net components?
How to enable and disable connection pooling?
What is ado.net architecture?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are the main differences between classic ado and ado.net?