在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → C#XML入门经典+源代码

C#XML入门经典+源代码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:36.46M
  • 下载次数:14
  • 浏览次数:81
  • 发布时间:2023-07-18
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 阅读器 Xml 源代码 代码 阅读

实例介绍

【实例简介】C#XML入门经典 源代码 资源全面

【实例截图】

from clipboard

【核心代码】

.
├── C#XML入门经典 源代码 超星阅读器
│   └── C#XML入门经典(源代码)
│       ├── Chapter01
│       │   ├── AddXML
│       │   │   ├── AddXML.csproj
│       │   │   ├── AddXML.csproj.user
│       │   │   ├── AddXML.sln
│       │   │   ├── AddXML.suo
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── AddXML.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   └── Contacts.html
│       ├── Chapter02
│       │   ├── Application Code
│       │   │   └── CharacterReader
│       │   │       ├── App.ico
│       │   │       ├── AssemblyInfo.cs
│       │   │       ├── C2
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── address.xsd
│       │   │       │   ├── address.xsx
│       │   │       │   ├── contact.xsd
│       │   │       │   ├── contact.xsx
│       │   │       │   └── contacts.xml
│       │   │       ├── CharacterReader.cs
│       │   │       ├── CharacterReader.csproj
│       │   │       ├── CharacterReader.csproj.user
│       │   │       ├── CharacterReader.sln
│       │   │       ├── CharacterReader.suo
│       │   │       ├── XMLFile1.xml
│       │   │       ├── bin
│       │   │       │   └── Debug
│       │   │       │       ├── CharacterReader.exe
│       │   │       │       └── CharacterReader.pdb
│       │   │       ├── code.xml
│       │   │       ├── codes.txt
│       │   │       └── obj
│       │   │           └── Debug
│       │   │               ├── CharacterReader.exe
│       │   │               ├── CharacterReader.exe.incr
│       │   │               ├── CharacterReader.pdb
│       │   │               ├── CharacterReader.projdata
│       │   │               ├── CharcaterReader.C2.Form1.resources
│       │   │               ├── CharcaterReader.exe
│       │   │               ├── CharcaterReader.exe.incr
│       │   │               ├── CharcaterReader.pdb
│       │   │               ├── CharcaterReader.projdata
│       │   │               ├── TempPE
│       │   │               └── temp
│       │   ├── CapitalCities.dtd
│       │   ├── CapitalCitiesCopy.xml
│       │   ├── CapitalCitiesCopyFixed.xml
│       │   ├── CapitalCitiesErr.xml
│       │   ├── CapitalCities_ExternalDTD.xml
│       │   ├── CharacterReader.exe
│       │   ├── MyCapitalCities.xml
│       │   ├── MyCapitalCities_ExternalDTD_invalid.xml
│       │   ├── MyCapitalCities_ExternalDTD_valid.xml
│       │   ├── MyCapitalCities_InternalDTD_valid.xml
│       │   ├── SpacePreserve.xml
│       │   ├── char1.xml
│       │   ├── char2.xml
│       │   ├── encode.txt
│       │   └── iexmltls.exe
│       ├── Chapter03
│       │   ├── Application Code
│       │   │   ├── XPathExamples1
│       │   │   │   ├── App.ico
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── XPathExamples.csproj
│       │   │   │   ├── XPathExamples.csproj.user
│       │   │   │   ├── XPathExamples.sln
│       │   │   │   ├── XPathExamples.suo
│       │   │   │   ├── bin
│       │   │   │   │   ├── Debug
│       │   │   │   │   │   ├── XPathExamples.exe
│       │   │   │   │   │   ├── XPathExamples.pdb
│       │   │   │   │   │   └── sample.xml
│       │   │   │   │   └── Release
│       │   │   │   │       ├── XPathExamples.exe
│       │   │   │   │       └── sample.xml
│       │   │   │   ├── obj
│       │   │   │   │   ├── Debug
│       │   │   │   │   │   ├── TempPE
│       │   │   │   │   │   ├── XPathExamples.exe
│       │   │   │   │   │   ├── XPathExamples.exe.incr
│       │   │   │   │   │   ├── XPathExamples.pdb
│       │   │   │   │   │   ├── XPathExamples.projdata
│       │   │   │   │   │   └── temp
│       │   │   │   │   └── Release
│       │   │   │   │       ├── TempPE
│       │   │   │   │       ├── XPathExamples.Form1.resources
│       │   │   │   │       ├── XPathExamples.exe
│       │   │   │   │       ├── XPathExamples.projdata
│       │   │   │   │       ├── XPathExamples.projdata1
│       │   │   │   │       └── temp
│       │   │   │   ├── sample.xml
│       │   │   │   ├── samples.cs
│       │   │   │   └── samples.resx
│       │   │   └── XPathExamples2
│       │   │       ├── App.ico
│       │   │       ├── AssemblyInfo.cs
│       │   │       ├── XPathExamples2.csproj
│       │   │       ├── XPathExamples2.csproj.user
│       │   │       ├── XPathExamples2.exe
│       │   │       ├── XPathExamples2.sln
│       │   │       ├── XPathExamples2.suo
│       │   │       ├── bin
│       │   │       │   ├── Debug
│       │   │       │   │   ├── XPathExamples2.exe
│       │   │       │   │   ├── XPathExamples2.pdb
│       │   │       │   │   └── sample.xml
│       │   │       │   └── Release
│       │   │       │       ├── XPathExamples2.exe
│       │   │       │       └── sample.xml
│       │   │       ├── obj
│       │   │       │   ├── Debug
│       │   │       │   │   ├── TempPE
│       │   │       │   │   ├── XPathExamples2.Form1.resources
│       │   │       │   │   ├── XPathExamples2.exe
│       │   │       │   │   ├── XPathExamples2.exe.incr
│       │   │       │   │   ├── XPathExamples2.pdb
│       │   │       │   │   ├── XPathExamples2.projdata
│       │   │       │   │   ├── XPathExamples2.projdata1
│       │   │       │   │   └── temp
│       │   │       │   └── Release
│       │   │       │       ├── XPathExamples2.exe
│       │   │       │       ├── XPathExamples2.projdata
│       │   │       │       └── temp
│       │   │       ├── sample.xml
│       │   │       ├── sample2.cs
│       │   │       └── sample2.resx
│       │   ├── XPathExamples.exe
│       │   ├── XPathExamples2.exe
│       │   ├── contacts.xml
│       │   ├── namespace.xml
│       │   └── sample.xml
│       ├── Chapter04
│       │   ├── ReadChars
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── ReadChars.csproj
│       │   │   ├── ReadChars.csproj.user
│       │   │   ├── ReadChars.sln
│       │   │   ├── ReadChars.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── ReadChars.exe
│       │   │   │       └── ReadChars.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── ReadChars.exe
│       │   │           ├── ReadChars.exe.incr
│       │   │           ├── ReadChars.pdb
│       │   │           ├── ReadChars.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── XMLNodeRead
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── XMLNodeRead.csproj
│       │   │   ├── XMLNodeRead.csproj.user
│       │   │   ├── XMLNodeRead.sln
│       │   │   ├── XMLNodeRead.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── XMLNodeRead.exe
│       │   │   │       └── XMLNodeRead.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── TempPE
│       │   │   │       ├── XMLNodeRead.Form1.resources
│       │   │   │       ├── XMLNodeRead.exe
│       │   │   │       ├── XMLNodeRead.exe.incr
│       │   │   │       ├── XMLNodeRead.pdb
│       │   │   │       ├── XMLNodeRead.projdata
│       │   │   │       └── temp
│       │   │   └── sample.xml
│       │   ├── XMLReading
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── XMLReading.csproj
│       │   │   ├── XMLReading.csproj.user
│       │   │   ├── XMLReading.sln
│       │   │   ├── XMLReading.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── XMLReading.exe
│       │   │   │       └── XMLReading.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── TempPE
│       │   │   │       ├── XMLReading.Form1.resources
│       │   │   │       ├── XMLReading.exe
│       │   │   │       ├── XMLReading.exe.incr
│       │   │   │       ├── XMLReading.pdb
│       │   │   │       ├── XMLReading.projdata
│       │   │   │       └── temp
│       │   │   └── sample.xml
│       │   ├── XMLValidate
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── XMLValidate.csproj
│       │   │   ├── XMLValidate.csproj.user
│       │   │   ├── XMLValidate.sln
│       │   │   ├── XMLValidate.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── XMLValidate.exe
│       │   │   │       └── XMLValidate.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── TempPE
│       │   │   │       ├── XMLValidate.Form1.resources
│       │   │   │       ├── XMLValidate.exe
│       │   │   │       ├── XMLValidate.exe.incr
│       │   │   │       ├── XMLValidate.pdb
│       │   │   │       ├── XMLValidate.projdata
│       │   │   │       └── temp
│       │   │   ├── sample.dtd
│       │   │   └── sample.xml
│       │   ├── archive.xml
│       │   └── sample.xml
│       ├── Chapter05
│       │   └── WritingXMLExample
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Form1.cs
│       │       ├── Form1.resx
│       │       ├── WritingXMLExample.csproj
│       │       ├── WritingXMLExample.csproj.user
│       │       ├── WritingXMLExample.sln
│       │       ├── WritingXMLExample.suo
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── WriteXMLExample.xml
│       │       │       ├── WritingXMLExample.exe
│       │       │       └── WritingXMLExample.pdb
│       │       ├── contactsWithImage.xml
│       │       ├── image.gif
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── TempPE
│       │       │       ├── WritingXMLExample.Form1.resources
│       │       │       ├── WritingXMLExample.exe
│       │       │       ├── WritingXMLExample.exe.incr
│       │       │       ├── WritingXMLExample.pdb
│       │       │       ├── WritingXMLExample.projdata
│       │       │       └── temp
│       │       └── wroximage.gif
│       ├── Chapter06
│       │   ├── CaseStudy
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CaseStudy.csproj
│       │   │   ├── CaseStudy.csproj.user
│       │   │   ├── CaseStudy.sln
│       │   │   ├── CaseStudy.suo
│       │   │   ├── CaseStudy.xml
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── FriendsContacts.xml
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── CaseStudy.exe
│       │   │   │       └── CaseStudy.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── CaseStudy.Form1.resources
│       │   │           ├── CaseStudy.exe
│       │   │           ├── CaseStudy.exe.incr
│       │   │           ├── CaseStudy.pdb
│       │   │           ├── CaseStudy.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   └── Samples
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Form1.cs
│       │       ├── Form1.resx
│       │       ├── Recurse.cs
│       │       ├── Samples.csproj
│       │       ├── Samples.csproj.user
│       │       ├── Samples.sln
│       │       ├── Samples.suo
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── Samples.exe
│       │       │       └── Samples.pdb
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── Samples.Form1.resources
│       │       │       ├── Samples.exe
│       │       │       ├── Samples.exe.incr
│       │       │       ├── Samples.pdb
│       │       │       ├── Samples.projdata
│       │       │       ├── TempPE
│       │       │       └── temp
│       │       ├── rootDoc.xml
│       │       ├── rootDoc2.xml
│       │       ├── sample.xml
│       │       └── sample2.xml
│       ├── Chapter07
│       │   ├── Chapter7.sln
│       │   ├── Chapter7.suo
│       │   ├── Examples
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CaseStudy.xml
│       │   │   ├── Examples.csproj
│       │   │   ├── Examples.csproj.user
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Examples.exe
│       │   │   │       └── Examples.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Examples.Form1.resources
│       │   │           ├── Examples.exe
│       │   │           ├── Examples.exe.incr
│       │   │           ├── Examples.pdb
│       │   │           ├── Examples.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── Serialization3
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CSinstance.xml
│       │   │   ├── Contacts.cs
│       │   │   ├── Serialization3.csproj
│       │   │   ├── Serialization3.csproj.user
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Serialization3.exe
│       │   │   │       └── Serialization3.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── Serialization3.exe
│       │   │   │       ├── Serialization3.exe.incr
│       │   │   │       ├── Serialization3.pdb
│       │   │   │       ├── Serialization3.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   └── serialization3.cs
│       │   ├── serialization
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CSinstance.xml
│       │   │   ├── CaseStudy.xml
│       │   │   ├── Contacts.cs
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── serialization.exe
│       │   │   │       └── serialization.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── TempPE
│       │   │   │       ├── serialization.exe
│       │   │   │       ├── serialization.exe.incr
│       │   │   │       ├── serialization.pdb
│       │   │   │       ├── serialization.projdata
│       │   │   │       └── temp
│       │   │   ├── serialization.cs
│       │   │   ├── serialization.csproj
│       │   │   └── serialization.csproj.user
│       │   └── serialization2
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Contacts.cs
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── serialization2.exe
│       │       │       └── serialization2.pdb
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── TempPE
│       │       │       ├── serialization2.exe
│       │       │       ├── serialization2.exe.incr
│       │       │       ├── serialization2.pdb
│       │       │       ├── serialization2.projdata
│       │       │       └── temp
│       │       ├── serialization2.cs
│       │       ├── serialization2.csproj
│       │       └── serialization2.csproj.user
│       ├── Chapter08
│       │   ├── Application Code
│       │   │   └── transform
│       │   │       ├── App.ico
│       │   │       ├── AssemblyInfo.cs
│       │   │       ├── CaseStudy.xml
│       │   │       ├── Form1.cs
│       │   │       ├── Form1.resx
│       │   │       ├── bin
│       │   │       │   └── Debug
│       │   │       │       ├── transform.exe
│       │   │       │       └── transform.pdb
│       │   │       ├── obj
│       │   │       │   └── Debug
│       │   │       │       ├── TempPE
│       │   │       │       ├── temp
│       │   │       │       ├── transform.Form1.resources
│       │   │       │       ├── transform.exe
│       │   │       │       ├── transform.exe.incr
│       │   │       │       ├── transform.pdb
│       │   │       │       └── transform.projdata
│       │   │       ├── sample.xml
│       │   │       ├── transform.csproj
│       │   │       ├── transform.csproj.user
│       │   │       ├── transform.sln
│       │   │       └── transform.suo
│       │   ├── example1.xml
│       │   ├── example2.xml
│       │   ├── example3.xml
│       │   ├── example4.xml
│       │   ├── example5.xml
│       │   ├── example6.xml
│       │   ├── simple.xml
│       │   ├── simple.xsl
│       │   └── transform.exe
│       ├── Chapter09
│       │   ├── Chapter09.sln
│       │   ├── Chapter09.suo
│       │   ├── XslLoad
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── XslLoad.csproj
│       │   │   ├── XslLoad.csproj.user
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── XslLoad.exe
│       │   │   │       └── XslLoad.pdb
│       │   │   ├── example.xml
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── TempPE
│       │   │   │       ├── XslLoad.Form1.resources
│       │   │   │       ├── XslLoad.exe
│       │   │   │       ├── XslLoad.exe.incr
│       │   │   │       ├── XslLoad.pdb
│       │   │   │       ├── XslLoad.projdata
│       │   │   │       └── temp
│       │   │   ├── output.xml
│       │   │   └── style.xsl
│       │   └── transformXml2Html
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── CaseStudy.xml
│       │       ├── Form1.cs
│       │       ├── Form1.resx
│       │       ├── HTMLPage1.htm
│       │       ├── Locator.cs
│       │       ├── Test.html
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── transformXml2Html.exe
│       │       │       └── transformXml2Html.pdb
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── TempPE
│       │       │       ├── temp
│       │       │       ├── transformXml2Html.Form1.resources
│       │       │       ├── transformXml2Html.exe
│       │       │       ├── transformXml2Html.exe.incr
│       │       │       ├── transformXml2Html.pdb
│       │       │       └── transformXml2Html.projdata
│       │       ├── object.xslt
│       │       ├── param.xslt
│       │       ├── sample.xml
│       │       ├── sample.xslt
│       │       ├── transformXml2Html.csproj
│       │       └── transformXml2Html.csproj.user
│       ├── Chapter10
│       │   ├── Example
│       │   │   ├── Example.exe
│       │   │   ├── instance.xml
│       │   │   ├── instance1.xml
│       │   │   ├── instance1b.xml
│       │   │   ├── instance1c.xml
│       │   │   ├── instance1d.xml
│       │   │   ├── instance1e.xml
│       │   │   ├── instance1f.xml
│       │   │   ├── instance1g.xml
│       │   │   ├── instance1h.xml
│       │   │   ├── instance2.xml
│       │   │   ├── instance3.xml
│       │   │   ├── instance3a.xml
│       │   │   ├── instance3b.xml
│       │   │   ├── instance4.xml
│       │   │   ├── instance5.xml
│       │   │   ├── instance6.xml
│       │   │   ├── instance7.xml
│       │   │   ├── instanceA.xml
│       │   │   ├── instanceA1.xml
│       │   │   ├── instanceB.xml
│       │   │   ├── schema.xsd
│       │   │   ├── schema1.xsd
│       │   │   ├── schema1b.xsd
│       │   │   ├── schema1d.xsd
│       │   │   ├── schema1e.xsd
│       │   │   ├── schema1f.xsd
│       │   │   ├── schema1g.xsd
│       │   │   ├── schema1h.xsd
│       │   │   ├── schema2.xsd
│       │   │   ├── schema3.xsd
│       │   │   ├── schema3a.xsd
│       │   │   ├── schema3b.xsd
│       │   │   ├── schema4.xsd
│       │   │   ├── schema5.xsd
│       │   │   ├── schema6.xsd
│       │   │   ├── schema7.xsd
│       │   │   ├── schemaA.xsd
│       │   │   ├── schemaA1.xsd
│       │   │   └── schemaB.xsd
│       │   ├── Example2
│       │   │   ├── Example2.exe
│       │   │   ├── instance8.xml
│       │   │   ├── instance9.xml
│       │   │   └── schema8.xsd
│       │   ├── Example3
│       │   │   ├── Example3.exe
│       │   │   ├── instance10.xml
│       │   │   ├── instance11.xml
│       │   │   ├── schema10.xsd
│       │   │   ├── schema10inc.xsd
│       │   │   ├── schema11.xsd
│       │   │   └── schema11inc.xsd
│       │   └── XmlDocVal
│       │       ├── CaseStudy.xml
│       │       ├── XmlDocVal.exe
│       │       ├── address.xsd
│       │       └── contact.xsd
│       ├── Chapter11
│       │   ├── CaseStudy
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CaseStudy.csproj
│       │   │   ├── CaseStudy.csproj.user
│       │   │   ├── CaseStudy.xml
│       │   │   ├── Contacts.xsd
│       │   │   ├── ContactsInc.xsd
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── FriendsContacts.xml
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── CaseStudy.exe
│       │   │   │       └── CaseStudy.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── CaseStudy.Form1.resources
│       │   │           ├── CaseStudy.exe
│       │   │           ├── CaseStudy.exe.incr
│       │   │           ├── CaseStudy.pdb
│       │   │           ├── CaseStudy.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── Chapter11.sln
│       │   ├── Chapter11.suo
│       │   ├── DynamicValidation
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── DynamicValidation.csproj
│       │   │   ├── DynamicValidation.csproj.user
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── DynamicValidation.exe
│       │   │   │       └── DynamicValidation.pdb
│       │   │   ├── ecom.xsd
│       │   │   ├── ecom.xsx
│       │   │   ├── instance10.xml
│       │   │   ├── instance11.xml
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── DynamicValidation.exe
│       │   │   │       ├── DynamicValidation.exe.incr
│       │   │   │       ├── DynamicValidation.pdb
│       │   │   │       ├── DynamicValidation.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   ├── schema10.xsd
│       │   │   ├── schema10.xsx
│       │   │   ├── schema10inc.xsd
│       │   │   ├── schema10inc.xsx
│       │   │   ├── schema11.xsd
│       │   │   ├── schema11.xsx
│       │   │   ├── schema11inc.xsd
│       │   │   ├── schema11inc.xsx
│       │   │   └── validation.cs
│       │   ├── DynamicValidation2
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── DynamicValidation2.csproj
│       │   │   ├── DynamicValidation2.csproj.user
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── DynamicValidation2.exe
│       │   │   │       └── DynamicValidation2.pdb
│       │   │   ├── ecom.xsd
│       │   │   ├── ecom.xsx
│       │   │   ├── instance10.xml
│       │   │   ├── instance11.xml
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── DynamicValidation2.exe
│       │   │   │       ├── DynamicValidation2.exe.incr
│       │   │   │       ├── DynamicValidation2.pdb
│       │   │   │       ├── DynamicValidation2.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   ├── schema10.xsd
│       │   │   ├── schema10inc.xsd
│       │   │   ├── schema10inc.xsx
│       │   │   ├── schema11.xsd
│       │   │   ├── schema11.xsx
│       │   │   ├── schema11inc.xsd
│       │   │   └── schema11inc.xsx
│       │   ├── SOMSamples
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── GraphSchema.xsd
│       │   │   ├── GraphSchema.xsx
│       │   │   ├── SOMSamples.csproj
│       │   │   ├── SOMSamples.csproj.user
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── SOMSamples.exe
│       │   │   │       ├── SOMSamples.pdb
│       │   │   │       ├── my.xsd
│       │   │   │       ├── my.xsx
│       │   │   │       ├── my1.xsd
│       │   │   │       └── my1.xsx
│       │   │   ├── instance10.xml
│       │   │   ├── instance8.xml
│       │   │   ├── instanceSamp1.xml
│       │   │   ├── instanceSamp2.xml
│       │   │   ├── instanceSamp3.xml
│       │   │   ├── instanceSamp3.xsd
│       │   │   ├── instanceSamp3.xsx
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── SOMSamples.Form1.resources
│       │   │   │       ├── SOMSamples.exe
│       │   │   │       ├── SOMSamples.exe.incr
│       │   │   │       ├── SOMSamples.pdb
│       │   │   │       ├── SOMSamples.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   ├── schema10.xsd
│       │   │   ├── schema10.xsx
│       │   │   ├── schema10a.xsd
│       │   │   ├── schema10inc.xsd
│       │   │   ├── schema10inc.xsx
│       │   │   ├── schema8a.xsd
│       │   │   ├── t.xsd
│       │   │   └── t.xsx
│       │   ├── SimpleClass
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── SimpleClass.cs
│       │   │   ├── SimpleClass.csproj
│       │   │   ├── SimpleClass.csproj.user
│       │   │   ├── SimpleClass.dll
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── SimpleClass.dll
│       │   │   │       └── SimpleClass.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── SimpleClass.dll
│       │   │   │       ├── SimpleClass.dll.incr
│       │   │   │       ├── SimpleClass.pdb
│       │   │   │       ├── SimpleClass.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   ├── profile.cs
│       │   │   ├── profile.xsd
│       │   │   ├── schema0.xsd
│       │   │   └── xsd.exe
│       │   └── Validation
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Validation.csproj
│       │       ├── Validation.csproj.user
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── Validation.exe
│       │       │       └── Validation.pdb
│       │       ├── instance1.xml
│       │       ├── instance10.xml
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── TempPE
│       │       │       ├── Validation.exe
│       │       │       ├── Validation.exe.incr
│       │       │       ├── Validation.pdb
│       │       │       ├── Validation.projdata
│       │       │       └── temp
│       │       ├── schema1.xsd
│       │       ├── schema10.xsd
│       │       ├── schema10inc.xsd
│       │       ├── schema10inc.xsx
│       │       └── validation.cs
│       ├── Chapter12
│       │   ├── CreateDatasetFromXML
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── CreateDatasetFromXML.csproj
│       │   │   ├── CreateDatasetFromXML.csproj.user
│       │   │   ├── CreateDatasetFromXML.sln
│       │   │   ├── CreateDatasetFromXML.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── CreateDatasetFromXML.exe
│       │   │   │       └── CreateDatasetFromXML.pdb
│       │   │   ├── nestedFalse.xml
│       │   │   ├── nestedTrue.xml
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── CreateDatasetFromXML.exe
│       │   │           ├── CreateDatasetFromXML.exe.incr
│       │   │           ├── CreateDatasetFromXML.pdb
│       │   │           ├── CreateDatasetFromXML.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── DBUpdates
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── DBUpdates.csproj
│       │   │   ├── DBUpdates.csproj.user
│       │   │   ├── DBUpdates.sln
│       │   │   ├── DBUpdates.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── DBUpdates.exe
│       │   │   │       └── DBUpdates.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DBUpdates.exe
│       │   │           ├── DBUpdates.exe.incr
│       │   │           ├── DBUpdates.pdb
│       │   │           ├── DBUpdates.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── DataSetXMLDataDocumentSync1
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── DataSetXMLDataDocumentSync1.csproj
│       │   │   ├── DataSetXMLDataDocumentSync1.csproj.user
│       │   │   ├── DataSetXMLDataDocumentSync1.sln
│       │   │   ├── DataSetXMLDataDocumentSync1.suo
│       │   │   ├── authTitle.xsd
│       │   │   ├── authTitle.xsx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── DataSetXMLDataDocumentSync1.exe
│       │   │   │       └── DataSetXMLDataDocumentSync1.pdb
│       │   │   ├── nestedTrue.xml
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DataSetXMLDataDocumentSync1.exe
│       │   │           ├── DataSetXMLDataDocumentSync1.exe.incr
│       │   │           ├── DataSetXMLDataDocumentSync1.pdb
│       │   │           ├── DataSetXMLDataDocumentSync1.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── DisplayingData
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── DisplayingData.csproj
│       │   │   ├── DisplayingData.csproj.user
│       │   │   ├── DisplayingData.sln
│       │   │   ├── DisplayingData.suo
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── DisplayingData.exe
│       │   │   │       └── DisplayingData.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DisplayingData.Form1.resources
│       │   │           ├── DisplayingData.exe
│       │   │           ├── DisplayingData.exe.incr
│       │   │           ├── DisplayingData.pdb
│       │   │           ├── DisplayingData.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── GenerateDataSetFromXSD
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── GenerateDataSetFromXSD.csproj
│       │   │   ├── GenerateDataSetFromXSD.csproj.user
│       │   │   ├── GenerateDataSetFromXSD.sln
│       │   │   ├── GenerateDataSetFromXSD.suo
│       │   │   ├── afterLoad.xml
│       │   │   ├── authTitle.xsd
│       │   │   ├── beforeLoad.xml
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── GenerateDataSetFromXSD.exe
│       │   │   │       └── GenerateDataSetFromXSD.pdb
│       │   │   ├── nestedFalse.xml
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── GenerateDataSetFromXSD.exe
│       │   │           ├── GenerateDataSetFromXSD.exe.incr
│       │   │           ├── GenerateDataSetFromXSD.pdb
│       │   │           ├── GenerateDataSetFromXSD.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── GenerateXSDFromDataset
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── GenerateXSDFromDataset.csproj
│       │   │   ├── GenerateXSDFromDataset.csproj.user
│       │   │   ├── GenerateXSDFromDataset.sln
│       │   │   ├── GenerateXSDFromDataset.suo
│       │   │   ├── authTitle.xsd
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── GenerateXSDFromDataset.exe
│       │   │   │       └── GenerateXSDFromDataset.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── GenerateXSDFromDataset.exe
│       │   │           ├── GenerateXSDFromDataset.exe.incr
│       │   │           ├── GenerateXSDFromDataset.pdb
│       │   │           ├── GenerateXSDFromDataset.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── LoadURLAsXMLDataDocument
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── LoadURLAsXMLDataDocument.csproj
│       │   │   ├── LoadURLAsXMLDataDocument.csproj.user
│       │   │   ├── LoadURLAsXMLDataDocument.sln
│       │   │   ├── LoadURLAsXMLDataDocument.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── LoadURLAsXMLDataDocument.exe
│       │   │   │       └── LoadURLAsXMLDataDocument.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── LoadURLAsXMLDataDocument.Form1.resources
│       │   │   │       ├── LoadURLAsXMLDataDocument.exe
│       │   │   │       ├── LoadURLAsXMLDataDocument.exe.incr
│       │   │   │       ├── LoadURLAsXMLDataDocument.pdb
│       │   │   │       ├── LoadURLAsXMLDataDocument.projdata
│       │   │   │       ├── TempPE
│       │   │   │       └── temp
│       │   │   └── sample.xml
│       │   ├── Relationships
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── Relationships.csproj
│       │   │   ├── Relationships.csproj.user
│       │   │   ├── Relationships.sln
│       │   │   ├── Relationships.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Relationships.exe
│       │   │   │       └── Relationships.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── Relationships.exe
│       │   │           ├── Relationships.exe.incr
│       │   │           ├── Relationships.pdb
│       │   │           ├── Relationships.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── RestrictingDataSetView
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── RestrictingDataSetView.csproj
│       │   │   ├── RestrictingDataSetView.csproj.user
│       │   │   ├── RestrictingDataSetView.sln
│       │   │   ├── RestrictingDataSetView.suo
│       │   │   ├── afterLoad2.xml
│       │   │   ├── authTitle.xsd
│       │   │   ├── authTitle.xsx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── RestrictingDataSetView.exe
│       │   │   │       └── RestrictingDataSetView.pdb
│       │   │   ├── nestedTrue.xml
│       │   │   ├── newAuthTitle.xml
│       │   │   ├── newAuthTitle.xsx
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── RestrictingDataSetView.exe
│       │   │           ├── RestrictingDataSetView.exe.incr
│       │   │           ├── RestrictingDataSetView.pdb
│       │   │           ├── RestrictingDataSetView.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── SaveDataSetAsDiffgram
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── DiffGram.xml
│       │   │   ├── SaveDataSetAsDiffgram.csproj
│       │   │   ├── SaveDataSetAsDiffgram.csproj.user
│       │   │   ├── SaveDataSetAsDiffgram.sln
│       │   │   ├── SaveDataSetAsDiffgram.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── SaveDataSetAsDiffgram.exe
│       │   │   │       └── SaveDataSetAsDiffgram.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── SaveDataSetAsDiffgram.exe
│       │   │           ├── SaveDataSetAsDiffgram.exe.incr
│       │   │           ├── SaveDataSetAsDiffgram.pdb
│       │   │           ├── SaveDataSetAsDiffgram.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── SaveDataSetAsXML
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── SaveDataSetAsXML.csproj
│       │   │   ├── SaveDataSetAsXML.csproj.user
│       │   │   ├── SaveDataSetAsXML.sln
│       │   │   ├── SaveDataSetAsXML.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── SaveDataSetAsXML.exe
│       │   │   │       └── SaveDataSetAsXML.pdb
│       │   │   ├── nestedFalse.xml
│       │   │   ├── nestedTrue.xml
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── SaveDataSetAsXML.exe
│       │   │           ├── SaveDataSetAsXML.exe.incr
│       │   │           ├── SaveDataSetAsXML.pdb
│       │   │           ├── SaveDataSetAsXML.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   └── TransformDataSetContents
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Class1.cs
│       │       ├── TransformDataSetContents.csproj
│       │       ├── TransformDataSetContents.csproj.user
│       │       ├── TransformDataSetContents.sln
│       │       ├── TransformDataSetContents.suo
│       │       ├── XSLTFile.xslt
│       │       ├── authors.htm
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── TransformDataSetContents.exe
│       │       │       └── TransformDataSetContents.pdb
│       │       └── obj
│       │           └── Debug
│       │               ├── TempPE
│       │               ├── TransformDataSetContents.exe
│       │               ├── TransformDataSetContents.exe.incr
│       │               ├── TransformDataSetContents.pdb
│       │               ├── TransformDataSetContents.projdata
│       │               └── temp
│       ├── Chapter13
│       │   ├── CS
│       │   │   ├── CS.sln
│       │   │   ├── CS.suo
│       │   │   ├── CaseStudy
│       │   │   │   ├── App.ico
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── CaseStudy.csproj
│       │   │   │   ├── CaseStudy.csproj.user
│       │   │   │   ├── CaseStudy.xml
│       │   │   │   ├── Contacts.xsd
│       │   │   │   ├── ContactsInc.xsd
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── FriendsContacts.xml
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   │       ├── CaseStudy.exe
│       │   │   │   │       ├── CaseStudy.pdb
│       │   │   │   │       ├── CaseStudyUtilities.dll
│       │   │   │   │       └── CaseStudyUtilities.pdb
│       │   │   │   └── obj
│       │   │   │       └── Debug
│       │   │   │           ├── CaseStudy.Form1.resources
│       │   │   │           ├── CaseStudy.exe
│       │   │   │           ├── CaseStudy.exe.incr
│       │   │   │           ├── CaseStudy.pdb
│       │   │   │           ├── CaseStudy.projdata
│       │   │   │           ├── TempPE
│       │   │   │           └── temp
│       │   │   ├── CaseStudyUtilities
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── CaseStudyUtilities.csproj
│       │   │   │   ├── CaseStudyUtilities.csproj.user
│       │   │   │   ├── CaseStudyUtilities.sln
│       │   │   │   ├── CaseStudyUtilities.suo
│       │   │   │   ├── Import.cs
│       │   │   │   ├── bin
│       │   │   │   │   └── Debug
│       │   │   │   └── obj
│       │   │   │       └── Debug
│       │   │   │           ├── CaseStudyUtilities.projdata
│       │   │   │           ├── TempPE
│       │   │   │           └── temp
│       │   │   ├── CaseStudyWS
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── CaseStudyWS.csproj
│       │   │   │   ├── CaseStudyWS.csproj.webinfo
│       │   │   │   ├── CaseStudyWS.vsdisco
│       │   │   │   ├── Global.asax
│       │   │   │   ├── Global.asax.cs
│       │   │   │   ├── Global.asax.resx
│       │   │   │   ├── MyContacts.xml
│       │   │   │   ├── Service1.asmx
│       │   │   │   ├── Service1.asmx.cs
│       │   │   │   ├── Service1.asmx.resx
│       │   │   │   ├── Web.config
│       │   │   │   ├── _vti_cnf
│       │   │   │   ├── _vti_pvt
│       │   │   │   │   ├── access.cnf
│       │   │   │   │   ├── deptodoc.btr
│       │   │   │   │   ├── doctodep.btr
│       │   │   │   │   ├── service.cnf
│       │   │   │   │   ├── service.lck
│       │   │   │   │   └── services.cnf
│       │   │   │   ├── _vti_script
│       │   │   │   ├── _vti_txt
│       │   │   │   └── bin
│       │   │   │       ├── CaseStudyUtilities.dll
│       │   │   │       ├── CaseStudyUtilities.pdb
│       │   │   │       ├── CaseStudyWS.dll
│       │   │   │       ├── CaseStudyWS.pdb
│       │   │   │       ├── Import.dll
│       │   │   │       └── Import.pdb
│       │   │   └── Import
│       │   │       ├── AssemblyInfo.cs
│       │   │       ├── CaseStudyUtilities.csproj
│       │   │       ├── CaseStudyUtilities.csproj.user
│       │   │       ├── Import.cs
│       │   │       ├── bin
│       │   │       │   └── Debug
│       │   │       │       ├── CaseStudyUtilities.dll
│       │   │       │       ├── CaseStudyUtilities.pdb
│       │   │       │       ├── Import.dll
│       │   │       │       └── Import.pdb
│       │   │       └── obj
│       │   │           └── Debug
│       │   │               ├── CaseStudyUtilities.dll
│       │   │               ├── CaseStudyUtilities.dll.incr
│       │   │               ├── CaseStudyUtilities.pdb
│       │   │               ├── CaseStudyUtilities.projdata
│       │   │               ├── Import.dll
│       │   │               ├── Import.dll.incr
│       │   │               ├── Import.pdb
│       │   │               ├── Import.projdata
│       │   │               ├── TempPE
│       │   │               └── temp
│       │   ├── HelloWorld
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── HelloWorld.csproj
│       │   │   ├── HelloWorld.csproj.webinfo
│       │   │   ├── HelloWorld.disco
│       │   │   ├── HelloWorld.vsdisco
│       │   │   ├── README.txt
│       │   │   ├── Service1.asmx
│       │   │   ├── Service1.asmx.cs
│       │   │   ├── Service1.asmx.resx
│       │   │   ├── Web.config
│       │   │   ├── _vti_cnf
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Global.asax
│       │   │   │   ├── Global.asax.cs
│       │   │   │   ├── Global.asax.resx
│       │   │   │   ├── HelloWorld.csproj
│       │   │   │   ├── HelloWorld.csproj.webinfo
│       │   │   │   ├── HelloWorld.disco
│       │   │   │   ├── HelloWorld.vsdisco
│       │   │   │   ├── README.txt
│       │   │   │   ├── Service1.asmx
│       │   │   │   ├── Service1.asmx.cs
│       │   │   │   ├── Service1.asmx.resx
│       │   │   │   ├── Web.config
│       │   │   │   └── default.htm
│       │   │   ├── _vti_pvt
│       │   │   │   ├── access.cnf
│       │   │   │   ├── deptodoc.btr
│       │   │   │   ├── doctodep.btr
│       │   │   │   ├── service.cnf
│       │   │   │   ├── service.lck
│       │   │   │   └── services.cnf
│       │   │   ├── _vti_script
│       │   │   ├── _vti_txt
│       │   │   ├── bin
│       │   │   │   ├── HelloWorld.dll
│       │   │   │   └── HelloWorld.pdb
│       │   │   └── default.htm
│       │   ├── HelloWorldRemotingClass
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── HelloWorldClass.cs
│       │   │   ├── HelloWorldRemotingClass.csproj
│       │   │   ├── HelloWorldRemotingClass.csproj.user
│       │   │   ├── HelloWorldRemotingClass.sln
│       │   │   ├── HelloWorldRemotingClass.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── HelloWorldRemotingClass.dll
│       │   │   │       └── HelloWorldRemotingClass.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── HelloWorldRemotingClass.dll
│       │   │           ├── HelloWorldRemotingClass.dll.incr
│       │   │           ├── HelloWorldRemotingClass.pdb
│       │   │           ├── HelloWorldRemotingClass.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── HelloWorldRemotingClient
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── HelloWorldRemotingClient.csproj
│       │   │   ├── HelloWorldRemotingClient.csproj.user
│       │   │   ├── HelloWorldRemotingClient.exe.config
│       │   │   ├── HelloWorldRemotingClient.sln
│       │   │   ├── HelloWorldRemotingClient.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── HelloWorldRemotingClass.dll
│       │   │   │       ├── HelloWorldRemotingClass.pdb
│       │   │   │       ├── HelloWorldRemotingClient.exe
│       │   │   │       └── HelloWorldRemotingClient.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── HelloWorldRemotingClient.Form1.resources
│       │   │           ├── HelloWorldRemotingClient.exe
│       │   │           ├── HelloWorldRemotingClient.exe.incr
│       │   │           ├── HelloWorldRemotingClient.pdb
│       │   │           ├── HelloWorldRemotingClient.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── HelloWorldRemotingServer
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Class1.cs
│       │   │   ├── HelloWorldRemotingServer.csproj
│       │   │   ├── HelloWorldRemotingServer.csproj.user
│       │   │   ├── HelloWorldRemotingServer.exe.config
│       │   │   ├── HelloWorldRemotingServer.sln
│       │   │   ├── HelloWorldRemotingServer.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── HelloWorldRemotingClass.dll
│       │   │   │       ├── HelloWorldRemotingClass.pdb
│       │   │   │       ├── HelloWorldRemotingServer.exe
│       │   │   │       └── HelloWorldRemotingServer.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── HelloWorldRemotingServer.exe
│       │   │           ├── HelloWorldRemotingServer.exe.incr
│       │   │           ├── HelloWorldRemotingServer.pdb
│       │   │           ├── HelloWorldRemotingServer.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── HelloWorldService.cs
│       │   ├── HelloWorldServiceClient
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── HelloWorldServiceClient.csproj
│       │   │   ├── HelloWorldServiceClient.csproj.user
│       │   │   ├── HelloWorldServiceClient.sln
│       │   │   ├── HelloWorldServiceClient.suo
│       │   │   ├── Web References
│       │   │   │   └── localhost
│       │   │   │       ├── HelloWorld.disco
│       │   │   │       ├── Reference.cs
│       │   │   │       ├── Reference.map
│       │   │   │       └── Service1.wsdl
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── HelloWorldServiceClient.exe
│       │   │   │       └── HelloWorldServiceClient.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── HelloWorldServiceClient.Form1.resources
│       │   │           ├── HelloWorldServiceClient.exe
│       │   │           ├── HelloWorldServiceClient.exe.incr
│       │   │           ├── HelloWorldServiceClient.pdb
│       │   │           ├── HelloWorldServiceClient.projdata
│       │   │           ├── TempPE
│       │   │           └── temp
│       │   ├── UDDItest
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── UDDItest.csproj
│       │   │   ├── UDDItest.csproj.user
│       │   │   ├── UDDItest.sln
│       │   │   ├── UDDItest.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── UDDItest.exe
│       │   │   │       └── UDDItest.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── TempPE
│       │   │           ├── UDDItest.Form1.resources
│       │   │           ├── UDDItest.exe
│       │   │           ├── UDDItest.exe.incr
│       │   │           ├── UDDItest.pdb
│       │   │           ├── UDDItest.projdata
│       │   │           └── temp
│       │   └── wsdl.exe
│       ├── Chapter14
│       │   ├── Chapter14
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Chapter14.csproj
│       │   │   ├── Chapter14.csproj.webinfo
│       │   │   ├── Chapter14.sln
│       │   │   ├── Chapter14.suo
│       │   │   ├── Chapter14.vsdisco
│       │   │   ├── GetPage.aspx
│       │   │   ├── GetPage.aspx.cs
│       │   │   ├── GetPage.aspx.resx
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── LogIn.aspx
│       │   │   ├── LogIn.aspx.cs
│       │   │   ├── LogIn.aspx.resx
│       │   │   ├── MusicNews.xsl
│       │   │   ├── RemoteProvider1
│       │   │   │   ├── _vti_cnf
│       │   │   │   │   ├── default.htm
│       │   │   │   │   ├── provider1sportsnews.htm
│       │   │   │   │   └── provider1travelnews.htm
│       │   │   │   ├── default.htm
│       │   │   │   ├── sport.htm
│       │   │   │   └── travel.htm
│       │   │   ├── RemoteProvider2
│       │   │   │   ├── _vti_cnf
│       │   │   │   │   ├── default.htm
│       │   │   │   │   ├── provider2businessnews.htm
│       │   │   │   │   ├── provider2entertainmentnews.htm
│       │   │   │   │   ├── provider2entertainmentnews1.htm
│       │   │   │   │   └── provider2invalid.htm
│       │   │   │   ├── business.htm
│       │   │   │   ├── default.htm
│       │   │   │   ├── entertainment.xml
│       │   │   │   ├── entertainment1.htm
│       │   │   │   ├── entertainment2.htm
│       │   │   │   └── invalid.htm
│       │   │   ├── SearchResults.aspx
│       │   │   ├── SearchResults.aspx.cs
│       │   │   ├── SearchResults.aspx.resx
│       │   │   ├── Web.config
│       │   │   ├── _private
│       │   │   ├── _vti_cnf
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Chapter13.csproj
│       │   │   │   ├── Chapter13.csproj.webinfo
│       │   │   │   ├── Chapter13.vsdisco
│       │   │   │   ├── GetPage.aspx
│       │   │   │   ├── GetPage.aspx.cs
│       │   │   │   ├── GetPage.aspx.resx
│       │   │   │   ├── Global.asax
│       │   │   │   ├── Global.asax.cs
│       │   │   │   ├── Global.asax.resx
│       │   │   │   ├── LogIn.aspx
│       │   │   │   ├── LogIn.aspx.cs
│       │   │   │   ├── LogIn.aspx.resx
│       │   │   │   ├── MusicNews.xsl
│       │   │   │   ├── SearchResults.aspx
│       │   │   │   ├── SearchResults.aspx.cs
│       │   │   │   ├── SearchResults.aspx.resx
│       │   │   │   ├── Web.config
│       │   │   │   ├── content.xsd
│       │   │   │   ├── content.xslt
│       │   │   │   ├── content.xsx
│       │   │   │   ├── default.aspx
│       │   │   │   ├── default.aspx.cs
│       │   │   │   ├── default.aspx.resx
│       │   │   │   ├── default_SQLXML.aspx.cs
│       │   │   │   ├── news.xsl
│       │   │   │   ├── newsDB.cs
│       │   │   │   ├── register.aspx
│       │   │   │   ├── register.aspx.cs
│       │   │   │   ├── register.aspx.resx
│       │   │   │   └── test.xml
│       │   │   ├── _vti_pvt
│       │   │   │   ├── access.cnf
│       │   │   │   ├── deptodoc.btr
│       │   │   │   ├── doctodep.btr
│       │   │   │   ├── linkinfo.cnf
│       │   │   │   ├── service.cnf
│       │   │   │   ├── service.lck
│       │   │   │   ├── services.cnf
│       │   │   │   ├── structure.cnf
│       │   │   │   └── writeto.cnf
│       │   │   ├── _vti_script
│       │   │   ├── _vti_txt
│       │   │   ├── bin
│       │   │   │   ├── Chapter13.dll
│       │   │   │   ├── Chapter13.pdb
│       │   │   │   └── _vti_cnf
│       │   │   │       ├── Chapter13.dll
│       │   │   │       └── Chapter13.pdb
│       │   │   ├── content.xsd
│       │   │   ├── content.xslt
│       │   │   ├── content.xsx
│       │   │   ├── default.aspx
│       │   │   ├── default.aspx.cs
│       │   │   ├── default.aspx.resx
│       │   │   ├── default_SQLXML.aspx.cs
│       │   │   ├── news.xsl
│       │   │   ├── newsDB.cs
│       │   │   ├── register.aspx
│       │   │   ├── register.aspx.cs
│       │   │   ├── register.aspx.resx
│       │   │   ├── secure
│       │   │   │   ├── _vti_cnf
│       │   │   │   │   ├── contentManager.aspx
│       │   │   │   │   ├── contentManager.aspx.cs
│       │   │   │   │   └── contentManager.aspx.resx
│       │   │   │   ├── contentManager.aspx
│       │   │   │   ├── contentManager.aspx.cs
│       │   │   │   └── contentManager.aspx.resx
│       │   │   ├── styles
│       │   │   │   ├── _vti_cnf
│       │   │   │   │   ├── blue.css
│       │   │   │   │   ├── khaki.css
│       │   │   │   │   └── orange.css
│       │   │   │   ├── blue.css
│       │   │   │   ├── khaki.css
│       │   │   │   └── orange.css
│       │   │   └── test.xml
│       │   ├── CreateNewsDB.sql
│       │   ├── news.mdf
│       │   └── news_log.LDF
│       ├── Image
│       │   ├── newwroxhead.gif
│       │   └── newwroxlogo.gif
│       └── 新建 文本文档.txt
└── 好例子网_C#XML入门经典 源代码 超星阅读器.rar

371 directories, 1009 files


网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警