Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have read a number of resources, but cant really figure out - What is ADO.net and how and where can I use it. Can someone help with there personal experience or some good resource online.
Posted
Comments
Richard C Bishop 17-Jun-13 12:46pm    
You have read nothing if you do not know what ADO.Net is. Nor have you looked at any examples.
[no name] 17-Jun-13 12:50pm    
+5 ^ 50
Member 9673928 17-Jun-13 13:00pm    
Actually I am a bit confused if it is related to database connectivity or something else.

1 solution

What is confusing about:

ADO.NET is a set of computer software components that programmers can use to access data and data services based on disconnected DataSets and XML. 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 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.

(source: http://en.wikipedia.org/wiki/ADO.NET[^])
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900