ADO.NET Tutorial for Beginners using C#

ADO.Net Tutorial using C#

In this tutorial we will discuss about Basics of Ado.Net, Authentication and types of Connectivity in Ado.Net using C#.
ADO.NET-Tutorial

Ado.Net is stands for ActiveX Data Objects which is a part of .net framework. Ado.Net is a collection of classes i.e. used for database connectivity.
or
Ado.Net contains set of classes i.e. used to handle data access by database connectivity.
Data Providers: Generally, Provider is a program used to convert front-end code in form of Back-end code and vice-versa.

Authentication: There are two type of Authentication in Ado.net as follows:
  1.        Windows Authentication.
  2.        Sql Server Authentication (as we use Sql server).

There are two types of connectivity provided by Ado.net. These are given below:
  1.  Ado.Net in Connected Mode.
  2. Ado.Net in Disconnected Mode.

Labels: ,