0
32kviews
Explain ADO.NET object model with suitable diagram.

Mumbai University > Information Technology > Sem 4 > Web Programming

Marks: 10M

Year: May 2015

1 Answer
6
1.2kviews

enter image description here

ADO.NET Object Model:

  • All ADO.NET related functionality appears under the System. Data namespace.
  • Data Access in ADO.NET relies on two components :

    1. .NET Data Providers.
    2. Dataset

NET Data Providers:

  • A .NET Data Provider is responsible for providing and maintaining the connection to the database.
  • Following are the various .NET Data …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.