A Small Class Size is the Best Learning Environment*
Only F1 has no more than 6 Delegates in a Class
Everyone has Individual Attention from the Trainer

View Recent History

Course:(2784) Tuning and Optimizing Queries using Microsoft SQL Server 2005 - Microsoft Training Courses in London and South West
Course:(2540N) Building Embedded Solutions Using Windows CE 5 - Microsoft Training Courses in London and South West
Course:(2526) Developing Distributed Applications with Microsoft .NET Remoting - Microsoft Training Courses in London and South West
Course:(6317) Upgrading Your SQL Server 2000 Database Administration Skills to SQL Server 2008 - Microsoft Training Courses in London and South West
Course:(2009) Upgrading Your Skills from Microsoft Exchange Server 5.5 to Microsoft Exchange Server 2003 - Microsoft Training Courses in London and South West
Course:(6231) Maintaining a Microsoft SQL Server 2008 R2 Database - Microsoft Training Courses in London and South West
Course:(2556) Developing Mobile Applications Using the Microsoft .NET Compact Framework - Microsoft Training Courses in London and South West
Course:(1933) Doing Business Online Using Microsoft bCentral - Microsoft Training Courses in London and South West
Course:(1592) Creating and Managing Web Sites Using FrontPage 2000 - Microsoft Training Courses in London and South West
Course:(2530) Introduction to Microsoft Windows CE .NET - Microsoft Training Courses in London and South West
Course:(2957) Advanced Foundations of Microsoft .NET 2.0 Development - Microsoft Training Courses in London and South West
Course:(1572) Implementing and Managing Microsoft Exchange 2000 - Microsoft Training Courses in London and South West
Course:(2542) Advanced Data Access with Microsoft Visual Studio 2005 - Microsoft Training Courses in London and South West
Course:(4010) E-Commerce Profitability: Online Merchandising Using Microsoft Office FrontPage 2003 - Microsoft Training Courses in London and South West
Course:(2663) Programming with XML in the Microsoft .NET Framework - Microsoft Training Courses in London and South West
Course:(1009) Mastering Web Site Fundamentals(Classroom View) - Microsoft Training Courses in London and South West
Course:(1912) Introduction to Web Development Technologies - Microsoft Training Courses in London and South West
Course:(1932) Building a Data-Driven Web Site Using Microsoft FrontPage 2000 - Microsoft Training Courses in London and South West
Course:(2541) Core Data Access with Microsoft Visual Studio 2005 - Microsoft Training Courses in London and South West
Course:(2389) Programming with ADO .NET - Microsoft Training Courses in London and South West
Course:(50068) Microsoft SQL Server 2008 for the Experienced Oracle Database Administrator - Microsoft Training Courses in London and South West
Course:(2557) Building COM+ Applications Using Microsoft .NET Enterprise Services - Microsoft Training Courses in London and South West
Course:(2956) Core Foundations of Microsoft .NET 2.0 Development - Microsoft Training Courses in London and South West
Course:(2185) Deploying and Managing Microsoft Commerce Server 2000 - Microsoft Training Courses in London and South West
Course:(2734) Updating Your Database Development Skills to SQL Server 2005 - Microsoft Training Courses in London and South West
Course:(2543) Core Web Application Technologies with Microsoft Visual Studio 2005 - Microsoft Training Courses in London and South West
Course:(F1038) Fast Track: Implementing and Maintaining a Microsoft SQL Server 2008 Database - Microsoft Training Courses in London and South West
Course:(2710) Analyzing Requirements and Defining Microsoft .NET Solution Architectures - Microsoft Training Courses in London and South West
Course:(1905) Building XML-Based Web Applications - Microsoft Training Courses in London and South West
Course:(2365) Designing an Application Migration Strategy to Microsoft .NET - Microsoft Training Courses in London and South West
Course:(2727) Developer Skills Builder for Microsoft.NET - Microsoft Training Courses in London and South West
Course:(2792) Implementing and Maintaining Microsoft SQL Server 2005 Integration Services - Microsoft Training Courses in London and South West
Course:(2382) Developing Collaborative Solutions Using Digital Dashboards - Microsoft Training Courses in London and South West
(6463) Visual Studio 2008 Connected Systems: ASP.NET 3.5 - Microsoft Training Courses London South West UK

Compare Recently Viewed Course Dates



Exclusive
Visual Studio

Programming with XML in the Microsoft .NET Framework
(Microsoft Training Course: 2663) - 3 days - £1700 exc VAT

 FebMarAprMayJunJulAugSepOctNovDecJan
Bath15
Ask a Question ?Print 2 Page PDF


> Target Audience
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.
It is intended for Programmers who build Web-based or Windows applications that access data, Programmers who build Web services and Programmers who build applications that access data stored as XML
> Course outline
  1. Introduction to XML in the .NET Framework
  2. Parsing XML
  3. Validating XML
  4. Writing XML
  5. Querying XML
  6. Manipulating Cached XML
  7. Transforming XML
  8. Serializing Objects as XML


