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
What are the different ado.net namespaces are available in .net?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Explain the two fundamental objects in ado.net?
What are all the classes that are available in System.Data Namespace?
Which parameter of ConnectionString is used to specify the name of the database?
What is a datagridview?
Explain sqlconnection object?
What is the difference between DataReader and DataSet in ADO.NET?
What is full form of ado?
How do you connect to sql server database without using sqlclient?
What is ado object model?
What is the use of sqldatareader class?
Explain the difference between sqlcommand object and command behavior object?
Give an example that shows how to execute a stored procedure in ado.net?
What is difference between ado.net and asp net?