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...

What is the main difference between ADO and ADO.Net

Answer Posted / jyoti

ADO was a connected data access model, which means that when
a connection to the database is made, the connection remains
open until the application is closed.

ADO.NET is disconnected database access model, which means
when an application interacts with the database, the
connection is opened to serve the request of the
application, and is closed as soon as the request is completed.

All data is presented in XML, as compared to ADO.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is command class in ado.net?

1093


What are the advantages and drawbacks of using ado.net?

1150


Explain the role of data provider in ado.net?

1036


Why is ADO.NET serialization slower than ADO ?

1099


What is XML serialization

1123


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

1062


What is the difference between sqlcommand and sqldataadapter?

1032


What DataReader class do in ADO.NET ?

1156


What are basic methods of dataadapter?

1010


Does dapper use ado.net?

1068


What are the features of ado.net?

1112


What is namespace in ado.net?

1076


What is Data Provider?

1089


Explain the difference between data reader and data adapter?

1011


Does entity framework use ado.net?

1019