ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?
Answer Posted / rangarao
Ado.net is supports disconnected architecture as well as
it also supports connected architecture.
data set belongs to disconnected architecture.
data reader belongs to connected architecture.some problems will arrive while working with data reader,the problems are it will read records one by one only and there is no possibility to go for previous record ,it will always go to next records only.the connected architecture recommended to while working with transactions and working with bulk amount of data.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
List all the steps in order, to access a database through ado.net?
What is adodb dll?
How to pass values into a datatable?
How to identify the controls which can be used for binding data?
What is a sqldataadapter?
What is the difference between data grid and data repeater?
What are two important objects of ADO.Net?
Which method in OLEDBAdapter is used to populate dataset with records?
how we can fire event in databound coulm in datagfrid withot using button?
What is the difference between SqlCommand and SqlCommandBuilder?
Define executenonquery?
Which is faster entity framework or ado.net?
What is Serialization in .NET? what are the types of Serialization?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?