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
How do you update database through dataset?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is ado object model?
What is the difference between ADO and ADO.Net?
How to pass multiple tables in datasets simultaneously?
What are three methods for displaying data in a syncfusion datagrid
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Define partial class?
What is aggregate root?
What is difference between ado.net and asp net?
What are the connected and disconnected modes in ado.net?
What is a datareader object?
How to Read, Add, Update and Delete record in Entity Framework ?
Define bubbled event?
What are the important features of ado.net 2.0?