Ado Net Notes
Ado Net Notes
ADO stands for ActiveX Data Objects. ADO.NET is one of Microsoft’s data access technologies, which is use as an
interface/bridge to communicate with different data sources. It is a part/component of the .NET Framework, which
helps to fetch data from different data sources to the .NET Application (Console, WCF, WPF, Windows, MVC, Web
Form, etc.) as well as also used to send data from our .NET Application to different data sources. The Data Sources
can be SQL Server, Oracle, MySQL, XML, etc. ADO.NET consists of a set of predefined classes that can be used to
connect, retrieve, insert, update, and delete data (i.e., performing CRUD operation) from data sources. All the
ADO.NET classes are located into System.Data.dll and integrated with XML classes located into System.Xml.dll