What are major difference between classic ADO and ADO.NET?

Answer Posted / pranshu sharma

In ADO, the in-memory representation of data is the
recordset. In ADO.NET, it is the dataset. There are
important differences between them.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ado.net architecture?

490


What are the essential features of ado.net?

540


What is the difference between Dataset. clone and Dataset.copy?

557


What is serialization and de-serialization in .net?

495


Compare Data Reader & Dataset in ado.net?

540






How many major types of connection objects in ADO.NET?

589


What are dcl commands?

508


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

549


What is ado.net in vb net?

500


What two types of data providers does ADO.NET supply? What determines which one you should use?

531


Which is better ole db or odbc?

496


What is the difference between connected and disconnected environment?

491


What is disconnected architecture in ado.net?

502


What is connection in ado.net?

527


If a table contains 20000 records. In a page at each time 100 records to be displayed.

514