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
Explain all the classes those are used for database connections between sql server and asp.net?
Why is stored procedure used in ado.net?
What is executenonquery ado.net?
Why is ADO.NET serialization slower than ADO ?
Define the data provider classes that is supported by ado.net?
Explain how to create dynamic gridview?
Is bulk insert faster than insert?
Which parameter of ConnectionString is used to specify the name of the database?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is defaultview in datatable?
What are all the different authentication techniques used to connect to MS SQL Server?
What is connection string?
How we can provide data to ado.net?
What is dao and ado?
What is the difference between statement and preparedstatement interface?