Chapter 29. Typed DataSets and XSD

IN BRIEF

This chapter will show you how to extend the power of the DataSet with XML-driven schemas written in an XML dialect called XML Schema Definition (XSD). These schemas can define the structure of any data, including things such as keys, relationships, constraints, and much more. Because it is a human-readable dialect, XSD also gives you the ability to annotate schemas and in doing so, to provide documentation about them.

This chapter will show you how to work with XSD, how to integrate XSD into your DataSets, and how to create a strongly typed wrapper around a DataSet based on an XSD schema.

WHAT YOU NEED

REQUIRED SOFTWARE.NET Framework SDK v1.1 Visual Studio .NET 2003 with C# installed
RECOMMENDED HARDWARE ...

Get Microsoft® Visual C#® .NET 2003 Unleashed 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.