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

Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

926


What is ole in excel?

749


Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?

683


What is an ADO.Net?

793


What is dataset object? Explain the various objects in dataset.

857


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

783


how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

4050


What is data reader in ado.net?

758


What is difference between executenonquery and executequery?

746


How to check if the Dataset has records ?

782


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

786


What is a non query?

733


Does ado.net use odbc?

739


What is Data Provider?

837


What is the return type of executescalar?

751