What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / bhavesh
ADO.NET is stateless mechanism. I can treat the ADO.Net as a
separate in-memory database where in I can use relationships
between the tables and select insert and updates to the
database. I can update the actual database as a batch.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the parameters that control most of connection pooling behaviors?
Command objects uses, purposes and their methods.
What is the role of data provider in ado.net?
How to check if the Dataset has records ?
Which control of the BindingNavigator returns the current position within the data source?
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?)
Define table relations?
What two types of data providers does ADO.NET supply? What determines which one you should use?
How can we perform transactions in .net?
What is disconnected data?
What is difference between Dataview and Datatable?
Why is stored procedure used in ado.net?
Describe connection object in ado.net
What does executereader return?
Is ado.net an orm?