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
Describe connection object in ado.net
How is entity framework different from ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
What is ado.net and its features?
Why do we use sqldataadapter?
Which method in OLEDBAdapter is used to populate dataset with records?
What is variable view?
Which provider is used to connect ms access, oracle, etc…?
Explain how to create dynamic gridview?
Explain executenonquery?
Which object holds only data and does not interact with data source?
How to store data in memory?
What do you know about ADO.NET's objects and methods?
What is connection in ado.net?
What is the namespaces being used to access oracle database?