Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the advantages of oledb compared with other classes?

2840


What is the usage of the dataset object in ado.net?

1005


What are the data providers used in ado.net

1063


What are the data providers in ADO.NET framework?

1075


Explain the differences between oledb sql server, oledbdotnet provider?

1054


What are the advantages of ado.net?

958


Which is faster entity framework or ado.net?

968


What is difference between ado.net and asp net?

1090


What are two important objects of ADO.Net?

1063


What is execute scalar in ado.net?

1020


How does entity framework work?

970


What is dataset and datatable in ado.net?

1042


What does ole stand for in excel?

1198


What is the difference between data reader and data adapter?

1073


How to create dynamic gridview?

1073