在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 深入理解C#中的XML(标签版)/含随书光盘源码

深入理解C#中的XML(标签版)/含随书光盘源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:84.26M
  • 下载次数:7
  • 浏览次数:31
  • 发布时间:2023-06-30
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 深入理解 Xml ML 标签 源码

实例介绍

【实例简介】深入理解C#中的XML(标签版)/含随书光盘源码
C#实现的XML应用技术。光盘源码为vs编译的C#源码。对 xml技术的学习和应用会非常有帮助

【实例截图】

from clipboard

【核心代码】
.
├── 深入理解C#中的XML-随书光盘
│   ├── MySql
│   │   ├── mysql-5.0.81-win32.zip.txt
│   │   ├── mysql-connector-odbc-5.1.5-win32.msi
│   │   └── mysql-connector-odbc-5.1.9-winx64.msi
│   ├── chapter10
│   │   ├── Example10_2_1
│   │   │   ├── Example10_2_1
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── Example10_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_2_1.exe
│   │   │   │   │       ├── Example10_2_1.pdb
│   │   │   │   │       ├── Example10_2_1.vshost.exe
│   │   │   │   │       └── Example10_2_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_2_1.Form1.resources
│   │   │   │           ├── Example10_2_1.Properties.Resources.resources
│   │   │   │           ├── Example10_2_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_2_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_2_1.exe
│   │   │   │           ├── Example10_2_1.pdb
│   │   │   │           ├── Refactor
│   │   │   │           └── TempPE
│   │   │   ├── Example10_2_1.sln
│   │   │   └── Example10_2_1.suo
│   │   ├── Example10_4_1
│   │   │   ├── Example10_4_1
│   │   │   │   ├── Address.cs
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── CustomerType.cs
│   │   │   │   ├── Example10_4_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_4_1.exe
│   │   │   │   │       ├── Example10_4_1.pdb
│   │   │   │   │       ├── Example10_4_1.vshost.exe
│   │   │   │   │       └── Example10_4_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_4_1.Form1.resources
│   │   │   │           ├── Example10_4_1.Properties.Resources.resources
│   │   │   │           ├── Example10_4_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_4_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_4_1.exe
│   │   │   │           ├── Example10_4_1.pdb
│   │   │   │           ├── Refactor
│   │   │   │           └── TempPE
│   │   │   ├── Example10_4_1.sln
│   │   │   └── Example10_4_1.suo
│   │   ├── Example10_5_1
│   │   │   ├── Example10_5_1
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── Example10_5_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── VIPClient.cs
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_5_1.exe
│   │   │   │   │       ├── Example10_5_1.pdb
│   │   │   │   │       ├── Example10_5_1.vshost.exe
│   │   │   │   │       └── Example10_5_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_5_1.Form1.resources
│   │   │   │           ├── Example10_5_1.Properties.Resources.resources
│   │   │   │           ├── Example10_5_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_5_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_5_1.exe
│   │   │   │           ├── Example10_5_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example10_5_1.sln
│   │   │   └── Example10_5_1.suo
│   │   ├── Example10_6_1
│   │   │   ├── Example10_6_1
│   │   │   │   ├── Address.cs
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── CustomerType.cs
│   │   │   │   ├── Example10_6_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_6_1.exe
│   │   │   │   │       ├── Example10_6_1.pdb
│   │   │   │   │       ├── Example10_6_1.vshost.exe
│   │   │   │   │       └── Example10_6_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_6_1.Form1.resources
│   │   │   │           ├── Example10_6_1.Properties.Resources.resources
│   │   │   │           ├── Example10_6_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_6_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_6_1.exe
│   │   │   │           ├── Example10_6_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example10_6_1.sln
│   │   │   └── Example10_6_1.suo
│   │   ├── Example10_7_1
│   │   │   ├── Example10_7_1
│   │   │   │   ├── Example10_7_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example10_7_1.exe
│   │   │   │   │       ├── Example10_7_1.pdb
│   │   │   │   │       ├── Example10_7_1.vshost.exe
│   │   │   │   │       └── Example10_7_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_7_1.Form1.resources
│   │   │   │           ├── Example10_7_1.Properties.Resources.resources
│   │   │   │           ├── Example10_7_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_7_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_7_1.exe
│   │   │   │           ├── Example10_7_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example10_7_1.sln
│   │   │   └── Example10_7_1.suo
│   │   ├── Example10_7_2
│   │   │   ├── Example10_7_2
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── EmailAddress.cs
│   │   │   │   ├── Example10_7_2.csproj
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.designer.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── ObjectXMLSerializer.cs
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── CustomersObject.xml
│   │   │   │   │       ├── Example10_7_2.exe
│   │   │   │   │       ├── Example10_7_2.pdb
│   │   │   │   │       ├── Example10_7_2.vshost.exe
│   │   │   │   │       └── Example10_7_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_7_2.Form1.resources
│   │   │   │           ├── Example10_7_2.Properties.Resources.resources
│   │   │   │           ├── Example10_7_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_7_2.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_7_2.exe
│   │   │   │           ├── Example10_7_2.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example10_7_2.sln
│   │   │   └── Example10_7_2.suo
│   │   ├── Example10_8_1
│   │   │   ├── Example10_8_1
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── Example10_8_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_8_1.exe
│   │   │   │   │       ├── Example10_8_1.pdb
│   │   │   │   │       ├── Example10_8_1.vshost.exe
│   │   │   │   │       └── Example10_8_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_8_1.Form1.resources
│   │   │   │           ├── Example10_8_1.Properties.Resources.resources
│   │   │   │           ├── Example10_8_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_8_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_8_1.exe
│   │   │   │           ├── Example10_8_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example10_8_1.sln
│   │   │   └── Example10_8_1.suo
│   │   ├── Example10_9_1
│   │   │   ├── Example10_9_1
│   │   │   │   ├── Customer.cs
│   │   │   │   ├── Example10_9_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example10_9_1.exe
│   │   │   │   │       ├── Example10_9_1.pdb
│   │   │   │   │       ├── Example10_9_1.vshost.exe
│   │   │   │   │       └── Example10_9_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example10_9_1.Form1.resources
│   │   │   │           ├── Example10_9_1.Properties.Resources.resources
│   │   │   │           ├── Example10_9_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example10_9_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example10_9_1.exe
│   │   │   │           ├── Example10_9_1.pdb
│   │   │   │           ├── Refactor
│   │   │   │           └── TempPE
│   │   │   ├── Example10_9_1.sln
│   │   │   └── Example10_9_1.suo
│   │   └── emaillist.csv
│   ├── chapter2
│   │   ├── Example2_3_1
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_1
│   │   │   │   ├── Example2_3_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example2_3_1.exe
│   │   │   │   │       ├── Example2_3_1.pdb
│   │   │   │   │       └── Example2_3_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_1.Form1.resources
│   │   │   │       │   ├── Example2_3_1.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_1.exe
│   │   │   │       │   ├── Example2_3_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_1.sln
│   │   │   └── Example2_3_1.suo
│   │   ├── Example2_3_2
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_2
│   │   │   │   ├── Example2_3_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_2.exe
│   │   │   │   │       ├── Example2_3_2.pdb
│   │   │   │   │       └── Example2_3_2.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_2.Form1.resources
│   │   │   │       │   ├── Example2_3_2.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_2.exe
│   │   │   │       │   ├── Example2_3_2.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_2.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_2.sln
│   │   │   └── Example2_3_2.suo
│   │   ├── Example2_3_3
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_3
│   │   │   │   ├── Example2_3_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_3.exe
│   │   │   │   │       ├── Example2_3_3.pdb
│   │   │   │   │       └── Example2_3_3.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_3.Form1.resources
│   │   │   │       │   ├── Example2_3_3.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_3.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_3.exe
│   │   │   │       │   ├── Example2_3_3.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_3.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_3.sln
│   │   │   └── Example2_3_3.suo
│   │   ├── Example2_3_4
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_4
│   │   │   │   ├── Example2_3_4.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_4.exe
│   │   │   │   │       ├── Example2_3_4.pdb
│   │   │   │   │       └── Example2_3_4.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_4.Form1.resources
│   │   │   │       │   ├── Example2_3_4.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_4.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_4.exe
│   │   │   │       │   ├── Example2_3_4.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_4.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_4.sln
│   │   │   └── Example2_3_4.suo
│   │   ├── Example2_3_5
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_5
│   │   │   │   ├── Example2_3_5.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_5.exe
│   │   │   │   │       ├── Example2_3_5.pdb
│   │   │   │   │       └── Example2_3_5.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_5.Form1.resources
│   │   │   │       │   ├── Example2_3_5.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_5.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_5.exe
│   │   │   │       │   ├── Example2_3_5.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_5.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_5.sln
│   │   │   └── Example2_3_5.suo
│   │   ├── Example2_3_6
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_6
│   │   │   │   ├── Example2_3_6.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_6.exe
│   │   │   │   │       ├── Example2_3_6.pdb
│   │   │   │   │       └── Example2_3_6.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_6.Form1.resources
│   │   │   │       │   ├── Example2_3_6.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_6.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_6.exe
│   │   │   │       │   ├── Example2_3_6.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_6.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_6.sln
│   │   │   └── Example2_3_6.suo
│   │   ├── Example2_3_7
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_7
│   │   │   │   ├── Example2_3_7.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_7.exe
│   │   │   │   │       ├── Example2_3_7.pdb
│   │   │   │   │       └── Example2_3_7.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_7.Form1.resources
│   │   │   │       │   ├── Example2_3_7.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_7.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_7.exe
│   │   │   │       │   ├── Example2_3_7.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_7.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_7.sln
│   │   │   └── Example2_3_7.suo
│   │   ├── Example2_3_8
│   │   │   ├── Customers.xml
│   │   │   ├── Example2_3_8
│   │   │   │   ├── Example2_3_8.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example2_3_8.exe
│   │   │   │   │       ├── Example2_3_8.pdb
│   │   │   │   │       └── Example2_3_8.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example2_3_8.Form1.resources
│   │   │   │       │   ├── Example2_3_8.Properties.Resources.resources
│   │   │   │       │   ├── Example2_3_8.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example2_3_8.exe
│   │   │   │       │   ├── Example2_3_8.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example2_3_8.csproj.FileListAbsolute.txt
│   │   │   ├── Example2_3_8.sln
│   │   │   └── Example2_3_8.suo
│   │   └── Example2_3_9
│   │       ├── Customers.xml
│   │       ├── Example2_3_9
│   │       │   ├── Example2_3_9.csproj
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Customers.xml
│   │       │   │       ├── Example2_3_9.exe
│   │       │   │       ├── Example2_3_9.pdb
│   │       │   │       └── Example2_3_9.vshost.exe
│   │       │   └── obj
│   │       │       ├── Debug
│   │       │       │   ├── Example2_3_9.Form1.resources
│   │       │       │   ├── Example2_3_9.Properties.Resources.resources
│   │       │       │   ├── Example2_3_9.csproj.GenerateResource.Cache
│   │       │       │   ├── Example2_3_9.exe
│   │       │       │   ├── Example2_3_9.pdb
│   │       │       │   ├── Refactor
│   │       │       │   └── TempPE
│   │       │       └── Example2_3_9.csproj.FileListAbsolute.txt
│   │       ├── Example2_3_9.sln
│   │       └── Example2_3_9.suo
│   ├── chapter3
│   │   ├── Example3_2_1
│   │   │   ├── Customers.xml
│   │   │   ├── Example3_2_1
│   │   │   │   ├── Example3_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example3_2_1.exe
│   │   │   │   │       ├── Example3_2_1.pdb
│   │   │   │   │       └── Example3_2_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example3_2_1.Form1.resources
│   │   │   │       │   ├── Example3_2_1.Properties.Resources.resources
│   │   │   │       │   ├── Example3_2_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example3_2_1.exe
│   │   │   │       │   ├── Example3_2_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example3_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example3_2_1.sln
│   │   │   └── Example3_2_1.suo
│   │   ├── Example3_2_2
│   │   │   ├── Customers.xml
│   │   │   ├── Example3_2_2
│   │   │   │   ├── Example3_2_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── Form3.Designer.cs
│   │   │   │   ├── Form3.cs
│   │   │   │   ├── Form3.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example3_2_2.exe
│   │   │   │   │       ├── Example3_2_2.pdb
│   │   │   │   │       └── Example3_2_2.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example3_2_2.Form1.resources
│   │   │   │       │   ├── Example3_2_2.Form2.resources
│   │   │   │       │   ├── Example3_2_2.Form3.resources
│   │   │   │       │   ├── Example3_2_2.Properties.Resources.resources
│   │   │   │       │   ├── Example3_2_2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example3_2_2.exe
│   │   │   │       │   ├── Example3_2_2.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example3_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Example3_2_2.sln
│   │   │   └── Example3_2_2.suo
│   │   ├── Example3_2_3
│   │   │   ├── Customers.xml
│   │   │   ├── Example3_2_3
│   │   │   │   ├── Example3_2_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Form2.Designer.cs
│   │   │   │   ├── Form2.cs
│   │   │   │   ├── Form2.resx
│   │   │   │   ├── Form3.Designer.cs
│   │   │   │   ├── Form3.cs
│   │   │   │   ├── Form3.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example3_2_3.exe
│   │   │   │   │       ├── Example3_2_3.pdb
│   │   │   │   │       └── Example3_2_3.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example3_2_3.Form1.resources
│   │   │   │       │   ├── Example3_2_3.Form2.resources
│   │   │   │       │   ├── Example3_2_3.Form3.resources
│   │   │   │       │   ├── Example3_2_3.Properties.Resources.resources
│   │   │   │       │   ├── Example3_2_3.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example3_2_3.exe
│   │   │   │       │   ├── Example3_2_3.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example3_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Example3_2_3.sln
│   │   │   └── Example3_2_3.suo
│   │   └── Example3_2_4
│   │       ├── Customers.xml
│   │       ├── Example3_2_4
│   │       │   ├── Example3_2_4.csproj
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Customers.xml
│   │       │   │       ├── Example3_2_4.exe
│   │       │   │       ├── Example3_2_4.pdb
│   │       │   │       └── Example3_2_4.vshost.exe
│   │       │   └── obj
│   │       │       ├── Debug
│   │       │       │   ├── Example3_2_4.Form1.resources
│   │       │       │   ├── Example3_2_4.Properties.Resources.resources
│   │       │       │   ├── Example3_2_4.csproj.GenerateResource.Cache
│   │       │       │   ├── Example3_2_4.exe
│   │       │       │   ├── Example3_2_4.pdb
│   │       │       │   ├── Refactor
│   │       │       │   └── TempPE
│   │       │       └── Example3_2_4.csproj.FileListAbsolute.txt
│   │       ├── Example3_2_4.sln
│   │       └── Example3_2_4.suo
│   ├── chapter4
│   │   ├── Example4_2_1
│   │   │   ├── Customers.html
│   │   │   ├── Customers.xml
│   │   │   ├── Customers3.xsl
│   │   │   ├── Example4_2_1
│   │   │   │   ├── Example4_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example4_2_1.exe
│   │   │   │   │       ├── Example4_2_1.pdb
│   │   │   │   │       └── Example4_2_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example4_2_1.Form1.resources
│   │   │   │       │   ├── Example4_2_1.Properties.Resources.resources
│   │   │   │       │   ├── Example4_2_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example4_2_1.exe
│   │   │   │       │   ├── Example4_2_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example4_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example4_2_1.sln
│   │   │   └── Example4_2_1.suo
│   │   ├── Example4_2_2
│   │   │   ├── Customers.xml
│   │   │   ├── Customers2.xsl
│   │   │   ├── Example4_2_2
│   │   │   │   ├── Example4_2_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.html
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Customers2.xsl
│   │   │   │   │       ├── Example4_2_2.exe
│   │   │   │   │       ├── Example4_2_2.pdb
│   │   │   │   │       └── Example4_2_2.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example4_2_2.Form1.resources
│   │   │   │       │   ├── Example4_2_2.Properties.Resources.resources
│   │   │   │       │   ├── Example4_2_2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example4_2_2.exe
│   │   │   │       │   ├── Example4_2_2.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example4_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Example4_2_2.sln
│   │   │   └── Example4_2_2.suo
│   │   ├── Example4_2_3
│   │   │   ├── Example4_2_3
│   │   │   │   ├── BookPrice.cs
│   │   │   │   ├── Example4_2_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example4_2_3.exe
│   │   │   │   │       ├── Example4_2_3.pdb
│   │   │   │   │       └── Example4_2_3.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example4_2_3.Form1.resources
│   │   │   │       │   ├── Example4_2_3.Properties.Resources.resources
│   │   │   │       │   ├── Example4_2_3.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example4_2_3.exe
│   │   │   │       │   ├── Example4_2_3.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example4_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Example4_2_3.sln
│   │   │   ├── Example4_2_3.suo
│   │   │   ├── books.xml
│   │   │   └── prices.xsl
│   │   └── xmlfile
│   │       ├── Customers.xml
│   │       ├── Customers1.xsl
│   │       ├── Customers2.xsl
│   │       ├── Customers3.xsl
│   │       ├── hello.xml
│   │       └── hello.xsl
│   ├── chapter5
│   │   ├── Example5_2_1
│   │   │   ├── Example5_2_1
│   │   │   │   ├── Example5_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example5_2_1.exe
│   │   │   │   │       ├── Example5_2_1.pdb
│   │   │   │   │       └── Example5_2_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example5_2_1.Form1.resources
│   │   │   │       │   ├── Example5_2_1.Properties.Resources.resources
│   │   │   │       │   ├── Example5_2_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example5_2_1.exe
│   │   │   │       │   ├── Example5_2_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example5_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example5_2_1.sln
│   │   │   └── Example5_2_1.suo
│   │   ├── Example5_4_1
│   │   │   ├── Example5_4_1
│   │   │   │   ├── Example5_4_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example5_4_1.exe
│   │   │   │   │       ├── Example5_4_1.pdb
│   │   │   │   │       └── Example5_4_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example5_4_1.Form1.resources
│   │   │   │       │   ├── Example5_4_1.Properties.Resources.resources
│   │   │   │       │   ├── Example5_4_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example5_4_1.exe
│   │   │   │       │   ├── Example5_4_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example5_4_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example5_4_1.sln
│   │   │   └── Example5_4_1.suo
│   │   ├── Example5_5_1
│   │   │   ├── Customers.xml
│   │   │   ├── Customers.xsd
│   │   │   ├── CustomersError.xml
│   │   │   ├── Example5_5_1
│   │   │   │   ├── Example5_5_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Customers.xsd
│   │   │   │   │       ├── Example5_5_1.exe
│   │   │   │   │       ├── Example5_5_1.pdb
│   │   │   │   │       └── Example5_5_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example5_5_1.Form1.resources
│   │   │   │       │   ├── Example5_5_1.Properties.Resources.resources
│   │   │   │       │   ├── Example5_5_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example5_5_1.exe
│   │   │   │       │   ├── Example5_5_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example5_5_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example5_5_1.sln
│   │   │   └── Example5_5_1.suo
│   │   ├── Example5_7_1
│   │   │   ├── Example5_7_1
│   │   │   │   ├── Example5_7_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example5_7_1.exe
│   │   │   │   │       ├── Example5_7_1.pdb
│   │   │   │   │       └── Example5_7_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example5_7_1.Form1.resources
│   │   │   │       │   ├── Example5_7_1.Properties.Resources.resources
│   │   │   │       │   ├── Example5_7_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example5_7_1.exe
│   │   │   │       │   ├── Example5_7_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example5_7_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example5_7_1.sln
│   │   │   └── Example5_7_1.suo
│   │   └── xmlfile
│   │       ├── Customers.dtd
│   │       ├── Customers.xml
│   │       ├── Customers.xsd
│   │       ├── Customers.xsx
│   │       ├── CustomersDTD.xml
│   │       ├── CustomersSchema.xml
│   │       └── Customersorg.xml
│   ├── chapter6
│   │   ├── Example6_2_1
│   │   │   ├── Example6_2_1
│   │   │   │   ├── Example6_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example6_2_1.exe
│   │   │   │   │       ├── Example6_2_1.pdb
│   │   │   │   │       └── Example6_2_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example6_2_1.Form1.resources
│   │   │   │       │   ├── Example6_2_1.Properties.Resources.resources
│   │   │   │       │   ├── Example6_2_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example6_2_1.exe
│   │   │   │       │   ├── Example6_2_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example6_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example6_2_1.sln
│   │   │   └── Example6_2_1.suo
│   │   ├── Example6_3_1
│   │   │   ├── Example6_3_1
│   │   │   │   ├── Example6_3_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Change.xml
│   │   │   │   │       ├── Example6_3_1.exe
│   │   │   │   │       ├── Example6_3_1.pdb
│   │   │   │   │       └── Example6_3_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example6_3_1.Form1.resources
│   │   │   │       │   ├── Example6_3_1.Properties.Resources.resources
│   │   │   │       │   ├── Example6_3_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example6_3_1.exe
│   │   │   │       │   ├── Example6_3_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example6_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example6_3_1.sln
│   │   │   └── Example6_3_1.suo
│   │   └── Example6_4_1
│   │       ├── Example6_4_1
│   │       │   ├── Example6_4_1.csproj
│   │       │   ├── 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
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── TreeViewSerializer.cs
│   │       │   ├── 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
│   │       │   │       │   ├── Thumbs.db
│   │       │   │       │   └── node001.bmp
│   │       │   │       └── systemsetting
│   │       │   │           └── images
│   │       │   │               ├── Close.bmp
│   │       │   │               ├── FileOpen.bmp
│   │       │   │               ├── Thumbs.db
│   │       │   │               ├── about.bmp
│   │       │   │               ├── exit.bmp
│   │       │   │               ├── network.bmp
│   │       │   │               └── security.bmp
│   │       │   ├── imagesource
│   │       │   │   ├── App1.bmp
│   │       │   │   ├── App2.bmp
│   │       │   │   ├── App3.bmp
│   │       │   │   ├── App4.bmp
│   │       │   │   ├── App5.bmp
│   │       │   │   ├── App6.bmp
│   │       │   │   ├── Application_img.bmp
│   │       │   │   ├── Close.bmp
│   │       │   │   ├── FolderOpen.bmp
│   │       │   │   ├── FolderOpen2.bmp
│   │       │   │   ├── Node_img.bmp
│   │       │   │   ├── OpenSelectedItem.bmp
│   │       │   │   ├── Project_img.bmp
│   │       │   │   ├── Save.bmp
│   │       │   │   ├── SubNode_img.bmp
│   │       │   │   ├── Thumbs.db
│   │       │   │   └── node001.bmp
│   │       │   ├── obj
│   │       │   │   ├── Debug
│   │       │   │   │   ├── 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.Properties.Resources.resources
│   │       │   │   │   ├── Example6_4_1.csproj.GenerateResource.Cache
│   │       │   │   │   ├── Example6_4_1.exe
│   │       │   │   │   ├── Example6_4_1.pdb
│   │       │   │   │   └── TempPE
│   │       │   │   │       └── Properties.Resources.Designer.cs.dll
│   │       │   │   └── Example6_4_1.csproj.FileListAbsolute.txt
│   │       │   └── systemsetting
│   │       │       └── images
│   │       │           ├── Close.bmp
│   │       │           ├── FileOpen.bmp
│   │       │           ├── Thumbs.db
│   │       │           ├── about.bmp
│   │       │           ├── exit.bmp
│   │       │           ├── network.bmp
│   │       │           └── security.bmp
│   │       ├── Example6_4_1.sln
│   │       ├── Example6_4_1.suo
│   │       └── myTreeview.xml
│   ├── chapter7
│   │   ├── CreateNorthWind.sql
│   │   ├── Example7_1_1
│   │   │   ├── Example7_1_1
│   │   │   │   ├── Example7_1_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_1_1.exe
│   │   │   │   │       ├── Example7_1_1.pdb
│   │   │   │   │       └── Example7_1_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_1_1.Form1.resources
│   │   │   │       │   ├── Example7_1_1.Properties.Resources.resources
│   │   │   │       │   ├── Example7_1_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_1_1.exe
│   │   │   │       │   ├── Example7_1_1.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example7_1_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_1_1.sln
│   │   │   └── Example7_1_1.suo
│   │   ├── Example7_2_1
│   │   │   ├── Example7_2_1
│   │   │   │   ├── Example7_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_2_1.exe
│   │   │   │   │       ├── Example7_2_1.pdb
│   │   │   │   │       ├── Example7_2_1.vshost.exe
│   │   │   │   │       └── temp.xml
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_2_1.Form1.resources
│   │   │   │       │   ├── Example7_2_1.Properties.Resources.resources
│   │   │   │       │   ├── Example7_2_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_2_1.exe
│   │   │   │       │   ├── Example7_2_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example7_2_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_2_1.sln
│   │   │   └── Example7_2_1.suo
│   │   ├── Example7_2_2
│   │   │   ├── Example7_2_2
│   │   │   │   ├── Example7_2_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_2_2.exe
│   │   │   │   │       ├── Example7_2_2.pdb
│   │   │   │   │       └── Example7_2_2.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_2_2.Form1.resources
│   │   │   │       │   ├── Example7_2_2.Properties.Resources.resources
│   │   │   │       │   ├── Example7_2_2.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_2_2.exe
│   │   │   │       │   ├── Example7_2_2.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example7_2_2.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_2_2.sln
│   │   │   └── Example7_2_2.suo
│   │   ├── Example7_2_3
│   │   │   ├── Example7_2_3
│   │   │   │   ├── Example7_2_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Resources
│   │   │   │   │   └── Winter.jpg
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_2_3.exe
│   │   │   │   │       ├── Example7_2_3.pdb
│   │   │   │   │       ├── Example7_2_3.vshost.exe
│   │   │   │   │       └── menus.xml
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_2_3.Form1.resources
│   │   │   │       │   ├── Example7_2_3.Properties.Resources.resources
│   │   │   │       │   ├── Example7_2_3.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_2_3.exe
│   │   │   │       │   ├── Example7_2_3.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       │       └── Properties.Resources.Designer.cs.dll
│   │   │   │       └── Example7_2_3.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_2_3.sln
│   │   │   └── Example7_2_3.suo
│   │   ├── Example7_2_4
│   │   │   ├── Example7_2_4
│   │   │   │   ├── Example7_2_4.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_2_4.exe
│   │   │   │   │       ├── Example7_2_4.pdb
│   │   │   │   │       └── Example7_2_4.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_2_4.Form1.resources
│   │   │   │       │   ├── Example7_2_4.Properties.Resources.resources
│   │   │   │       │   ├── Example7_2_4.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_2_4.exe
│   │   │   │       │   ├── Example7_2_4.pdb
│   │   │   │       │   ├── Refactor
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example7_2_4.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_2_4.sln
│   │   │   └── Example7_2_4.suo
│   │   ├── Example7_2_5
│   │   │   ├── Example7_2_5
│   │   │   │   ├── EmployeesDataSet.Designer.cs
│   │   │   │   ├── EmployeesDataSet.cs
│   │   │   │   ├── EmployeesDataSet.xsc
│   │   │   │   ├── EmployeesDataSet.xsd
│   │   │   │   ├── EmployeesDataSet.xss
│   │   │   │   ├── Example7_2_5.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example7_2_5.exe
│   │   │   │   │       ├── Example7_2_5.pdb
│   │   │   │   │       └── Example7_2_5.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_2_5.Form1.resources
│   │   │   │       │   ├── Example7_2_5.Properties.Resources.resources
│   │   │   │       │   ├── Example7_2_5.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_2_5.exe
│   │   │   │       │   ├── Example7_2_5.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       │       ├── DataSet.Designer.cs.dll
│   │   │   │       │       ├── EmployeesDataSet.Designer.cs.dll
│   │   │   │       │       └── EmployeesDataSet1.Designer.cs.dll
│   │   │   │       └── Example7_2_5.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_2_5.sln
│   │   │   └── Example7_2_5.suo
│   │   ├── Example7_3_1
│   │   │   ├── Example7_3_1
│   │   │   │   ├── Customers.xml
│   │   │   │   ├── Customers.xslt
│   │   │   │   ├── Example7_3_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.html
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Customers.xslt
│   │   │   │   │       ├── Example7_3_1.exe
│   │   │   │   │       ├── Example7_3_1.pdb
│   │   │   │   │       └── Example7_3_1.vshost.exe
│   │   │   │   └── obj
│   │   │   │       ├── Debug
│   │   │   │       │   ├── Example7_3_1.Form1.resources
│   │   │   │       │   ├── Example7_3_1.Properties.Resources.resources
│   │   │   │       │   ├── Example7_3_1.csproj.GenerateResource.Cache
│   │   │   │       │   ├── Example7_3_1.exe
│   │   │   │       │   ├── Example7_3_1.pdb
│   │   │   │       │   └── TempPE
│   │   │   │       └── Example7_3_1.csproj.FileListAbsolute.txt
│   │   │   ├── Example7_3_1.sln
│   │   │   └── Example7_3_1.suo
│   │   └── Example7_3_2
│   │       ├── Customers.xml
│   │       ├── Example7_3_2
│   │       │   ├── Example7_3_2.csproj
│   │       │   ├── Form1.Designer.cs
│   │       │   ├── Form1.cs
│   │       │   ├── Form1.resx
│   │       │   ├── Program.cs
│   │       │   ├── Properties
│   │       │   │   ├── AssemblyInfo.cs
│   │       │   │   ├── Resources.Designer.cs
│   │       │   │   ├── Resources.resx
│   │       │   │   ├── Settings.Designer.cs
│   │       │   │   └── Settings.settings
│   │       │   ├── bin
│   │       │   │   └── Debug
│   │       │   │       ├── Customers.xml
│   │       │   │       ├── Example7_3_2.exe
│   │       │   │       ├── Example7_3_2.pdb
│   │       │   │       └── Example7_3_2.vshost.exe
│   │       │   └── obj
│   │       │       ├── Debug
│   │       │       │   ├── Example7_3_2.Form1.resources
│   │       │       │   ├── Example7_3_2.Properties.Resources.resources
│   │       │       │   ├── Example7_3_2.csproj.GenerateResource.Cache
│   │       │       │   ├── Example7_3_2.exe
│   │       │       │   ├── Example7_3_2.pdb
│   │       │       │   └── TempPE
│   │       │       └── Example7_3_2.csproj.FileListAbsolute.txt
│   │       ├── Example7_3_2.sln
│   │       └── Example7_3_2.suo
│   ├── chapter8
│   │   ├── Example8_2_1
│   │   │   └── EmployeeLibrary
│   │   │       ├── EmployeeClient
│   │   │       │   ├── EmployeeServiceClient.csproj
│   │   │       │   ├── Form1.Designer.cs
│   │   │       │   ├── Form1.cs
│   │   │       │   ├── Form1.resx
│   │   │       │   ├── Program.cs
│   │   │       │   ├── Properties
│   │   │       │   │   ├── AssemblyInfo.cs
│   │   │       │   │   ├── DataSources
│   │   │       │   │   │   └── System.Data.DataSet.datasource
│   │   │       │   │   ├── Resources.Designer.cs
│   │   │       │   │   ├── Resources.resx
│   │   │       │   │   ├── Settings.Designer.cs
│   │   │       │   │   └── Settings.settings
│   │   │       │   ├── Service References
│   │   │       │   │   └── ServiceReference1
│   │   │       │   │       ├── EmployeeClient.ServiceReference1.Employee.datasource
│   │   │       │   │       ├── EmployeeService.disco
│   │   │       │   │       ├── EmployeeService.wsdl
│   │   │       │   │       ├── EmployeeService.xsd
│   │   │       │   │       ├── EmployeeService1.xsd
│   │   │       │   │       ├── EmployeeService2.xsd
│   │   │       │   │       ├── EmployeeService3.xsd
│   │   │       │   │       ├── Reference.cs
│   │   │       │   │       ├── Reference.svcmap
│   │   │       │   │       └── configuration.svcinfo
│   │   │       │   ├── app.config
│   │   │       │   ├── bin
│   │   │       │   │   └── Debug
│   │   │       │   │       ├── EmployeeClient.exe
│   │   │       │   │       ├── EmployeeClient.exe.config
│   │   │       │   │       ├── EmployeeClient.pdb
│   │   │       │   │       ├── EmployeeClient.vshost.exe
│   │   │       │   │       ├── EmployeeClient.vshost.exe.config
│   │   │       │   │       └── EmployeeClient.vshost.exe.manifest
│   │   │       │   └── obj
│   │   │       │       └── Debug
│   │   │       │           ├── EmployeeClient.Form1.resources
│   │   │       │           ├── EmployeeClient.Properties.Resources.resources
│   │   │       │           ├── EmployeeClient.exe
│   │   │       │           ├── EmployeeClient.pdb
│   │   │       │           ├── EmployeeServiceClient.csproj.FileListAbsolute.txt
│   │   │       │           ├── EmployeeServiceClient.csproj.GenerateResource.Cache
│   │   │       │           └── TempPE
│   │   │       │               └── Service References.ServiceReference1.Reference.cs.dll
│   │   │       ├── EmployeeLibrary
│   │   │       │   ├── App.config
│   │   │       │   ├── Employee.cs
│   │   │       │   ├── EmployeeLibrary.csproj
│   │   │       │   ├── EmployeeService.cs
│   │   │       │   ├── IEmployeeService.cs
│   │   │       │   ├── Properties
│   │   │       │   │   └── AssemblyInfo.cs
│   │   │       │   ├── bin
│   │   │       │   │   └── Debug
│   │   │       │   │       ├── EmployeeLibrary.dll
│   │   │       │   │       ├── EmployeeLibrary.dll.config
│   │   │       │   │       └── EmployeeLibrary.pdb
│   │   │       │   └── obj
│   │   │       │       └── Debug
│   │   │       │           ├── EmployeeLibrary.csproj.FileListAbsolute.txt
│   │   │       │           ├── EmployeeLibrary.dll
│   │   │       │           ├── EmployeeLibrary.pdb
│   │   │       │           └── TempPE
│   │   │       ├── EmployeeLibrary.sln
│   │   │       ├── EmployeeLibrary.suo
│   │   │       └── EmployeeServiceHostConsole
│   │   │           ├── App.config
│   │   │           ├── EmployeeServiceHostConsole.csproj
│   │   │           ├── Program.cs
│   │   │           ├── Properties
│   │   │           │   └── AssemblyInfo.cs
│   │   │           ├── bin
│   │   │           │   └── Debug
│   │   │           │       ├── EmployeeLibrary.dll
│   │   │           │       ├── EmployeeLibrary.pdb
│   │   │           │       ├── EmployeeServiceHostConsole.exe
│   │   │           │       ├── EmployeeServiceHostConsole.exe.config
│   │   │           │       ├── EmployeeServiceHostConsole.pdb
│   │   │           │       ├── EmployeeServiceHostConsole.vshost.exe
│   │   │           │       ├── EmployeeServiceHostConsole.vshost.exe.config
│   │   │           │       └── EmployeeServiceHostConsole.vshost.exe.manifest
│   │   │           └── obj
│   │   │               └── Debug
│   │   │                   ├── EmployeeServiceHostConsole.csproj.FileListAbsolute.txt
│   │   │                   ├── EmployeeServiceHostConsole.exe
│   │   │                   ├── EmployeeServiceHostConsole.pdb
│   │   │                   ├── ResolveAssemblyReference.cache
│   │   │                   └── TempPE
│   │   └── Example8_2_2
│   │       └── Service
│   │           ├── Client
│   │           │   ├── Client.csproj
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   └── AssemblyInfo.cs
│   │           │   ├── app.config
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── Client.exe
│   │           │   │       ├── Client.exe.config
│   │           │   │       ├── Client.pdb
│   │           │   │       ├── Client.vshost.exe
│   │           │   │       ├── Client.vshost.exe.config
│   │           │   │       └── Client.vshost.exe.manifest
│   │           │   ├── generateProxy.cs
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── Client.csproj.FileListAbsolute.txt
│   │           │           ├── Client.exe
│   │           │           ├── Client.pdb
│   │           │           └── TempPE
│   │           ├── Service
│   │           │   ├── Program.cs
│   │           │   ├── Properties
│   │           │   │   └── AssemblyInfo.cs
│   │           │   ├── Service.csproj
│   │           │   ├── bin
│   │           │   │   └── Debug
│   │           │   │       ├── Service.exe
│   │           │   │       ├── Service.pdb
│   │           │   │       ├── Service.vshost.exe
│   │           │   │       └── Service.vshost.exe.manifest
│   │           │   └── obj
│   │           │       └── Debug
│   │           │           ├── Service.csproj.FileListAbsolute.txt
│   │           │           ├── Service.exe
│   │           │           ├── Service.pdb
│   │           │           └── TempPE
│   │           ├── Service.sln
│   │           └── Service.suo
│   ├── chapter9
│   │   ├── Example9_2_1
│   │   │   ├── Example9_2_1
│   │   │   │   ├── Employee.cs
│   │   │   │   ├── Example9_2_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example9_2_1.exe
│   │   │   │   │       ├── Example9_2_1.pdb
│   │   │   │   │       ├── Example9_2_1.vshost.exe
│   │   │   │   │       └── Example9_2_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_2_1.Form1.resources
│   │   │   │           ├── Example9_2_1.Properties.Resources.resources
│   │   │   │           ├── Example9_2_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_2_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_2_1.exe
│   │   │   │           ├── Example9_2_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_2_1.sln
│   │   │   └── Example9_2_1.suo
│   │   ├── Example9_5_1
│   │   │   ├── Example9_5_1
│   │   │   │   ├── Example9_5_1.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example9_5_1.exe
│   │   │   │   │       ├── Example9_5_1.pdb
│   │   │   │   │       ├── Example9_5_1.vshost.exe
│   │   │   │   │       └── Example9_5_1.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_1.Form1.resources
│   │   │   │           ├── Example9_5_1.Properties.Resources.resources
│   │   │   │           ├── Example9_5_1.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_1.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_1.exe
│   │   │   │           ├── Example9_5_1.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_1.sln
│   │   │   └── Example9_5_1.suo
│   │   ├── Example9_5_10
│   │   │   ├── Example9_5_10
│   │   │   │   ├── Example9_5_10.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_10.exe
│   │   │   │   │       ├── Example9_5_10.pdb
│   │   │   │   │       ├── Example9_5_10.vshost.exe
│   │   │   │   │       ├── Example9_5_10.vshost.exe.manifest
│   │   │   │   │       └── customers.htm
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_10.Form1.resources
│   │   │   │           ├── Example9_5_10.Properties.Resources.resources
│   │   │   │           ├── Example9_5_10.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_10.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_10.exe
│   │   │   │           ├── Example9_5_10.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_10.sln
│   │   │   └── Example9_5_10.suo
│   │   ├── Example9_5_11
│   │   │   ├── Example9_5_11
│   │   │   │   ├── Example9_5_11.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_11.exe
│   │   │   │   │       ├── Example9_5_11.pdb
│   │   │   │   │       ├── Example9_5_11.vshost.exe
│   │   │   │   │       └── Example9_5_11.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_11.Form1.resources
│   │   │   │           ├── Example9_5_11.Properties.Resources.resources
│   │   │   │           ├── Example9_5_11.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_11.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_11.exe
│   │   │   │           ├── Example9_5_11.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_11.sln
│   │   │   └── Example9_5_11.suo
│   │   ├── Example9_5_2
│   │   │   ├── Example9_5_2
│   │   │   │   ├── Example9_5_2.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_2.exe
│   │   │   │   │       ├── Example9_5_2.pdb
│   │   │   │   │       ├── Example9_5_2.vshost.exe
│   │   │   │   │       └── Example9_5_2.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_2.Form1.resources
│   │   │   │           ├── Example9_5_2.Properties.Resources.resources
│   │   │   │           ├── Example9_5_2.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_2.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_2.exe
│   │   │   │           ├── Example9_5_2.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_2.sln
│   │   │   └── Example9_5_2.suo
│   │   ├── Example9_5_3
│   │   │   ├── Example9_5_3
│   │   │   │   ├── Example9_5_3.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_3.exe
│   │   │   │   │       ├── Example9_5_3.pdb
│   │   │   │   │       ├── Example9_5_3.vshost.exe
│   │   │   │   │       └── Example9_5_3.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_3.Form1.resources
│   │   │   │           ├── Example9_5_3.Properties.Resources.resources
│   │   │   │           ├── Example9_5_3.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_3.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_3.exe
│   │   │   │           ├── Example9_5_3.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_3.sln
│   │   │   └── Example9_5_3.suo
│   │   ├── Example9_5_4
│   │   │   ├── Example9_5_4
│   │   │   │   ├── Example9_5_4.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_4.exe
│   │   │   │   │       ├── Example9_5_4.pdb
│   │   │   │   │       ├── Example9_5_4.vshost.exe
│   │   │   │   │       └── Example9_5_4.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_4.Form1.resources
│   │   │   │           ├── Example9_5_4.Properties.Resources.resources
│   │   │   │           ├── Example9_5_4.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_4.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_4.exe
│   │   │   │           ├── Example9_5_4.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_4.sln
│   │   │   └── Example9_5_4.suo
│   │   ├── Example9_5_5
│   │   │   ├── Example9_5_5
│   │   │   │   ├── Example9_5_5.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_5.exe
│   │   │   │   │       ├── Example9_5_5.pdb
│   │   │   │   │       ├── Example9_5_5.vshost.exe
│   │   │   │   │       └── Example9_5_5.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_5.Form1.resources
│   │   │   │           ├── Example9_5_5.Properties.Resources.resources
│   │   │   │           ├── Example9_5_5.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_5.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_5.exe
│   │   │   │           ├── Example9_5_5.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_5.sln
│   │   │   └── Example9_5_5.suo
│   │   ├── Example9_5_6
│   │   │   ├── Example9_5_6
│   │   │   │   ├── Example9_5_6.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_6.exe
│   │   │   │   │       ├── Example9_5_6.pdb
│   │   │   │   │       ├── Example9_5_6.vshost.exe
│   │   │   │   │       └── Example9_5_6.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_6.Form1.resources
│   │   │   │           ├── Example9_5_6.Properties.Resources.resources
│   │   │   │           ├── Example9_5_6.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_6.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_6.exe
│   │   │   │           ├── Example9_5_6.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_6.sln
│   │   │   └── Example9_5_6.suo
│   │   ├── Example9_5_7
│   │   │   ├── Example9_5_7
│   │   │   │   ├── Example9_5_7.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Customers.xml
│   │   │   │   │       ├── Example9_5_7.exe
│   │   │   │   │       ├── Example9_5_7.pdb
│   │   │   │   │       ├── Example9_5_7.vshost.exe
│   │   │   │   │       └── Example9_5_7.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_7.Form1.resources
│   │   │   │           ├── Example9_5_7.Properties.Resources.resources
│   │   │   │           ├── Example9_5_7.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_7.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_7.exe
│   │   │   │           ├── Example9_5_7.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_7.sln
│   │   │   └── Example9_5_7.suo
│   │   ├── Example9_5_8
│   │   │   ├── Example9_5_8
│   │   │   │   ├── Example9_5_8.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example9_5_8.exe
│   │   │   │   │       ├── Example9_5_8.pdb
│   │   │   │   │       ├── Example9_5_8.vshost.exe
│   │   │   │   │       └── Example9_5_8.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_8.Form1.resources
│   │   │   │           ├── Example9_5_8.Properties.Resources.resources
│   │   │   │           ├── Example9_5_8.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_8.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_8.exe
│   │   │   │           ├── Example9_5_8.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_8.sln
│   │   │   └── Example9_5_8.suo
│   │   ├── Example9_5_9
│   │   │   ├── Customers.xml
│   │   │   ├── Customers.xsd
│   │   │   ├── Example9_5_9
│   │   │   │   ├── Example9_5_9.csproj
│   │   │   │   ├── Form1.Designer.cs
│   │   │   │   ├── Form1.cs
│   │   │   │   ├── Form1.resx
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │       ├── Example9_5_9.exe
│   │   │   │   │       ├── Example9_5_9.pdb
│   │   │   │   │       ├── Example9_5_9.vshost.exe
│   │   │   │   │       └── Example9_5_9.vshost.exe.manifest
│   │   │   │   └── obj
│   │   │   │       └── Debug
│   │   │   │           ├── Example9_5_9.Form1.resources
│   │   │   │           ├── Example9_5_9.Properties.Resources.resources
│   │   │   │           ├── Example9_5_9.csproj.FileListAbsolute.txt
│   │   │   │           ├── Example9_5_9.csproj.GenerateResource.Cache
│   │   │   │           ├── Example9_5_9.exe
│   │   │   │           ├── Example9_5_9.pdb
│   │   │   │           └── TempPE
│   │   │   ├── Example9_5_9.sln
│   │   │   └── Example9_5_9.suo
│   │   ├── PetCemetary.xml
│   │   └── Stocks.xml
│   └── 光盘使用说明.rtf
├── 深入理解C#中的XML-随书光盘.rar
└── 好例子网_深入理解C#中的XML(标签版)_含随书光盘源码.rar

488 directories, 1377 files


实例下载地址

深入理解C#中的XML(标签版)/含随书光盘源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警