Accessing and Manipulating Data

Consuming and manipulating data.

  • Access and manipulate data from a data store. Data stores include relational databases, XML documents, and flat files. Methods include XML techniques and ADO.NET.

This test objective covers an immense amount of functionality within the .NET Framework. You'll need to know how to work with three types of data:

  • File-based data

  • Relational database data

  • XML data

The .NET Framework includes namespaces and classes that are optimized for each of these types of data.

I cover the following major topics in this section:

  • Working with disk files

  • The ADO.NET object model

  • Using DataSet objects

  • Using XML data

Working with Disk Files

The oldest form of data that you're likely to work with in the .NET ...

Get MCAD/MCSD.NET Training Guide (Exam 70-316): Developing and Implementing Windows®-Based Applications with Microsoft® Visual C#™ .NET and Microsoft® Visual Studio® .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.