ADO.NET is Disconnected Architecture. DataReader is
connected Architecture, but DataReader is a part of
ADO.NET. How is it possible?
Answer Posted / arun
ADO.NET is not a disconnected architecture.
The dataset is a disconnected architecture and the
datareader is a connected architecture.
| Is This Answer Correct ? | 26 Yes | 6 No |
Post New Answer View All Answers
Is bulk insert faster than insert?
What is the executescalar method?
What do you know about ADO.NET's objects and methods?
Define Execute Reader?
Explain the dataadapter class in ado.net?
Which object of ado contains datarow datacolumn collection?
What is connection string?
Define executenonquery?
What is the difference between oledb sql server and oledbdotnet provider?
What are the different execute methods of Ado.Net?
Define table relations?
Which provider is used to connect ms access, oracle, etc…?
How to add a javaScript function in a datagrid?
What is the purpose of using adodb?
What is ado and rdo?