Course Information

Course CodeMS2663 (MOC2663) (M2663)
Fee£895 (Exclusive of VAT)
DurationThree Days
Delivery FormatInstructor-led

Introduction

This three-day instructor-led his course teaches developers how to program with XML in the Microsoft .NET Framework in order to build Microsoft Windows or Web-based integrated applications that are easier to build, scalable, and flexible.

Audience

This course is intended for:

This course is not recommended for developers who:

Completion

After completing this course, students will be able to:

Prerequisites

Before attending this course, students must have:

Examinations

Exam 70–310: Developing XML Web Services and Server Components with Microsoft Visual Basic .NET and the Microsoft .NET Framework

Materials

The student kit includes a comprehensive workbook and other necessary materials for this class.The following software is provided for use in class:

Course Outline

Module 1: Introduction to XML in the .NET Framework

This module introduces the use of XML in the .NET Framework to help you solve common business problems. XML is a standards-driven technology that is ideal for applications that use the Internet. Microsoft's implementation of World Wide Web Consortium (W3C) standards ensures that applications you develop with XML in .NET will successfully communicate with other W3C-compatible applications

Lessons

After completing this module, students will be able to:

Module 2: Parsing XML

This module discusses how to parse XML data from a file, string, or stream by using the XmlReader class. It also covers how to use the XmlTextReader to process XML as text, and how to use the XmlNodeReader to filter data by using an XPath expression and the object.

Lessons

Lab 2.1: Parsing XML

After completing this module, students will be able to:

Module 3: Validating XML

This module gives an overview of XML Schema Definition (XSD) data types, and then covers how to use the Microsoft .NET Framework XML classes to perform XML schema validation. The lesson Advanced Validation teaches how to resolve external entities, how to validate XML fragments, and how to validate XML by using a Document Type Definition (DTD).

Lessons

Lab 3.1: Validating XML

After completing this module, students will be able to:

Module 4: Writing XML

Writing XML is a central skill in developing XML-based applications. This module describes the .NET Framework classes that are used to write XML with or without namespaces. The module also explains how to control the format and validity of XML as it is being written.

Lessons

Lab 4.1: Writing XML

After completing this module, students will be able to:

Module 5: Querying XML

This module explains the process of querying an XML document by using XPath. It explains how to write code to load an XML document, and how to create a navigation cursor by using an XPathNavigator object. It also explains how to create your query by using an XPathDocument object, and how to examine the result types. In addition, this module describes how to compile your query and evaluate your results.

Lessons

Lab 5.1: Querying XML Documents Using XPath

After completing this module, students will be able to:

Module 6: Manipulating Cached XML

This module introduces the XML Document Object Model (XML DOM) and explains how to locate and manipulate XML by using the DOM.

Lessons

Lab 6.1: Manipulating Cached XMLDocument Objects

After completing this module, students will be able to:

Module 7: Transforming XML

This module explains the process of transforming XML documents. The module teaches the student how to apply an XSLT transformation to an XML document by using the .NET XML classes. It does not teach XSLT syntax or commands.

Lessons

Lab 7.1: Transforming XML Documents

After completing this module, students will be able to:

Module 8: Serializing Objects as XML

This module provides students with the skills needed to create XML documents from the data contained within programmatic objects. This process is referred to as serialization and can be used to persist object data or to share object data between applications.

Lessons

Lab 8.1: Serializing Objects as XML

After completing this module, students will be able to: