Interview Questions

What is ADO .NET and what is difference between ADO and ADO.NET?

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What is ADO .NET and what is difference between ADO and ADO.NET?

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.

(Continued on next question...)

Other Interview Questions