C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
15
Reply
What is ADO .Net?
Sandeep Kumar
10y
1.5k
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 means Activex Data Object . i.e. provide bridge connection between Backend (Database )To Front end(Applications).
Vijay Kumar
10y
1
Activex Data Object(ADO) is used to communicate programmatically with database or xml. .Net provides following namespaces to work with ado.net System.Data.dll; System.Data.SqlClient; System.Data.OracleClient We have following ado.net classes Connection class with open and close methods. Command class with ExecuteNonQuery, ExecuteScalar and ExecuteReader methods. DataReader, DataAdaptor and DataSet so on..
sridhar thota
10y
1
Ado stands for activex data object which is mediator between Front end and back end.
Sandeep Kumar
10y
1
http://dotnet-munesh.blogspot.in/2013/12/adonet.html
Munesh Sharma
9y
0
ADO.NET(ActiveX Data Object) ------------------------------------------- ADO.NET is a very important feature of .NET Framework, which is used to work with data that is stored in structured data sources, such as databases and XML files. The following are some of the important features of ADO.NET: Contains a number of classes that provide you with various methods and attributes to manage the communication between your application and data source. Enables you to access different data sources, such as Microsoft SQL Server, and XML, as per your requirements. Provides a rich set of features, such as connection and commands that can be used to develop robust and highly efficient data services in .NET applications. Provides various data providers that are specific to databases produced by various vendors. For example, ADO.NET has a separate provider to access data from Oracle databases; whereas, another provider is used to access data from SQL databases.
Rafnas T P
9y
0
ADO .Net is bundle of Classes which use to execute the query in back end which has written in Front end
Sandeep Kumar
10y
0
ADO .Net is a Data Access Technology. It will works as a mediator between front end application and database server.
Srinivas Pabballa
10y
0
It is a middleware software that can be used to connect to front-end to backend application..
Swapnil Mache
10y
0
Techniques to establish connection between front end and back end.
Srikanth Reddy
10y
0
ActiveX Data Object .net used for make the connectivity between the Front end to Back-end in the Visual Studio. .Net provides various namespaces for work in the ADO.NET
Yatendra Sharma
10y
0
ADO stands for Activex Data Object, which can used for interacting with Databases through either connected or disconnected architecture. Ado.Net is a bridge/inermediate between front end to database.
Narasimha Reddy Chennupalli
10y
0
Ado.net is a microsoft technology used for interacting with the databases.
Kiranteja Jallepalli
10y
0
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.
Manoj Bhoir
10y
0
its intermediate between Front end to your Database. ADO.NET provides a rich set of components for creating distributed, data-sharing applications. It is an integral part of the .NET Framework, providing access to relational data, XML, and application data. ADO.NET supports a variety of development needs
Thavaselvan P
10y
0
http://dotnet-munesh.blogspot.in/2013/12/adonet.html
Munesh Sharma
10y
0
What is differnce between Array,Collection and List. ?
What is Ngen.exe ?
Message