ADO.NET Tutorial for Beginners using C#

Posted By Unknown on Wednesday, February 4, 2015 | 1:28 AM

ADO.NET Tutorial for Beginners using C# - hi, download mania. Welcome to Free Software Tutorial, At this opportunity I would like to share ADO.NET Tutorial for Beginners using C#. Hopefully suit your needs, Happy download.

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.
  •          Data Provider for SQL Server :- System.Data.SqlClient.
  •          Data Provider for OLEDB :- System.Data.OleDb.
  •          Data Provider for ODBC :- System.Data.Odbc.

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.

I hope "ADO.NET Tutorial for Beginners using C#", can provide benefits to all of you. See you on the other posts.
Blog, Updated at: 1:28 AM

0 comments:

Post a Comment