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
(2310) Developing Web Applications Using Microsoft Visual Studio 2008 - Microsoft Training Courses London South West UK
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:(2517) Deploying and Managing Microsoft Mobile Information Server 2002 Enterprise Edition - Microsoft Training Courses in London and South West
Course:(2609) Introduction to C# Programming with Microsoft .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:(3201) Developing Microsoft ASP.NET 2.0 Web Applications - Microsoft Training Courses in London and South West
Course:(2562) Getting Started with Microsoft Visual Studio 2005 for Microsoft Visual Basic 6.0 Developers - 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:(2500) Introduction to XML and the Microsoft .NET Platform - 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:(2544) Advanced Web Applications Technologies with Microsoft Visual Studio 2005 - 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:(2559) Introduction to Visual Basic .NET Programming with Microsoft .NET - 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:(6461) Visual Studio 2008 Connected Systems: Windows Communication Foundation - 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:(6214) Effective Team Development Using Microsoft Visual Studio Team System - 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:(6460) Visual Studio 2008 Connected Systems: Windows Presentation Foundation - 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:(6462) Visual Studio 2008 Connected Systems: Windows Workflow Foundation - 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

Introduction to XML and the Microsoft .NET Platform
(Microsoft Training Course: 2500) - 2 days - £1200 exc VAT

We currently do not have any dates scheduled for this course.
Please contact us to arrange a closed course for your company or add your details to courses in waiting.
(Remember F1 has smaller classes)
Ask a Question ?Print 2 Page PDF


> Target Audience
This course provides a technological overview of the structure and programming techniques of XML. This course shows where XML figures into the Microsoft .NET vision and into the larger world of distributed standards based computing
> Course outline
  1. XML and the Microsoft .NET Platform
  2. Basic XML
  3. Validating XML
  4. Introducing Technologies for Handling XML Data
  5. Creating and Manipulating Trees Using DOM
  6. Using XPath to Transform a Tree of Nodes
  7. Formatting and transforming: XSL and XSLT
  8. Using XQuery to Link and Query XML Documents
  9. SQL XML
  10. The Challenge of Designing XML Solutions


Module 1: XML and the Microsoft .NET Platform
  • Defining XML's Role in Microsoft .NET
  • Practice: Exporting and Importing Office Data to and from XML Format
  • Practice: Choose a Data Format that is Easier to Work with: EDI or XML
  • XML Standards
  • Understanding XML Parsers
Skills
  • Identify where and how XML is used within the .NET distributed computing and web based world.
top
Module 2: Basic XML
  • The Form of XML
  • Practice: Fixing Form Problems in a Set of XML Documents
  • Designing Data with XML Grammars
  • Namespaces
  • Practice: Modifying XML Namespaces
  • Processing Instructions
Skills
  • Design an XML document, given a set of data requirements based on a real world application.
  • Design a document that conforms to the formal rules of XML.
  • Lab: Creating and Testing an XML Document to Represent Ticketing Data
top
Module 3: Validating XML
  • Identifying Validation Requirements
  • Practice: Identifying Where Validation is Needed
  • Choosing a Validation Method
  • Practice: Do Sample Conversions and Check/Compare Functionality
  • Understanding Schemas
Skills
  • Give an example of an instance document of moderate complexity.
  • Develop an XML Schema to validate documents.
  • Lab: Using Office XP to Generate a Schema that Validates Instance Documents
top
Module 4: Introducing Technologies for Handling XML Data
  • The Need for XML Data Handling Technologies
  • Comparison of Each Type
  • Practice: Given a Code Snippet, Students Determine the Function of the Code
Skills
  • Identify situations where you would need to use the following XML technologies: DOM, XPath, XSL/XSLT and XQuery.Use the DataReader object
top
Module 5: Creating and Manipulating Trees Using DOM
  • Defining DOM
  • Using the DOM
  • DOM Code Examples
Skills
  • Use the DOM, DOM trees.
  • Identify the ways in which DOM can and cannot be used to manipulate XML documents.
  • Lab: Changing a Tree
top
Module 6: Using XPath to Transform a Tree of Nodes
  • What is XPath?
  • Using XPath Language
  • Practice: Identifying and Interpreting XPath Expressions
  • Understanding the Range of Application of XPath
  • Practice: Matching Requirements to Technology
Skills
  • Use XPath to navigate XML documents
  • Select content in XML documents, and how it can be used by other XML technologies.
  • Lab: Using XPath to Navigate and Select Data
top
Module 7: Formatting and transforming: XSL and XSLT
  • What is XSL?
  • What is XSLT and How Does it Relate to XSL?
Skills
  • Use XSL technologies to control XML presentation
  • Perform XML transformations to filter and sort and to format XML.
  • Lab: Create and Edit XSLT in FrontPage 2002
top
Module 8: Using XQuery to Link and Query XML Documents
  • What is XQuery?
  • Working with XQuery
Skills
  • Design basic and advanced XQuery statements.
  • Apply XQuery statements to XML documents.
  • Lab: Designing Simple and Advanced XQueries
top
Module 9: SQL XML
  • XML Support in Microsoft SQL Server 2000
  • Using HTTP to Access and Input XML Data
  • Manipulating XSL Using Transact SQL
  • Using ADO to Access XML Data
  • Using Mapping Schemas
  • Practice: Using XML View Mapper
  • UpdateGrams and BulkLoad
Skills
  • Describe how Microsoft SQL Server 2000 implements XML support through ISAPI
  • Describe how to manipulate Microsoft SQL Server 2000 data using XML.
  • Lab: Creating SQL Queries
top
Module 10: The Challenge of Designing XML Solutions
  • Solutions that Use XML
  • Web Services
  • What Next?
Skills
  • Review a proposed solution and choose an appropriate mix of XML and related technologies to address design requirements.
  • Lab: Building a Menu System
  • Challenge Lab: Matching a Solution Requirement to a Set of Technologies
top
> Pre-Requisites
Before attending this course, students must have the following pre-requisites:
  • Working knowledge of a scripting or programming language
  • Working knowledge of HTML
  • Working knowledge of how databases are used in distributed computing environments
> Purpose
At the end of the course, students will be able to describe how XML fits into the overall vision of distributed computing using Microsoft .NET technologies, create a well-formed XML document, use XML Schemas to validate an instance document, describe how DOM, XPath, XSL/XSLT and XQuery are used to create real world solutions, describe how SQL Server 2000 uses XML, match appropriate XML standards (MSXML, MathXML, etc.) and technologies (DOM, XSLT, XSD, XQuery, and XPath) to address a range of solution requirements, identify the next logical Microsoft .NET training experience and readily justify the decision to enroll in further Microsoft .NET training.
> EXAMS
There are no exams directly associated with this course