Difference between ADO and ADO.net ?
Answer Posted / ashokdahiya
main upgaded differencees
1disconnected data archetecture
2 data cached in dataset
3 data transefer in XML format
4 interaction with database is done through the datacommands
| Is This Answer Correct ? | 28 Yes | 9 No |
Post New Answer View All Answers
Which parameter of ConnectionString is used to specify the name of the database?
Which ado.net object is very fast in getting data from the database?
Why is stored procedure used in ado.net?
Explain the difference in an abstract class and an interface?
What is difference between Dataview and Datatable?
how Sequence to connect and retrieve data from database using dataset?
What DataReader class do in ADO.NET ?
Why is ADO.NET serialization slower than ADO ?
Define executenonquery?
What is microsoft ado?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the data access namespaces in .NET?
Define connection string?
What is the difference between SqlCommand and SqlCommandBuilder?
What are the benefits of ADO.NET?