Module 1: Introduction to XML in the .NET Framework
  • Overview
  • Course at a Glance
  • Common Business Problems
  • XML in the .NET Framework
Skills
  • Explain how XML provides solutions to common business problems.
  • Discuss how Microsoft's implementation of W3C standards for XML provides a framework for XML solutions to business problems.
  • Diagram XML support in the .NET Framework.
top
Module 2: Parsing XML
  • Overview of XML Parsing
  • Parsing XML Using XmlTextReader
  • Creating a Custom Reader
  • Lab: Building an XML Web Service to Parse XML
Skills
  • Create a Stream object from an XML file.
  • Build a mutable string by using the StringBuilder object.
  • Handle errors in the form of XML.
  • Parse XML as text by using the XmlTextReader object.
  • Create a custom XmlReader object
top
Module 3: Validating XML
  • Examining Schemas
  • Validating XML While Parsing
  • Advanced Validation
  • Lab: Extend an XML Web Service to Validate XML
Skills
  • Instantiate an XML validating reader.
  • Associate one or more XML schemas with an XML validating reader.
  • Handle errors that result when a validating reader processes invalid XML.
  • Create an application that uses the .NET Framework XML classes and XML schemas to validate an XML fragment.
  • Resolve a Uniform Resource Identifier (URI) reference to a schema or DTD.
  • Create an application that uses the .NET Framework XML classes and an XSD schema or a DTD to validate well-formed XML.
top
Module 4: Writing XML
  • Overview of Generating XML Documents
  • Writing XML
  • Generating XML with Namespaces
  • Controlling XML Format and Converting XML
  • Lab: Building an XML Web Service to Write XML
Skills
  • Use the XmlTextWriter class to write well-formed XML.
  • Generate namespaces for elements and attributes.
  • Control indentation and other code format characteristics when generating XML.
  • Write XML that preserves characters that are normally represented by using escape characters.
top
Module 5: Querying XML
  • Introduction to Querying XML Using XPath
  • Creating and Navigating a Document Cache
  • Executing Your Query
  • Lab: Creating and Loading an XML Data Cache
  • Lab: Compiling and Executing Queries That Return Nodes
  • Lab: Compiling and Executing Queries That Return Numbers
  • Lab: Compiling and Executing Queries That Return Strings
Skills
  • Describe the business reasons for querying XML documents by using XPath.
  • Cache XML data for querying by using an XPathDocument object.
  • Create an XPathNavigator object to navigate through an XML document.
  • Compile and evaluate the result of an XPathExpression object.
  • Iterate through an XmlNodeList object returned by an XPath expression.
top
Module 6: Manipulating Cached XML
  • Introduction to the XML Document Object Model
  • Navigating XML Using the DOM
  • Creating New Nodes
  • Modifying and Deleting Nodes
  • Lab: Loading an XML Document
  • Lab: Navigating an XML Document
  • Lab: Adding Elements and Comments to an XML Document
  • Lab: Modifying and Deleting Information
Skills
  • Open and save XML by using the DOM.
  • Locate XML by using the DOM.
  • Create nodes in the XML node tree.
  • Modify and delete nodes in the XML node tree.
top
Module 7: Transforming XML
  • Introduction to Transforming XML
  • Programmng the XslTransform Class
  • Extending XSLT Style Sheets
  • Lab: Applying a Style Sheet
  • Lab: Using Style Sheet Parameters
  • Lab: Extending a Style Sheet with an Extension Object
Skills
  • List the business use cases for using XSLT.
  • Describe the transformation process.
  • Apply style sheets to XML documents by using the XslTransform class.
  • Display XML by using the ASP.NET Xml Web Forms control.
  • Pass parameters to XSLT style sheets.
  • Apply a style sheet that references an extension object.
top
Module 8: Serializing Objects as XML
  • Introduction to XML Serialization
  • Serializing Objects Using XmlSerializer
  • Controlling XML Serialization
  • Lab: Serializing a Purchase Order
  • Lab: Controlling Serialization with Attributes
  • Lab: Deserializing an Invoice
Skills
  • Define XML serialization.
  • Serialize and deserialize objects by using the XmlSerializer class.
  • Control XML serialization by using attributes.
top
> Pre-Requisites
Before attending this course, students must have the following pre-requisites:
  • Experience with programming languages such as Visual Basic .NET or Microsoft Visual C#.
  • Experience using the Microsoft Visual Studio .NET developer environment.
  • Experience building applications using the Extensible Stylesheet Language for Transformation (XSLT), XML Path Language (XPath), and XML schemas
> Purpose
At the end of this course, students will be able to explain how XML is integrated into the .NET Framework and the classes associated with XML in the .NET Framework; parse and read XML in the .NET Framework; write and validate an XML document; manipulate cached XML documents in memory; query XML documents; transform XML documents; create new XML schemas programmatically
> EXAMS
There are no exams directly associated with this course