C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
What is ADO.Net
Lalit Kumar
16y
6.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
ADO stands for ActiveX Data Objects
ADO.NET is a database technology of .NET Framework used to connect application system and database server.
ADO.NET is a part of the .NET Framework
ADO.NET consists of a set of classes used to handle data access
ADO.NET uses XML to store and transfer data among applications, which is not only an industry standard but also provide fast access of data for desktop and distributed applications.
ADO.NET is scalable and interoperable.
C# Curator
16y
0
ADO.NET... here ADO stands for
Active Data Objects
.. which are specially desingned classes for handelling the database may be microsoft database or third party database like Microsoft Access etc...
DHRUV BANSAL
16y
0
ADO.NET
is used by programmers to access and modify data stored in relational database systems, though it can also be used to access data in non-relational sources.
Rekha Singh
16y
0
Message