Google News
logo
ADO.NET - Interview Questions
What are the essential features of ADO.NET?
* ADO.NET provides inbuilt classes to make a connection with databases like Oracle, SQL Server, MySQL, MS Access, etc.

* ADO.NET provides inbuilt classes for data manipulation operations like Insert, Update, Delete and Select data.

* Provide a function to combine data from different data sources.

* Disconnect data architecture for better performance.
Advertisement