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
What is maximum pool size in ado.net connection string?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the advantages of ado.net?
Which name space is used to get assembly details?
What are the rules to implement connection pooling?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is a datagridview?
What is an orm, and why would you use one instead of plain old ado.net?
What are dcl commands?
What is the use of Dataview?
What is difference between ado and other data object?
What is ado code?
What is csdl entity framework?
What are the steps to connect to a database?
What is data control techniques?