ADO.NET 2.0 Question:

Explain Advantages of ADO.Net?

Tweet Share WhatsApp

Answer:

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.

rs:
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.

Download ADO.NET 2.0 PDF Read All 14 ADO.NET 2.0 Questions
Previous QuestionNext Question
Explain How to create dynamic Gridview?How to add a check box or a dropdown list to a column in a datagrid?