Explain the ADO . Net Architecture ?

Answer Posted / vaidyanathan r.

ADO.NET provides 2 types of architecture.
1. Connection Oriented
2. Connectionless

Connection Oriented architecture is achieved by the use of
Connection, Command and DataReader. Connection management
should done by the user. This architecture is used for
viewing data for continuous monitoring of data.

Connectionless architecture is achieved by the use of
Connection, Command and DataAdapter. The data is retrieved
from the database and stored in the dataset(local
representation of a part or full of actual database). The
connection management is handled by the DataAdapter. The
connection is created when the query or DML operation is
run against the database and cut immediately after the
operation is over. This architecture is mainly used for
doing Modifications in the data.

Is This Answer Correct ?    32 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of data provider in ado.net?

755


Why is ADO.NET serialization slower than ADO ?

833


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

1036


What are the advantages and disadvantages of using datalist?

733


What is data control techniques?

700


What does ado stand for in ado.net?

720


What is connected architecture in ado.net?

709


What are the different row versions available in table?

745


What is fill method in ado.net?

732


What is serialization and de-serialization in .net? How can we serialize the dataset object?

728


What is typed dataset ?

897


What is the use of Dataview?

808


Which ado.net object is very fast in getting data from the database?

874


What is ado.net components?

701


What is read only and forward only in ado.net?

726