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 is ado asp?
How to enable and disable connection pooling?
What is an orm, and why would you use one instead of plain old ado.net?
Which keyword is used to accept variable number of parameters?
How do you update database through dataset?
Explain which name space is used to get assembly details?
Is entity framework better than ado.net?
What is ado control?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is difference in record set and dataset?
Where is adodb dll located?
Explain how to find the given query is optimised one or not?
Which is faster sqldataadapter and sqldatareader?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?