1. Урок 1. 00:01:31
    Course Overview
  2. Урок 2. 00:01:23
    Course Introduction and Assumptions
  3. Урок 3. 00:01:32
    Modules in This Course
  4. Урок 4. 00:01:58
    Examples and Uses of XML Files
  5. Урок 5. 00:00:51
    Terminology Used to Describe XML Documents
  6. Урок 6. 00:02:25
    Tag Naming and Attribute-based XML
  7. Урок 7. 00:03:34
    A Simple XML Schema File
  8. Урок 8. 00:01:57
    A More Complex XML Schema
  9. Урок 9. 00:01:11
    Generate an XSD File from an XML File
  10. Урок 10. 00:01:05
    Validate an XML from an XSD File
  11. Урок 11. 00:00:46
    Module Summary
  12. Урок 12. 00:01:28
    LINQ to XML Introduction
  13. Урок 13. 00:02:54
    Load XML Using XDocument and XElement
  14. Урок 14. 00:02:12
    Query All Nodes in XML Document
  15. Урок 15. 00:03:22
    Use a Where Clause to Filter XML Data
  16. Урок 16. 00:00:52
    Use an OrderBy Clause to Sort XML Data
  17. Урок 17. 00:02:20
    Joining Two XML Documents
  18. Урок 18. 00:01:53
    Read Configuration File
  19. Урок 19. 00:03:19
    Create Collection Classes from XML Document
  20. Урок 20. 00:01:48
    Count and Sum Values
  21. Урок 21. 00:01:05
    Maximum and Minimum Values
  22. Урок 22. 00:00:43
    Calculate an Average Value
  23. Урок 23. 00:00:47
    Module Summary
  24. Урок 24. 00:00:37
    Introduction to XPath Queries
  25. Урок 25. 00:02:40
    Using XDocument Class and XPath Queries
  26. Урок 26. 00:02:18
    Using XElement Class and XPath Queries
  27. Урок 27. 00:02:52
    Count, Sum, and Average Calculations
  28. Урок 28. 00:02:32
    Minimum and Maximum Calculations
  29. Урок 29. 00:00:33
    Module Summary
  30. Урок 30. 00:00:52
    Module Introduction
  31. Урок 31. 00:02:22
    Create New XML Document
  32. Урок 32. 00:01:23
    Use the Parse Method to Load a String of XML
  33. Урок 33. 00:01:24
    Add a Node
  34. Урок 34. 00:01:07
    Update a Node
  35. Урок 35. 00:00:59
    Delete a Node
  36. Урок 36. 00:01:49
    Write XML to Disk Using the XDocument Class
  37. Урок 37. 00:03:04
    Using the XmlWriter Class to Save XML to Disk
  38. Урок 38. 00:02:24
    Using the DataSet Class to Save XML and XSD to Disk
  39. Урок 39. 00:00:41
    Module Summary
  40. Урок 40. 00:00:42
    Module Introduction
  41. Урок 41. 00:04:42
    Using the XmlSerializer Class
  42. Урок 42. 00:03:43
    Controlling Serialization with Attributes
  43. Урок 43. 00:02:04
    Nested Objects and the XmlArray Attribute
  44. Урок 44. 00:03:09
    Simplify Serialization with XML Extension Methods
  45. Урок 45. 00:05:19
    Opt-In Serialization with the DataContractSerializer Class
  46. Урок 46. 00:04:11
    Using the BinaryFormatter Class
  47. Урок 47. 00:01:07
    Module Summary
  48. Урок 48. 00:00:41
    Module Introduction
  49. Урок 49. 00:03:58
    Get Data from Server and Store Locally
  50. Урок 50. 00:01:47
    How to Detect Changes Between Server and Local XML
  51. Урок 51. 00:01:45
    Demo: Detecting Changes
  52. Урок 52. 00:04:25
    Demo: C# Code to Detect Changes
  53. Урок 53. 00:01:22
    Summary and Location of Sample Code