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
What are the several execute methods of ado.net?
What is ado or jdbc?
Is it possible to edit data in Repeater control?
How do you connect to sql server database without using sqlclient?
What is ado data control?
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.net architecture?
Define different execute methods of ADO.NET command object ?
Define executenonquery?
Does dapper use ado.net?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What providers does Ado.net uses?
What are the classes in System.Data.Common Namespace?
What is ado recordset?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?