What are the Advantages of ADO.Net?

  1. ADO.NET Does Not Depend On Continuously Live Connections
  2. Database Interactions Are Performed Using Data Commands
  3. Data Can Be Cached in Datasets
  4. Datasets Are Independent of Data Sources
  5. Data Is Persisted as XML
  6. Schemas Define Data Structures

Showing Answers 1 - 1 of 1 Answers

deepak sai nair

  • Apr 12th, 2006
 

ado.net uses dataset for accessing the data , since the dataset is created in client side there is no need of connection at the time of working on dataset ,to the server(where the database is present),  so this makes the data accessing faster mainly in the net environment.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions