What is ADO .NET and what is difference between ADO and ADO.NET?
Answer Posted / thiyagu.p
ADO : Needs contionous connection to read records.
ADO.NET : It reads entire results and keep it the form of
table. So it never re-connect with DB.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Does ado.net use odbc?
What are the 3 major types of connection objects in ado.net?
What are the data access namespaces in .NET?
What is different between sqlcommand object and command behavior object?
What is the current version of entity framework?
What is ado recordset?
Command objects uses, purposes and their methods.
What are the advantages using ado.net?
Does dapper use ado.net?
Explain all the classes those are used for database connections between sql server and asp.net?
Why is stored procedure used in ado.net?
Which name space is used to get assembly details?
How will you fill the gridview by using datatable object at runtime?
Define connection string?
How do you update a dataset in ado.net and how do you update database through dataset?