---
title: "What is ADO.NET?"  
description: "What is ADO.NET?"  
author: "yash Singh"  
published: 2010-12-07  
updated: 2010-12-14  
canonical: https://www.mindstick.com/forum/120/what-is-ado-dot-net  
category: "ado.net"  
tags: ["ado.net"]  
reading_time: 1 minute  

---

# What is ADO.NET?

What is [ADO.NET](https://www.mindstick.com/articles/804/connection-pooling-in-ado-dot-net)?

## Replies

### Reply by Uttam Misra

Yash you can post conceptual question in Interview Section of MindStick.\
Thanks!\

### Reply by Pushpendra Singh

What is Ado.net\
\
ADO.NET, an object oriented data access technology, is essentially a collection of classes used to communicate between an application and a database. ADO.NET provides consistent access to data sources such as Microsoft SQL Server. The ADO.NET classes are found in System.Data.dll.\
\
DataProvider in Ado.net\
\
The following are the supported DataProviders:\
\
• Odbc Data Provider\
\
• OleDb Data Provider\
\
• Oracle Data Provider\
\
• SqlServer Data Provider\
\
Connection\
\
The following are the supported Connection classes:\
\
• OleDbConnection\
\
• OdbcConnection\
\
• OracleConnection\
\
• SqlConnection\
\
Command\
\
The Command object is used to send the SQL Statements to the database. Commands are used to insert data, retrieve data and execute stored procedures in the database. The following are the methods of the Command class:\
\
• ExecuteScalar\
\
• ExecuteReader\
\
• ExecuteNonQuery\
\
• ExecuteXmlReader\
\
\


---

Original Source: https://www.mindstick.com/forum/120/what-is-ado-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
