Microsoft > ADO.Net >> Intro to ADO.Net Views : 6282
Rate This Article :

Introduction to ADO.NET

  • ADO.NET is a data-access subsystem in the Microsoft .NET Framework.
  • A set of tools and layers that allows your application to easily manage and communicate with its file-based or server-based data store.
  • ADO.NET was developed from ADO (ActiveX Data Objects).
  • In the .NET Framework, the ADO.NET libraries appear under the System.Data namespace.

http://www.developerin.net/include/articleimages/Introduction.gif

  • Supports both connected and disconnected data access.
  • ADO.NET is a set of libraries included in the Microsoft .NET Framework that help you to communicate with various data stores from .NET applications.

  • The ADO.NET libraries include classes for connecting to a data source, submitting queries, and processing results. You can also use ADO.NET as a robust, hierarchical, disconnected data cache to work with data off line.  

  • The central disconnected object, the DataSet, allows you to sort, search, filter, store pending changes, and navigates through hierarchical data. 

  • The DataSet also includes a number of features that bridge the gap between traditional data access and XML development.  Developers can now work with XML data through traditional data access interfaces and vice-versa.

About Author
Jayanthan JVP
Total Posts 16
DotNet Developer
Comment this article
Name*
Email Address* (Will not be shown on this website.)
Comments*
Enter Image Text*
   
View All Comments
harish
see this tutorial: http://www.stepwisedotnet.com/Asp/Adonet_Introduction.aspx
  Privacy   Terms Of Use   Contact Us
© 2016 Developerin.Net. All rights reserved.
Trademarks and Article Images mentioned in this site may belongs to Microsoft and other respective trademark owners.
Articles, Tutorials and all other content offered here is for educational purpose only and its author copyrights.