This article includes a list of general references, but it lacks sufficient corresponding inline citations. (March 2009) |
Developer(s) | Microsoft |
---|---|
Operating system | Microsoft Windows |
Type | Software framework |
License | Proprietary software (BCL portion under MIT license; source code under Ms-RSL) |
Website | docs |
ADO.NET is a data access technology from the Microsoft .NET Framework that provides communication between relational and non-relational systems through a common set of components.[1] ADO.NET is a set of computer software components that programmers can use to access data and data services from a database. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational data sources. ADO.NET is sometimes considered an evolution of ActiveX Data Objects (ADO) technology, but was changed so extensively that it can be considered an entirely new product.