ADO.NET
Sign in to saveADO.NET is a data access technology from the Microsoft .NET Framework and .NET that provides communication between relational and non-relational systems through a common set of components. 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 a
Key facts
- Software.developer
- Microsoft
- Software.operating system
- Microsoft Windows
- Software.genre
- Software framework
- Software.license
- Proprietary software (BCL portion under MIT license; source code under Ms-RSL)
via Wikipedia infobox
Wikidata facts
- Official website
- msdn2.microsoft.com/en-us/library/aa286484.aspx
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/ado.net
Sources (3)
via Wikidata · CC0
~5 min read
Article
6 sectionsContents
- Architecture
- Object-relational mapping
- Entity Framework
- LINQ to SQL
- References
- External links
ADO.NET is a data access technology from the Microsoft .NET Framework and .NET that provides communication between relational and non-relational systems through a common set of components. 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.
== Architecture == thumb|right|240px|This technology forms a part of [[.NET Framework 3.0 (having been part of the framework since version 1.0)]]