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

Can we load multiple tables in a dataset?

542


Explain how to find the given query is optimised one or not?

514


What is difference between dataset and datatable?

511


How can we add/remove row's in "datatable" object of "dataset"?

539


What is isolation?

571






What is data control techniques?

509


What are the parameters that control most of connection pooling behaviours?

574


What is defaultview in datatable?

535


Why edit is not possible in repeater?

522


What is data reader in ado.net?

499


What are the advantages of ado.net?

509


What Is Difference Between Ado And Ado.net?

560


What is ado control?

524


What are the major challenges in accessing data from a database?

535


What is sqldatareader?

487