Introduction to ADO.NET

Hello guys...I know this blog is comming after very long time, but comming to point I would like to share you that from this point of time I would like to share all of my learning about Microsoft .NET Technology. In this blog i will share some of basic of concepts of ADO.NET, so let's get started...

First let's understand what is ADO.Net.

ADO.net is a microsoft product which is used to access data with the help of Microsoft.NET framework. ADO stands for ActiveX Data Objects. It provides help to developers to interact with databases to retrieving data, manipulating data & updating data.

The diagram below shows difference between .NET Technology with database and without database implimentation.

Without Database :

With Database using ADO.NET

In the first diagram as we can see if we create any project without database will be able to run only on that machine and within that network and IDE.

In Second diagram the ADO.net is used as a bridge between ASP.net webforms and SQL Database Server. So we can Say that

ADO.NET is a middle layer between ASP.NET web app and SQL Server.

So that is introduction about ADO.NET.

In upcoming days i will cover all the basic and of ASP.NET technology & also we will further dive into advance concept of .net framework parallaly. Thank You for Reading my blog.

1
Subscribe to my newsletter

Read articles from Narendra Jalamkar directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Narendra Jalamkar
Narendra Jalamkar

I am a software developer. Exploring tech world. I just post my thoughts about tech and anythings which i m curious about.