Overview

ADO.NET puts a new face on the old ADO model with many new features and improvements. Of these, the most notable are that the ADO RecordSet has been eliminated and the internal data structures of ADO.NET are now XML based. With the increasing support of XML, it should be no surprise that ADO.NET would incorporate as much of XML as possible. XML was selected for the core data representation for several reasons. These include its wider array of supported data types, its capability to enable data to easily pass through firewalls and internal networks, its flexibility on what database of query language is being used, and its allowance of binding to any user-defined interface. ADO.NET replaces the RecordSet with a new and more complete object ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.