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 microsoft ole db provider for sql server?
What are two important objects of ADO.Net?
What is maximum pool size in ado.net connection string?
Is ado.net dead?
Do we use stored procedure in ADO.Net?
What is ole db query?
Explain the two fundamental objects in ado.net?
How is entity framework different from ado.net?
Give few examples of datareader that is used in different dataproviders.
Define Execute Scalar?
What is the DataTableCollection?
What is ole data type?
Explain the difference between data reader and data adapter?
What are the different methods available under the sqlcommand class to access the data?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?