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 is untyped dataset?
What is the executescalar method?
What is difference between ado and other data object?
Explain the namespaces in which .net has the data functionality class.
Explain the two fundamental objects in ado.net?
What is serialization and de-serialization in .net?
Define bubbled event?
What are the classes in System.Data.Common Namespace?
Is it possible to load multiple tables in a Dataset?
What is the default provider in ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
Name which operations can you not perform on an ado.net dataset?
What is an ADO.Net?
What is the difference between data grid and data repeater?
What is execute reader in ado.net?