© Bipin Joshi 2017
Bipin JoshiBeginning XML with C# 7https://doi.org/10.1007/978-1-4842-3105-0_7

7. XML in ADO.NET

Bipin Joshi1 
(1)
301 Pitruchhaya, Thane, India
 
ADO.NET is a technology for accessing and manipulating databases. XML has been integrated in several ways in ADO.NET. In this chapter, you are going to see how ADO.NET has harnessed the power of XML in data representation. Specifically, this chapter covers the following:
  • An overview of XML integration in ADO.NET

  • Working with SqlDataReader and XML

  • DataSet architecture and disconnected data access

  • XML integration in DataSet

  • Creating a typed DataSet

Overview of ADO.NET Architecture

ADO.NET provides two ways of working with your data:
  • Connected data access

  • Disconnected data access

Connected Data ...

Get Beginning XML with C# 7: XML Processing and Data Access for C# Developers 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.