TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ADO.NET
FOLLOW
ADO.NET introduced as a part of .NET 1.0, is an API (set of classes) that is used to connect and access various data sources including XML, flat files, relational databases, and more. Here you may find ADO.NET related articles and news.
Articles
(470)
Blogs
(142)
Resources
(25)
Videos
(17)
News
(3)
Blogs
Migrating Application from ADO.NET to Entity Framework
Migrating your application's data access layer from ADO.NET to Entity Framework (EF) can greatly enhance maintainability, readability, and overall developer experience. This step-by-step guide ...
Siva V
Jan 14, 2024
CRUD Operations Using ADO.NET DataReader in Windows Forms
Simple C# CRUD Operation using ADO.NET DataReader with Windows Form Application for beginners to learn how SqlDataConnection, SqlDataCommand & SqlDataReader work & how to establish a connec...
Mangesh Shinde
Oct 13, 2023
How To Read Data From Database Using ADO.NET
In this blog, we will study how to read Data from Database using ADO.NET.
Sardar Mudassar Ali Khan
Dec 12, 2022
Insert Data From One Table To Another Using ADO.NET
In this blog, we will study how we can Insert data from one table to another table using ADO.NET.
Sardar Mudassar Ali Khan
Dec 12, 2022
What Is Programming Language And Why It Is Needed
A brief introduction about programming and the need for programming.
Mohamed Rilwan
Jan 18, 2022
Dealing With Database Using SqlCommand Methods
In this blog, you wil learn how to deal with Database using SqlCommand Methods.
Suryan A
Dec 13, 2021
ExecuteReader, ExecuteNonQuery and Executescalar in ADO.NET
In this blog, I will explain the ExecuteReader, ExecuteNonQuery and Executescalar in ADO.NET
Mageshwaran R
Dec 27, 2019
Faster SQL Server Search With ADO.NET and C#
This post will teach you how to read a single line from SQL Server using CommandBehavior.CommandBehavior allows us to instruct the command to read one row only even if there are more than one rows ...
Jefferson S. Motta
Oct 15, 2019
Converting Datatable And Dataset To JSON String And Vice Versa
In this blog, we will learn how to convert a datatable and dataset into a JSON string and vice versa.
Amit Mohanty
May 07, 2019
Improve SQL Server Connection Performance In ADO.NET
This little tip will boost the speed of SQL Server connection using ADO.NET. I was using ADO.NET to connect to an SQL Server database on a local network. I noticed that the connection speed seems o...
Jefferson S. Motta
Dec 28, 2018
How To Transform A Class Into DataSource
A class can be transformed into a DataSource object using Visual Studio IDE. Let's learn how.
Jefferson S. Motta
Dec 27, 2018
What You Should Prefer For Performance Among Entity Framework, Dapper, And ADO.NET
Basically, when we design an application in .NET or any other technology, then how we are loading your data for application really impact the performance of our application. So, I will tell you wha...
Kapil Gaur
Nov 17, 2018
How To Join Two DataTables Using C# In ADO.NET
In this tutorial, I will explain about Data table by using Primary Key Property. Primary Key Property Return Type is "DataColumn" it was an Array. Return An array of System.Data.DataColum...
Murali Krishna
May 16, 2018
Solution - The 'Microsoft.ACE.OLEDB.12.0' Provider Is Not Registered On The Local Machine
While working with Microsoft Access database connectivity with ado.NET, you may have received this error: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine or T...
Nikunj Satasiya
Oct 26, 2017
How To Connect To SQL Database Using ADO.NET From C# Program
In this article, I have explained how to use ADO.NET to interact with the database.
ram dungar
Jun 23, 2017
How To Create The Data Adapter Object Using ADO.NET
This blog imparts knowledge on how to create the data adapter object, Using ADO.NET.
Rathrola Prem Kumar
Mar 15, 2017
Executing SQL Query in Entity Framework
In this blog, I will explain to you how we can use different types of SQL Query methods.
El Mahdi Archane
Jul 23, 2016
Delete Rows from DataGridView using Checkbox with ADO.NET
This blog describe how to delete rows from dataGridView based on checkbox component using ADO.NET and C#.
El Mahdi Archane
Jun 07, 2016
Insert(Bulk) DataTable Data in Database
In this blog we will Insert(Bulk) Entire DataTable Data in Database.
Abrar Ahmad Ansari
Apr 15, 2015
Validation Error for Invalid Values in Decimal Columns
How to raise validation error for invalid values in decimal columns.
Mitesh Patel
Dec 21, 2014
No Records Available.
View More
Learn SSRS In 11 Hours
Challenge yourself
ADO.NET
E-Book Download
Get Certified
.NET Architect