INFO: Online Seminars on Programming XML in the .NET Framework (326069)



The information in this article applies to:

  • Microsoft .NET Framework Class Libraries 1.0

This article was previously published under Q326069

SUMMARY

The XML Product Support Services team at Microsoft has developed an online training course about programming XML in the .NET Framework. The objective of these seminars is to provide in-depth developer-oriented training on the subject of implementing standards-based XML functionality in .NET applications.

The course includes 10 modules that address a variety of topics that are related to programming the classes in the System.Xml .NET Framework namespaces (System.Xml, System.Xml.Xsl, System.Xml.Xsl, System.Xml.XPath, System.Xml.Serialization, and System.Xml.Schema). Each module is an audio-visual session that includes a Microsoft PowerPoint presentation combined with related visual demonstrations and code walkthroughs. The project files of the demonstration samples that are examined in each session are provided as downloads. You can use them to step through and examine the code off-line at your own pace to enhance the learning experience.

MORE INFORMATION

This section lists the individual modules of this training course and the links that can be used to start and view them. 56K and 100K links are provided for each module. For an overview of using these seminars and browser and system requirements, visit the following Microsoft Web site:

Microsoft Online Seminars
http://www.microsoft.com/seminar/

  • Module 1: Introduction to the Core .NET Framework XML Namespaces and Classes This high-level introductory module provides a broad overview of programming the core System.Xml .NET Framework namespaces and classes to implement standards-based XML functionality in .NET applications.
  • Module 2: Pull Model XML Parsing in the .NET Framework This module teaches .NET developers how to parse XML data by using the .NET Framework non-validating pull model XML parser.
  • Module 3: Programming the .NET Framework XML DOM Parser (Part I) This module is part I of the module that teaches .NET developers how to parse XML data by using the .NET Framework XML DOM parser.
  • Module 4: Programming the .NET Framework XML DOM Parser (Part II) This module is part II of the module that teaches .NET developers how to parse XML data by using the .NET Framework XML DOM parser.
  • Module 5: Programming the XmlTextWriter This module teaches .NET developers how to programmatically generate well-formed XML by using the XmlTextWriter .NET Framework class.
  • Module 6: Validating XML in .NET Applications This module teaches .NET developers how to program the XmlValidatingReader class to validate XML documents in .NET applications.
  • Module 7: Executing XPath Queries in .NET Applications This module teaches .NET developers how to program the classes in the System.Xml.Xpath namespace to execute Xpath queries in .NET applications.
  • Module 8: Executing XSLT Transformations in .NET Applications This module teaches .NET developers how to program the classes in the System.Xml.Xsl namespace to execute XSLT transformations in .NET applications.
  • Module 9: Programming the .NET Framework XML Schema Object Model This module teaches .NET developers how to program the .NET Framework Schema Object Model (SOM) to work with XSD schemas in .NET applications.
  • Module 10: XML Serialization in the .NET Framework This module teaches .NET developers how to program the XmlSerializer class to serialize and deserialize objects to and from XML in .NET applications.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

313651 INFO: Roadmap for XML in the .NET Framework


Modification Type:MinorLast Reviewed:4/27/2004
Keywords:kbinfo KB326069 kbAudDeveloper