.NET Data Provider

Why Trust Techopedia

What Does .NET Data Provider Mean?

A .NET data provider is a software library consisting of classes that provide data access services such as connecting to a data source, executing commands at a data source and fetching data from a data source with support to execute commands within transactions. It resides as a lightweight layer between data source and code, providing data access services with increased performance.

Advertisements

The .NET data provider is a component of ADO.NET, a subset of the .NET framework class library.

Techopedia Explains .NET Data Provider

The ADO.NET data access mode is designed such that the data set object can be used to represent an in-memory, relational structure with built-in XML support that can exist in a standalone, disconnected manner with its data, which can be passed through various layers of a multitier application. ADO.NET provides a set of interfaces to implement a custom .NET provider for specific data access needs, such as easier maintenance and better performance.

A .NET data provider makes it possible to process data directly in the data source or data stored in data sets, allowing for manipulation by the user. Data from various sources can also be combined, or passed between tiers of the application.

A .NET data provider serves as a channel to retrieve and update data existing in the data store.

A .NET data provider consists of the following core objects:

  • The Connection object is used to connect to a specific data source
  • The Command object executes a command against a data source
  • DataReader reads data from the data source in read-only, forward-only mode
  • DataAdapter populates a data set and resolves an update with the data source

A .NET data provider abstracts the database’s interaction with the application and therefore simplifies application development. However, to achieve the best performance of an application together with capability and integrity, the right .NET data provider has to be selected based on factors like design, the data source of the application, application type (middle or single tier), etc.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…