在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 深入理解C#中的XML.rar

深入理解C#中的XML.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.03M
  • 下载次数:4
  • 浏览次数:37
  • 发布时间:2021-12-12
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
本资源包括《深入理解C#中的XML》教材中的所有例子 非常详细
【实例截图】
【核心代码】
16359647636912477851.rar
└── 深入理解C#中的XML
├── chapter10
│   ├── emaillist.csv
│   ├── Example10_2_1
│   │   ├── Example10_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example10_2_1.exe
│   │   │   │   ├── Example10_2_1.pdb
│   │   │   │   ├── Example10_2_1.vshost.exe
│   │   │   │   └── Example10_2_1.vshost.exe.manifest
│   │   │   ├── Customer.cs
│   │   │   ├── Example10_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example10_2_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_2_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_2_1.exe
│   │   │   │   ├── Example10_2_1.Form1.resources
│   │   │   │   ├── Example10_2_1.pdb
│   │   │   │   ├── Example10_2_1.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_2_1.sln
│   │   └── Example10_2_1.suo
│   ├── Example10_4_1
│   │   ├── Example10_4_1
│   │   │   ├── Address.cs
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example10_4_1.exe
│   │   │   │   │   ├── Example10_4_1.exe.config
│   │   │   │   │   ├── Example10_4_1.pdb
│   │   │   │   │   ├── Example10_4_1.vshost.exe
│   │   │   │   │   ├── Example10_4_1.vshost.exe.config
│   │   │   │   │   └── Example10_4_1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Customer.cs
│   │   │   ├── CustomerType.cs
│   │   │   ├── Example10_4_1.csproj
│   │   │   ├── Example10_4_1.csproj.user
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Example10_4_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_4_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_4_1.exe
│   │   │   │   ├── Example10_4_1.Form1.resources
│   │   │   │   ├── Example10_4_1.pdb
│   │   │   │   ├── Example10_4_1.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_4_1.sln
│   │   ├── Example10_4_1.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example10_5_1
│   │   ├── Example10_5_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example10_5_1.exe
│   │   │   │   ├── Example10_5_1.pdb
│   │   │   │   ├── Example10_5_1.vshost.exe
│   │   │   │   └── Example10_5_1.vshost.exe.manifest
│   │   │   ├── Customer.cs
│   │   │   ├── Example10_5_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example10_5_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_5_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_5_1.exe
│   │   │   │   ├── Example10_5_1.Form1.resources
│   │   │   │   ├── Example10_5_1.pdb
│   │   │   │   ├── Example10_5_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── VIPClient.cs
│   │   ├── Example10_5_1.sln
│   │   └── Example10_5_1.suo
│   ├── Example10_6_1
│   │   ├── Example10_6_1
│   │   │   ├── Address.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example10_6_1.exe
│   │   │   │   ├── Example10_6_1.pdb
│   │   │   │   ├── Example10_6_1.vshost.exe
│   │   │   │   └── Example10_6_1.vshost.exe.manifest
│   │   │   ├── Customer.cs
│   │   │   ├── CustomerType.cs
│   │   │   ├── Example10_6_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example10_6_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_6_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_6_1.exe
│   │   │   │   ├── Example10_6_1.Form1.resources
│   │   │   │   ├── Example10_6_1.pdb
│   │   │   │   ├── Example10_6_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_6_1.sln
│   │   └── Example10_6_1.suo
│   ├── Example10_7_1
│   │   ├── Example10_7_1
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example10_7_1.exe
│   │   │   │   │   ├── Example10_7_1.exe.config
│   │   │   │   │   ├── Example10_7_1.pdb
│   │   │   │   │   ├── Example10_7_1.vshost.exe
│   │   │   │   │   ├── Example10_7_1.vshost.exe.config
│   │   │   │   │   └── Example10_7_1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Example10_7_1.csproj
│   │   │   ├── Example10_7_1.csproj.user
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Example10_7_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_7_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_7_1.exe
│   │   │   │   ├── Example10_7_1.Form1.resources
│   │   │   │   ├── Example10_7_1.pdb
│   │   │   │   ├── Example10_7_1.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_7_1.sln
│   │   ├── Example10_7_1.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example10_7_2
│   │   ├── Example10_7_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── CustomersObject.xml
│   │   │   │   ├── Example10_7_2.exe
│   │   │   │   ├── Example10_7_2.pdb
│   │   │   │   ├── Example10_7_2.vshost.exe
│   │   │   │   └── Example10_7_2.vshost.exe.manifest
│   │   │   ├── Customer.cs
│   │   │   ├── EmailAddress.cs
│   │   │   ├── Example10_7_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example10_7_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_7_2.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_7_2.exe
│   │   │   │   ├── Example10_7_2.Form1.resources
│   │   │   │   ├── Example10_7_2.pdb
│   │   │   │   ├── Example10_7_2.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── ObjectXMLSerializer.cs
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_7_2.sln
│   │   └── Example10_7_2.suo
│   ├── Example10_8_1
│   │   ├── Example10_8_1
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example10_8_1.exe
│   │   │   │   │   ├── Example10_8_1.exe.config
│   │   │   │   │   ├── Example10_8_1.pdb
│   │   │   │   │   ├── Example10_8_1.vshost.exe
│   │   │   │   │   ├── Example10_8_1.vshost.exe.config
│   │   │   │   │   └── Example10_8_1.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Customer.cs
│   │   │   ├── Example10_8_1.csproj
│   │   │   ├── Example10_8_1.csproj.user
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Example10_8_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example10_8_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example10_8_1.exe
│   │   │   │   ├── Example10_8_1.Form1.resources
│   │   │   │   ├── Example10_8_1.pdb
│   │   │   │   ├── Example10_8_1.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example10_8_1.sln
│   │   ├── Example10_8_1.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── Example10_9_1
│   ├── Example10_9_1
│   │   ├── app.config
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example10_9_1.exe
│   │   │   │   ├── Example10_9_1.exe.config
│   │   │   │   ├── Example10_9_1.pdb
│   │   │   │   ├── Example10_9_1.vshost.exe
│   │   │   │   ├── Example10_9_1.vshost.exe.config
│   │   │   │   └── Example10_9_1.vshost.exe.manifest
│   │   │   └── Release
│   │   ├── Customer.cs
│   │   ├── Example10_9_1.csproj
│   │   ├── Example10_9_1.csproj.user
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Example10_9_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example10_9_1.csproj.GenerateResource.Cache
│   │   │   ├── Example10_9_1.exe
│   │   │   ├── Example10_9_1.Form1.resources
│   │   │   ├── Example10_9_1.pdb
│   │   │   ├── Example10_9_1.Properties.Resources.resources
│   │   │   ├── GenerateResource.read.1.tlog
│   │   │   ├── GenerateResource.write.1.tlog
│   │   │   ├── Refactor
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Example10_9_1.sln
│   ├── Example10_9_1.suo
│   ├── UpgradeLog.XML
│   └── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport_Minus.gif
│   ├── UpgradeReport_Plus.gif
│   └── UpgradeReport.xslt
├── chapter2
│   ├── Example2_3_1
│   │   ├── Customers.xml
│   │   ├── Example2_3_1
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example2_3_1.exe
│   │   │   │   │   ├── Example2_3_1.pdb
│   │   │   │   │   └── Example2_3_1.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Example2_3_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_1.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_1.exe
│   │   │   │   │   ├── Example2_3_1.Form1.resources
│   │   │   │   │   ├── Example2_3_1.pdb
│   │   │   │   │   ├── Example2_3_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_1.sln
│   │   ├── Example2_3_1.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_2
│   │   ├── Customers.xml
│   │   ├── Example2_3_2
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_2.exe
│   │   │   │   │   ├── Example2_3_2.pdb
│   │   │   │   │   ├── Example2_3_2.vshost.exe
│   │   │   │   │   └── Example2_3_2.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Example2_3_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_2.exe
│   │   │   │   │   ├── Example2_3_2.Form1.resources
│   │   │   │   │   ├── Example2_3_2.pdb
│   │   │   │   │   ├── Example2_3_2.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_2.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_2.sln
│   │   ├── Example2_3_2.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_3
│   │   ├── Customers.xml
│   │   ├── Example2_3_3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_3.exe
│   │   │   │   │   ├── Example2_3_3.pdb
│   │   │   │   │   └── Example2_3_3.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Example2_3_3.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_3.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_3.exe
│   │   │   │   │   ├── Example2_3_3.Form1.resources
│   │   │   │   │   ├── Example2_3_3.pdb
│   │   │   │   │   ├── Example2_3_3.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_3.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_3.sln
│   │   ├── Example2_3_3.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_4
│   │   ├── Customers.xml
│   │   ├── Example2_3_4
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_4.exe
│   │   │   │   │   ├── Example2_3_4.pdb
│   │   │   │   │   └── Example2_3_4.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Example2_3_4.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_4.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_4.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_4.exe
│   │   │   │   │   ├── Example2_3_4.Form1.resources
│   │   │   │   │   ├── Example2_3_4.pdb
│   │   │   │   │   ├── Example2_3_4.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_4.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_4.sln
│   │   ├── Example2_3_4.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_5
│   │   ├── Customers.xml
│   │   ├── Example2_3_5
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_5.exe
│   │   │   │   │   ├── Example2_3_5.pdb
│   │   │   │   │   ├── Example2_3_5.vshost.exe
│   │   │   │   │   └── Example2_3_5.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Example2_3_5.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_5.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_5.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_5.exe
│   │   │   │   │   ├── Example2_3_5.Form1.resources
│   │   │   │   │   ├── Example2_3_5.pdb
│   │   │   │   │   ├── Example2_3_5.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_5.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_5.sln
│   │   ├── Example2_3_5.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_6
│   │   ├── Customers.xml
│   │   ├── Example2_3_6
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_6.exe
│   │   │   │   │   ├── Example2_3_6.pdb
│   │   │   │   │   └── Example2_3_6.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Example2_3_6.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_6.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_6.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_6.exe
│   │   │   │   │   ├── Example2_3_6.Form1.resources
│   │   │   │   │   ├── Example2_3_6.pdb
│   │   │   │   │   ├── Example2_3_6.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_6.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_6.sln
│   │   ├── Example2_3_6.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_7
│   │   ├── Customers.xml
│   │   ├── Example2_3_7
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example2_3_7.exe
│   │   │   │   │   ├── Example2_3_7.pdb
│   │   │   │   │   ├── Example2_3_7.vshost.exe
│   │   │   │   │   └── Example2_3_7.vshost.exe.manifest
│   │   │   │   └── Release
│   │   │   ├── Example2_3_7.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example2_3_7.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example2_3_7.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_7.exe
│   │   │   │   │   ├── Example2_3_7.Form1.resources
│   │   │   │   │   ├── Example2_3_7.pdb
│   │   │   │   │   ├── Example2_3_7.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example2_3_7.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_7.sln
│   │   ├── Example2_3_7.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example2_3_8
│   │   ├── Customers.xml
│   │   ├── Example2_3_8
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example2_3_8.exe
│   │   │   │   ├── Example2_3_8.pdb
│   │   │   │   └── Example2_3_8.vshost.exe
│   │   │   ├── Example2_3_8.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example2_3_8.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example2_3_8.exe
│   │   │   │   │   ├── Example2_3_8.Form1.resources
│   │   │   │   │   ├── Example2_3_8.pdb
│   │   │   │   │   ├── Example2_3_8.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example2_3_8.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example2_3_8.sln
│   │   └── Example2_3_8.suo
│   └── Example2_3_9
│   ├── Customers.xml
│   ├── Example2_3_9
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_9.exe
│   │   │   ├── Example2_3_9.pdb
│   │   │   └── Example2_3_9.vshost.exe
│   │   ├── Example2_3_9.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Example2_3_9.csproj.GenerateResource.Cache
│   │   │   │   ├── Example2_3_9.exe
│   │   │   │   ├── Example2_3_9.Form1.resources
│   │   │   │   ├── Example2_3_9.pdb
│   │   │   │   ├── Example2_3_9.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   └── Example2_3_9.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Example2_3_9.sln
│   └── Example2_3_9.suo
├── chapter3
│   ├── Example3_2_1
│   │   ├── Customers.xml
│   │   ├── Example3_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example3_2_1.exe
│   │   │   │   ├── Example3_2_1.pdb
│   │   │   │   └── Example3_2_1.vshost.exe
│   │   │   ├── Example3_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example3_2_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example3_2_1.exe
│   │   │   │   │   ├── Example3_2_1.Form1.resources
│   │   │   │   │   ├── Example3_2_1.pdb
│   │   │   │   │   ├── Example3_2_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example3_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example3_2_1.sln
│   │   └── Example3_2_1.suo
│   ├── Example3_2_2
│   │   ├── Customers.xml
│   │   ├── Example3_2_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example3_2_2.exe
│   │   │   │   ├── Example3_2_2.pdb
│   │   │   │   ├── Example3_2_2.vshost.exe
│   │   │   │   └── Example3_2_2.vshost.exe.manifest
│   │   │   ├── Example3_2_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.resx
│   │   │   ├── Form3.cs
│   │   │   ├── Form3.Designer.cs
│   │   │   ├── Form3.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example3_2_2.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example3_2_2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example3_2_2.exe
│   │   │   │   │   ├── Example3_2_2.Form1.resources
│   │   │   │   │   ├── Example3_2_2.Form2.resources
│   │   │   │   │   ├── Example3_2_2.Form3.resources
│   │   │   │   │   ├── Example3_2_2.pdb
│   │   │   │   │   ├── Example3_2_2.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example3_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example3_2_2.sln
│   │   ├── Example3_2_2.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── Example3_2_3
│   │   ├── Customers.xml
│   │   ├── Example3_2_3
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Customers.xml
│   │   │   │   │   ├── Example3_2_3.exe
│   │   │   │   │   ├── Example3_2_3.pdb
│   │   │   │   │   └── Example3_2_3.vshost.exe
│   │   │   │   └── Release
│   │   │   ├── Example3_2_3.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Form2.cs
│   │   │   ├── Form2.Designer.cs
│   │   │   ├── Form2.resx
│   │   │   ├── Form3.cs
│   │   │   ├── Form3.Designer.cs
│   │   │   ├── Form3.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── Example3_2_3.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Example3_2_3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example3_2_3.exe
│   │   │   │   │   ├── Example3_2_3.Form1.resources
│   │   │   │   │   ├── Example3_2_3.Form2.resources
│   │   │   │   │   ├── Example3_2_3.Form3.resources
│   │   │   │   │   ├── Example3_2_3.pdb
│   │   │   │   │   ├── Example3_2_3.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example3_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example3_2_3.sln
│   │   ├── Example3_2_3.suo
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   └── Example3_2_4
│   ├── Customers.xml
│   ├── Example3_2_4
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Customers.xml
│   │   │   ├── Example3_2_4.exe
│   │   │   ├── Example3_2_4.pdb
│   │   │   └── Example3_2_4.vshost.exe
│   │   ├── Example3_2_4.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Example3_2_4.csproj.GenerateResource.Cache
│   │   │   │   ├── Example3_2_4.exe
│   │   │   │   ├── Example3_2_4.Form1.resources
│   │   │   │   ├── Example3_2_4.pdb
│   │   │   │   ├── Example3_2_4.Properties.Resources.resources
│   │   │   │   ├── Refactor
│   │   │   │   └── TempPE
│   │   │   └── Example3_2_4.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Example3_2_4.sln
│   └── Example3_2_4.suo
├── chapter4
│   ├── Example4_2_1
│   │   ├── Customers3.xsl
│   │   ├── Customers.html
│   │   ├── Customers.xml
│   │   ├── Example4_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example4_2_1.exe
│   │   │   │   ├── Example4_2_1.pdb
│   │   │   │   └── Example4_2_1.vshost.exe
│   │   │   ├── Example4_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example4_2_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example4_2_1.exe
│   │   │   │   │   ├── Example4_2_1.Form1.resources
│   │   │   │   │   ├── Example4_2_1.pdb
│   │   │   │   │   ├── Example4_2_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example4_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example4_2_1.sln
│   │   └── Example4_2_1.suo
│   ├── Example4_2_2
│   │   ├── Customers2.xsl
│   │   ├── Customers.xml
│   │   ├── Example4_2_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers2.xsl
│   │   │   │   ├── Customers.html
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example4_2_2.exe
│   │   │   │   ├── Example4_2_2.pdb
│   │   │   │   └── Example4_2_2.vshost.exe
│   │   │   ├── Example4_2_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example4_2_2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example4_2_2.exe
│   │   │   │   │   ├── Example4_2_2.Form1.resources
│   │   │   │   │   ├── Example4_2_2.pdb
│   │   │   │   │   ├── Example4_2_2.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example4_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example4_2_2.sln
│   │   └── Example4_2_2.suo
│   ├── Example4_2_3
│   │   ├── books.xml
│   │   ├── Example4_2_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example4_2_3.exe
│   │   │   │   ├── Example4_2_3.pdb
│   │   │   │   └── Example4_2_3.vshost.exe
│   │   │   ├── BookPrice.cs
│   │   │   ├── Example4_2_3.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example4_2_3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example4_2_3.exe
│   │   │   │   │   ├── Example4_2_3.Form1.resources
│   │   │   │   │   ├── Example4_2_3.pdb
│   │   │   │   │   ├── Example4_2_3.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example4_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example4_2_3.sln
│   │   ├── Example4_2_3.suo
│   │   └── prices.xsl
│   └── xmlfile
│   ├── Customers1.xsl
│   ├── Customers2.xsl
│   ├── Customers3.xsl
│   ├── Customers.xml
│   ├── hello.xml
│   └── hello.xsl
├── chapter5
│   ├── Example5_2_1
│   │   ├── Example5_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example5_2_1.exe
│   │   │   │   ├── Example5_2_1.pdb
│   │   │   │   └── Example5_2_1.vshost.exe
│   │   │   ├── Example5_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example5_2_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example5_2_1.exe
│   │   │   │   │   ├── Example5_2_1.Form1.resources
│   │   │   │   │   ├── Example5_2_1.pdb
│   │   │   │   │   ├── Example5_2_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example5_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example5_2_1.sln
│   │   └── Example5_2_1.suo
│   ├── Example5_4_1
│   │   ├── Example5_4_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example5_4_1.exe
│   │   │   │   ├── Example5_4_1.pdb
│   │   │   │   └── Example5_4_1.vshost.exe
│   │   │   ├── Example5_4_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example5_4_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example5_4_1.exe
│   │   │   │   │   ├── Example5_4_1.Form1.resources
│   │   │   │   │   ├── Example5_4_1.pdb
│   │   │   │   │   ├── Example5_4_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example5_4_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example5_4_1.sln
│   │   └── Example5_4_1.suo
│   ├── Example5_5_1
│   │   ├── CustomersError.xml
│   │   ├── Customers.xml
│   │   ├── Customers.xsd
│   │   ├── Example5_5_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Customers.xsd
│   │   │   │   ├── Example5_5_1.exe
│   │   │   │   ├── Example5_5_1.pdb
│   │   │   │   └── Example5_5_1.vshost.exe
│   │   │   ├── Example5_5_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example5_5_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example5_5_1.exe
│   │   │   │   │   ├── Example5_5_1.Form1.resources
│   │   │   │   │   ├── Example5_5_1.pdb
│   │   │   │   │   ├── Example5_5_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example5_5_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example5_5_1.sln
│   │   └── Example5_5_1.suo
│   ├── Example5_7_1
│   │   ├── Example5_7_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example5_7_1.exe
│   │   │   │   ├── Example5_7_1.pdb
│   │   │   │   └── Example5_7_1.vshost.exe
│   │   │   ├── Example5_7_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example5_7_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example5_7_1.exe
│   │   │   │   │   ├── Example5_7_1.Form1.resources
│   │   │   │   │   ├── Example5_7_1.pdb
│   │   │   │   │   ├── Example5_7_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example5_7_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example5_7_1.sln
│   │   └── Example5_7_1.suo
│   └── xmlfile
│   ├── Customers.dtd
│   ├── CustomersDTD.xml
│   ├── Customersorg.xml
│   ├── CustomersSchema.xml
│   ├── Customers.xml
│   ├── Customers.xsd
│   └── Customers.xsx
├── chapter6
│   ├── Example6_2_1
│   │   ├── Example6_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example6_2_1.exe
│   │   │   │   ├── Example6_2_1.pdb
│   │   │   │   └── Example6_2_1.vshost.exe
│   │   │   ├── Example6_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example6_2_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example6_2_1.exe
│   │   │   │   │   ├── Example6_2_1.Form1.resources
│   │   │   │   │   ├── Example6_2_1.pdb
│   │   │   │   │   ├── Example6_2_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example6_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example6_2_1.sln
│   │   └── Example6_2_1.suo
│   ├── Example6_3_1
│   │   ├── Example6_3_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Change.xml
│   │   │   │   ├── Example6_3_1.exe
│   │   │   │   ├── Example6_3_1.pdb
│   │   │   │   └── Example6_3_1.vshost.exe
│   │   │   ├── Example6_3_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example6_3_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example6_3_1.exe
│   │   │   │   │   ├── Example6_3_1.Form1.resources
│   │   │   │   │   ├── Example6_3_1.pdb
│   │   │   │   │   ├── Example6_3_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example6_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example6_3_1.sln
│   │   └── Example6_3_1.suo
│   └── Example6_4_1
│   ├── Example6_4_1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Example6_4_1.exe
│   │   │   ├── Example6_4_1.pdb
│   │   │   ├── Example6_4_1.vshost.exe
│   │   │   ├── nodeimage
│   │   │   │   ├── App0Project.bmp
│   │   │   │   ├── App1PCBNFFF.bmp
│   │   │   │   ├── App2iFieldFF.bmp
│   │   │   │   ├── App3Filter.bmp
│   │   │   │   ├── App4PCBiField.bmp
│   │   │   │   ├── App5iFieldFilter.bmp
│   │   │   │   ├── App6PCBFilter.bmp
│   │   │   │   ├── GroupNode.bmp
│   │   │   │   ├── GrouprOpen.bmp
│   │   │   │   └── node001.bmp
│   │   │   └── systemsetting
│   │   │   └── images
│   │   │   ├── about.bmp
│   │   │   ├── Close.bmp
│   │   │   ├── exit.bmp
│   │   │   ├── FileOpen.bmp
│   │   │   ├── network.bmp
│   │   │   └── security.bmp
│   │   ├── Example6_4_1.csproj
│   │   ├── imagesource
│   │   │   ├── App1.bmp
│   │   │   ├── App2.bmp
│   │   │   ├── App3.bmp
│   │   │   ├── App4.bmp
│   │   │   ├── App5.bmp
│   │   │   ├── App6.bmp
│   │   │   ├── Application_img.bmp
│   │   │   ├── Close.bmp
│   │   │   ├── FolderOpen2.bmp
│   │   │   ├── FolderOpen.bmp
│   │   │   ├── node001.bmp
│   │   │   ├── Node_img.bmp
│   │   │   ├── OpenSelectedItem.bmp
│   │   │   ├── Project_img.bmp
│   │   │   ├── Save.bmp
│   │   │   └── SubNode_img.bmp
│   │   ├── MainForm.cs
│   │   ├── MainForm.designer.cs
│   │   ├── MainForm.resx
│   │   ├── NewApplication.cs
│   │   ├── NewApplication.designer.cs
│   │   ├── NewApplication.resx
│   │   ├── NewNode.cs
│   │   ├── NewNode.designer.cs
│   │   ├── NewNode.resx
│   │   ├── NewProject.cs
│   │   ├── NewProject.designer.cs
│   │   ├── NewProject.resx
│   │   ├── NodeName.cs
│   │   ├── NodeName.designer.cs
│   │   ├── NodeName.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Example6_4_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example6_4_1.exe
│   │   │   │   ├── Example6_4_1.MainForm.resources
│   │   │   │   ├── Example6_4_1.NewApplication.resources
│   │   │   │   ├── Example6_4_1.NewNode.resources
│   │   │   │   ├── Example6_4_1.NewProject.resources
│   │   │   │   ├── Example6_4_1.NodeName.resources
│   │   │   │   ├── Example6_4_1.pdb
│   │   │   │   ├── Example6_4_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Example6_4_1.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── systemsetting
│   │   │   └── images
│   │   │   ├── about.bmp
│   │   │   ├── Close.bmp
│   │   │   ├── exit.bmp
│   │   │   ├── FileOpen.bmp
│   │   │   ├── network.bmp
│   │   │   └── security.bmp
│   │   └── TreeViewSerializer.cs
│   ├── Example6_4_1.sln
│   ├── Example6_4_1.suo
│   └── myTreeview.xml
├── chapter7
│   ├── CreateNorthWind.sql
│   ├── Example7_1_1
│   │   ├── Example7_1_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_1_1.exe
│   │   │   │   ├── Example7_1_1.pdb
│   │   │   │   └── Example7_1_1.vshost.exe
│   │   │   ├── Example7_1_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_1_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_1_1.exe
│   │   │   │   │   ├── Example7_1_1.Form1.resources
│   │   │   │   │   ├── Example7_1_1.pdb
│   │   │   │   │   ├── Example7_1_1.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example7_1_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_1_1.sln
│   │   └── Example7_1_1.suo
│   ├── Example7_2_1
│   │   ├── Example7_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_2_1.exe
│   │   │   │   ├── Example7_2_1.pdb
│   │   │   │   ├── Example7_2_1.vshost.exe
│   │   │   │   └── temp.xml
│   │   │   ├── Example7_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_2_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_2_1.exe
│   │   │   │   │   ├── Example7_2_1.Form1.resources
│   │   │   │   │   ├── Example7_2_1.pdb
│   │   │   │   │   ├── Example7_2_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example7_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_2_1.sln
│   │   └── Example7_2_1.suo
│   ├── Example7_2_2
│   │   ├── Example7_2_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_2_2.exe
│   │   │   │   ├── Example7_2_2.pdb
│   │   │   │   └── Example7_2_2.vshost.exe
│   │   │   ├── Example7_2_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_2_2.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_2_2.exe
│   │   │   │   │   ├── Example7_2_2.Form1.resources
│   │   │   │   │   ├── Example7_2_2.pdb
│   │   │   │   │   ├── Example7_2_2.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example7_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_2_2.sln
│   │   └── Example7_2_2.suo
│   ├── Example7_2_3
│   │   ├── Example7_2_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_2_3.exe
│   │   │   │   ├── Example7_2_3.pdb
│   │   │   │   ├── Example7_2_3.vshost.exe
│   │   │   │   └── menus.xml
│   │   │   ├── Example7_2_3.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_2_3.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_2_3.exe
│   │   │   │   │   ├── Example7_2_3.Form1.resources
│   │   │   │   │   ├── Example7_2_3.pdb
│   │   │   │   │   ├── Example7_2_3.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Example7_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Resources
│   │   │   └── Winter.jpg
│   │   ├── Example7_2_3.sln
│   │   └── Example7_2_3.suo
│   ├── Example7_2_4
│   │   ├── Example7_2_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_2_4.exe
│   │   │   │   ├── Example7_2_4.pdb
│   │   │   │   └── Example7_2_4.vshost.exe
│   │   │   ├── Example7_2_4.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_2_4.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_2_4.exe
│   │   │   │   │   ├── Example7_2_4.Form1.resources
│   │   │   │   │   ├── Example7_2_4.pdb
│   │   │   │   │   ├── Example7_2_4.Properties.Resources.resources
│   │   │   │   │   ├── Refactor
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example7_2_4.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_2_4.sln
│   │   └── Example7_2_4.suo
│   ├── Example7_2_5
│   │   ├── Example7_2_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example7_2_5.exe
│   │   │   │   ├── Example7_2_5.pdb
│   │   │   │   └── Example7_2_5.vshost.exe
│   │   │   ├── EmployeesDataSet.cs
│   │   │   ├── EmployeesDataSet.Designer.cs
│   │   │   ├── EmployeesDataSet.xsc
│   │   │   ├── EmployeesDataSet.xsd
│   │   │   ├── EmployeesDataSet.xss
│   │   │   ├── Example7_2_5.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_2_5.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_2_5.exe
│   │   │   │   │   ├── Example7_2_5.Form1.resources
│   │   │   │   │   ├── Example7_2_5.pdb
│   │   │   │   │   ├── Example7_2_5.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   ├── DataSet.Designer.cs.dll
│   │   │   │   │   ├── EmployeesDataSet1.Designer.cs.dll
│   │   │   │   │   └── EmployeesDataSet.Designer.cs.dll
│   │   │   │   └── Example7_2_5.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_2_5.sln
│   │   └── Example7_2_5.suo
│   ├── Example7_3_1
│   │   ├── Example7_3_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.html
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Customers.xslt
│   │   │   │   ├── Example7_3_1.exe
│   │   │   │   ├── Example7_3_1.pdb
│   │   │   │   └── Example7_3_1.vshost.exe
│   │   │   ├── Customers.xml
│   │   │   ├── Customers.xslt
│   │   │   ├── Example7_3_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Example7_3_1.csproj.GenerateResource.Cache
│   │   │   │   │   ├── Example7_3_1.exe
│   │   │   │   │   ├── Example7_3_1.Form1.resources
│   │   │   │   │   ├── Example7_3_1.pdb
│   │   │   │   │   ├── Example7_3_1.Properties.Resources.resources
│   │   │   │   │   └── TempPE
│   │   │   │   └── Example7_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example7_3_1.sln
│   │   └── Example7_3_1.suo
│   └── Example7_3_2
│   ├── Customers.xml
│   ├── Example7_3_2
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Customers.xml
│   │   │   ├── Example7_3_2.exe
│   │   │   ├── Example7_3_2.pdb
│   │   │   └── Example7_3_2.vshost.exe
│   │   ├── Example7_3_2.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Example7_3_2.csproj.GenerateResource.Cache
│   │   │   │   ├── Example7_3_2.exe
│   │   │   │   ├── Example7_3_2.Form1.resources
│   │   │   │   ├── Example7_3_2.pdb
│   │   │   │   ├── Example7_3_2.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   └── Example7_3_2.csproj.FileListAbsolute.txt
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Example7_3_2.sln
│   └── Example7_3_2.suo
├── chapter8
│   ├── Example8_2_1
│   │   └── EmployeeLibrary
│   │   ├── EmployeeClient
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EmployeeClient.exe
│   │   │   │   ├── EmployeeClient.exe.config
│   │   │   │   ├── EmployeeClient.pdb
│   │   │   │   ├── EmployeeClient.vshost.exe
│   │   │   │   ├── EmployeeClient.vshost.exe.config
│   │   │   │   └── EmployeeClient.vshost.exe.manifest
│   │   │   ├── EmployeeServiceClient.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── EmployeeClient.exe
│   │   │   │   ├── EmployeeClient.Form1.resources
│   │   │   │   ├── EmployeeClient.pdb
│   │   │   │   ├── EmployeeClient.Properties.Resources.resources
│   │   │   │   ├── EmployeeServiceClient.csproj.FileListAbsolute.txt
│   │   │   │   ├── EmployeeServiceClient.csproj.GenerateResource.Cache
│   │   │   │   └── TempPE
│   │   │   │   └── Service References.ServiceReference1.Reference.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── DataSources
│   │   │   │   │   └── System.Data.DataSet.datasource
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Service References
│   │   │   └── ServiceReference1
│   │   │   ├── configuration.svcinfo
│   │   │   ├── EmployeeClient.ServiceReference1.Employee.datasource
│   │   │   ├── EmployeeService1.xsd
│   │   │   ├── EmployeeService2.xsd
│   │   │   ├── EmployeeService3.xsd
│   │   │   ├── EmployeeService.disco
│   │   │   ├── EmployeeService.wsdl
│   │   │   ├── EmployeeService.xsd
│   │   │   ├── Reference.cs
│   │   │   └── Reference.svcmap
│   │   ├── EmployeeLibrary
│   │   │   ├── App.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── EmployeeLibrary.dll
│   │   │   │   ├── EmployeeLibrary.dll.config
│   │   │   │   └── EmployeeLibrary.pdb
│   │   │   ├── Employee.cs
│   │   │   ├── EmployeeLibrary.csproj
│   │   │   ├── EmployeeService.cs
│   │   │   ├── IEmployeeService.cs
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── EmployeeLibrary.csproj.FileListAbsolute.txt
│   │   │   │   ├── EmployeeLibrary.dll
│   │   │   │   ├── EmployeeLibrary.pdb
│   │   │   │   └── TempPE
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── EmployeeLibrary.sln
│   │   ├── EmployeeLibrary.suo
│   │   └── EmployeeServiceHostConsole
│   │   ├── App.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── EmployeeLibrary.dll
│   │   │   ├── EmployeeLibrary.pdb
│   │   │   ├── EmployeeServiceHostConsole.exe
│   │   │   ├── EmployeeServiceHostConsole.exe.config
│   │   │   ├── EmployeeServiceHostConsole.pdb
│   │   │   ├── EmployeeServiceHostConsole.vshost.exe
│   │   │   ├── EmployeeServiceHostConsole.vshost.exe.config
│   │   │   └── EmployeeServiceHostConsole.vshost.exe.manifest
│   │   ├── EmployeeServiceHostConsole.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── EmployeeServiceHostConsole.csproj.FileListAbsolute.txt
│   │   │   ├── EmployeeServiceHostConsole.exe
│   │   │   ├── EmployeeServiceHostConsole.pdb
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   └── Example8_2_2
│   └── Service
│   ├── Client
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Client.exe
│   │   │   ├── Client.exe.config
│   │   │   ├── Client.pdb
│   │   │   ├── Client.vshost.exe
│   │   │   ├── Client.vshost.exe.config
│   │   │   └── Client.vshost.exe.manifest
│   │   ├── Client.csproj
│   │   ├── generateProxy.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Client.csproj.FileListAbsolute.txt
│   │   │   ├── Client.exe
│   │   │   ├── Client.pdb
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Service
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Service.exe
│   │   │   ├── Service.pdb
│   │   │   ├── Service.vshost.exe
│   │   │   └── Service.vshost.exe.manifest
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Service.csproj.FileListAbsolute.txt
│   │   │   ├── Service.exe
│   │   │   ├── Service.pdb
│   │   │   └── TempPE
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── Service.csproj
│   ├── Service.sln
│   └── Service.suo
├── chapter9
│   ├── Example9_2_1
│   │   ├── Example9_2_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_2_1.exe
│   │   │   │   ├── Example9_2_1.pdb
│   │   │   │   ├── Example9_2_1.vshost.exe
│   │   │   │   └── Example9_2_1.vshost.exe.manifest
│   │   │   ├── Employee.cs
│   │   │   ├── Example9_2_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_2_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_2_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_2_1.exe
│   │   │   │   ├── Example9_2_1.Form1.resources
│   │   │   │   ├── Example9_2_1.pdb
│   │   │   │   ├── Example9_2_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_2_1.sln
│   │   └── Example9_2_1.suo
│   ├── Example9_5_1
│   │   ├── Example9_5_1
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_1.exe
│   │   │   │   ├── Example9_5_1.pdb
│   │   │   │   ├── Example9_5_1.vshost.exe
│   │   │   │   └── Example9_5_1.vshost.exe.manifest
│   │   │   ├── Example9_5_1.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_1.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_1.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_1.exe
│   │   │   │   ├── Example9_5_1.Form1.resources
│   │   │   │   ├── Example9_5_1.pdb
│   │   │   │   ├── Example9_5_1.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_1.sln
│   │   └── Example9_5_1.suo
│   ├── Example9_5_10
│   │   ├── Example9_5_10
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── customers.htm
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_10.exe
│   │   │   │   ├── Example9_5_10.pdb
│   │   │   │   ├── Example9_5_10.vshost.exe
│   │   │   │   └── Example9_5_10.vshost.exe.manifest
│   │   │   ├── Example9_5_10.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_10.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_10.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_10.exe
│   │   │   │   ├── Example9_5_10.Form1.resources
│   │   │   │   ├── Example9_5_10.pdb
│   │   │   │   ├── Example9_5_10.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_10.sln
│   │   └── Example9_5_10.suo
│   ├── Example9_5_11
│   │   ├── Example9_5_11
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_11.exe
│   │   │   │   ├── Example9_5_11.pdb
│   │   │   │   ├── Example9_5_11.vshost.exe
│   │   │   │   └── Example9_5_11.vshost.exe.manifest
│   │   │   ├── Example9_5_11.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_11.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_11.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_11.exe
│   │   │   │   ├── Example9_5_11.Form1.resources
│   │   │   │   ├── Example9_5_11.pdb
│   │   │   │   ├── Example9_5_11.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_11.sln
│   │   └── Example9_5_11.suo
│   ├── Example9_5_2
│   │   ├── Example9_5_2
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_2.exe
│   │   │   │   ├── Example9_5_2.pdb
│   │   │   │   ├── Example9_5_2.vshost.exe
│   │   │   │   └── Example9_5_2.vshost.exe.manifest
│   │   │   ├── Example9_5_2.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_2.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_2.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_2.exe
│   │   │   │   ├── Example9_5_2.Form1.resources
│   │   │   │   ├── Example9_5_2.pdb
│   │   │   │   ├── Example9_5_2.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_2.sln
│   │   └── Example9_5_2.suo
│   ├── Example9_5_3
│   │   ├── Example9_5_3
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_3.exe
│   │   │   │   ├── Example9_5_3.pdb
│   │   │   │   ├── Example9_5_3.vshost.exe
│   │   │   │   └── Example9_5_3.vshost.exe.manifest
│   │   │   ├── Example9_5_3.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_3.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_3.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_3.exe
│   │   │   │   ├── Example9_5_3.Form1.resources
│   │   │   │   ├── Example9_5_3.pdb
│   │   │   │   ├── Example9_5_3.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_3.sln
│   │   └── Example9_5_3.suo
│   ├── Example9_5_4
│   │   ├── Example9_5_4
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_4.exe
│   │   │   │   ├── Example9_5_4.pdb
│   │   │   │   ├── Example9_5_4.vshost.exe
│   │   │   │   └── Example9_5_4.vshost.exe.manifest
│   │   │   ├── Example9_5_4.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_4.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_4.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_4.exe
│   │   │   │   ├── Example9_5_4.Form1.resources
│   │   │   │   ├── Example9_5_4.pdb
│   │   │   │   ├── Example9_5_4.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_4.sln
│   │   └── Example9_5_4.suo
│   ├── Example9_5_5
│   │   ├── Example9_5_5
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_5.exe
│   │   │   │   ├── Example9_5_5.pdb
│   │   │   │   ├── Example9_5_5.vshost.exe
│   │   │   │   └── Example9_5_5.vshost.exe.manifest
│   │   │   ├── Example9_5_5.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_5.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_5.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_5.exe
│   │   │   │   ├── Example9_5_5.Form1.resources
│   │   │   │   ├── Example9_5_5.pdb
│   │   │   │   ├── Example9_5_5.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_5.sln
│   │   └── Example9_5_5.suo
│   ├── Example9_5_6
│   │   ├── Example9_5_6
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_6.exe
│   │   │   │   ├── Example9_5_6.pdb
│   │   │   │   ├── Example9_5_6.vshost.exe
│   │   │   │   └── Example9_5_6.vshost.exe.manifest
│   │   │   ├── Example9_5_6.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_6.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_6.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_6.exe
│   │   │   │   ├── Example9_5_6.Form1.resources
│   │   │   │   ├── Example9_5_6.pdb
│   │   │   │   ├── Example9_5_6.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_6.sln
│   │   └── Example9_5_6.suo
│   ├── Example9_5_7
│   │   ├── Example9_5_7
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Example9_5_7.exe
│   │   │   │   ├── Example9_5_7.pdb
│   │   │   │   ├── Example9_5_7.vshost.exe
│   │   │   │   └── Example9_5_7.vshost.exe.manifest
│   │   │   ├── Example9_5_7.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_7.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_7.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_7.exe
│   │   │   │   ├── Example9_5_7.Form1.resources
│   │   │   │   ├── Example9_5_7.pdb
│   │   │   │   ├── Example9_5_7.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_7.sln
│   │   └── Example9_5_7.suo
│   ├── Example9_5_8
│   │   ├── Example9_5_8
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_8.exe
│   │   │   │   ├── Example9_5_8.pdb
│   │   │   │   ├── Example9_5_8.vshost.exe
│   │   │   │   └── Example9_5_8.vshost.exe.manifest
│   │   │   ├── Example9_5_8.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_8.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_8.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_8.exe
│   │   │   │   ├── Example9_5_8.Form1.resources
│   │   │   │   ├── Example9_5_8.pdb
│   │   │   │   ├── Example9_5_8.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_8.sln
│   │   └── Example9_5_8.suo
│   ├── Example9_5_9
│   │   ├── Customers.xml
│   │   ├── Customers.xsd
│   │   ├── Example9_5_9
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_9.exe
│   │   │   │   ├── Example9_5_9.pdb
│   │   │   │   ├── Example9_5_9.vshost.exe
│   │   │   │   └── Example9_5_9.vshost.exe.manifest
│   │   │   ├── Example9_5_9.csproj
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Example9_5_9.csproj.FileListAbsolute.txt
│   │   │   │   ├── Example9_5_9.csproj.GenerateResource.Cache
│   │   │   │   ├── Example9_5_9.exe
│   │   │   │   ├── Example9_5_9.Form1.resources
│   │   │   │   ├── Example9_5_9.pdb
│   │   │   │   ├── Example9_5_9.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Example9_5_9.sln
│   │   └── Example9_5_9.suo
│   ├── PetCemetary.xml
│   └── Stocks.xml
├── CurrentSettings-2013-08-27.vssettings
├── 光盘使用说明.rtf
└── 音乐 - 快捷方式.lnk

512 directories, 1498 files

标签:

实例下载地址

深入理解C#中的XML.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警