基本信息
源码名称:Visual C#数据库高级教程源码
源码大小:0.67M
文件格式:.zip
开发语言:C#
更新时间:2023-07-18
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Visual C#数据库高级教程源码
.NET平台、C#语言基础和.NET平台支持的数据库开发环境,ADO.NET的基本组件和对象,使用Visual C# .NET的常用操作,数据库中存储过程、触发器、函数、游标以及它们在Visual C# .NET开发环境中的使用方法,事务的相关...
文件清单
└── Visual C#数据库高级教程
├── ch04
│ ├── DeleteRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DeleteRecord.exe
│ │ │ └── DeleteRecord.pdb
│ │ ├── DeleteRecord.csproj
│ │ ├── DeleteRecord.csproj.user
│ │ ├── DeleteRecord.sln
│ │ ├── DeleteRecord.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DeleteRecord.exe
│ │ ├── DeleteRecord.pdb
│ │ ├── DeleteRecord.projdata
│ │ ├── InsertDataToDB01.Form1.resources
│ │ ├── temp
│ │ └── TempPE
│ ├── InsertRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── InsertRecord.exe
│ │ │ └── InsertRecord.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── InsertRecord.csproj
│ │ ├── InsertRecord.csproj.user
│ │ ├── InsertRecord.sln
│ │ ├── InsertRecord.suo
│ │ └── obj
│ │ └── Debug
│ │ ├── InsertDataToDB01.Form1.resources
│ │ ├── InsertRecord.exe
│ │ ├── InsertRecord.pdb
│ │ ├── InsertRecord.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── Readme.txt
│ ├── SelectbyDataAdapter
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SelectbyDataAdapter.exe
│ │ │ └── SelectbyDataAdapter.pdb
│ │ ├── Class1.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SelectbyDataAdapter.exe
│ │ │ ├── SelectbyDataAdapter.pdb
│ │ │ ├── SelectbyDataAdapter.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── SelectbyDataAdapter.csproj
│ │ ├── SelectbyDataAdapter.csproj.user
│ │ ├── SelectbyDataAdapter.sln
│ │ └── SelectbyDataAdapter.suo
│ ├── SelectbyDataReader
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SelectbyDataReader.exe
│ │ │ └── SelectbyDataReader.pdb
│ │ ├── Class1.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SelectbyDataReader.exe
│ │ │ ├── SelectbyDataReader.pdb
│ │ │ ├── SelectbyDataReader.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── SelectbyDataReader.csproj
│ │ ├── SelectbyDataReader.csproj.user
│ │ ├── SelectbyDataReader.sln
│ │ └── SelectbyDataReader.suo
│ ├── UpdateRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UpdateRecord.exe
│ │ │ └── UpdateRecord.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── InsertDataToDB01.Form1.resources
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── UpdateRecord.exe
│ │ │ ├── UpdateRecord.pdb
│ │ │ └── UpdateRecord.projdata
│ │ ├── UpdateRecord.csproj
│ │ ├── UpdateRecord.csproj.user
│ │ ├── UpdateRecord.sln
│ │ └── UpdateRecord.suo
│ ├── WebDataGrid
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── WebDataGrid.dll
│ │ │ └── WebDataGrid.pdb
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── index.aspx.resx
│ │ ├── Web.config
│ │ ├── WebDataGrid.csproj
│ │ └── WebDataGrid.csproj.webinfo
│ └── WebListBox
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── WebListBox.dll
│ │ └── WebListBox.pdb
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── ShowListBox.aspx
│ ├── ShowListBox.aspx.cs
│ ├── ShowListBox.aspx.resx
│ ├── Web.config
│ ├── WebListBox.csproj
│ └── WebListBox.csproj.webinfo
├── ch07
│ ├── InsertOrder.sql
│ ├── readme.txt
│ └── Transaction
│ ├── AddOrders.cs
│ ├── AddOrders.resx
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Transaction.exe
│ │ └── Transaction.pdb
│ ├── image
│ │ └── 0044.jpg
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── Transaction.AddOrders.resources
│ │ ├── Transaction.exe
│ │ ├── Transaction.pdb
│ │ └── Transaction.projdata
│ ├── Transaction.csproj
│ ├── Transaction.csproj.user
│ ├── Transaction.sln
│ └── Transaction.suo
├── ch08
│ ├── Backup
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Backup.csproj
│ │ ├── Backup.csproj.user
│ │ ├── Backup.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Backup.exe
│ │ │ └── Backup.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── Backup.exe
│ │ ├── Backup.Form1.resources
│ │ ├── Backup.pdb
│ │ ├── Backup.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── BackUp_pubs.sql
│ └── readme.txt
├── ch10
│ ├── readme.txt
│ └── 员工业绩考察系统
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 员工业绩考察系统.exe
│ │ └── 员工业绩考察系统.pdb
│ ├── check.cs
│ ├── check.resx
│ ├── {DAE3A01D-2E84-48DE-8F94-75B7BEC491A9}.rpt
│ ├── MyCrystal.cs
│ ├── MyCrystal.rpt
│ ├── MyDataSet.cs
│ ├── MyDataSet.xsd
│ ├── MyDataSet.xsx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ │ ├── MyCrystal.cs.dll
│ │ │ └── MyDataSet.cs.dll
│ │ ├── 员工业绩考察系统.exe
│ │ ├── 员工业绩考察系统.Form1.resources
│ │ ├── 员工业绩考察系统.pdb
│ │ └── 员工业绩考察系统.projdata
│ ├── 员工业绩考察系统.csproj
│ ├── 员工业绩考察系统.csproj.user
│ ├── 员工业绩考察系统.sln
│ └── 员工业绩考察系统.suo
├── ch11
│ ├── readme.txt
│ ├── XMLDOMReadWinApp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── merchandise.xml
│ │ │ ├── XMLDOMReadWinApp.exe
│ │ │ └── XMLDOMReadWinApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── XMLDOMReadWinApp.exe
│ │ │ ├── XMLDOMReadWinApp.Form1.resources
│ │ │ ├── XMLDOMReadWinApp.pdb
│ │ │ └── XMLDOMReadWinApp.projdata
│ │ ├── XMLDOMReadWinApp.csproj
│ │ ├── XMLDOMReadWinApp.csproj.user
│ │ ├── XMLDOMReadWinApp.sln
│ │ └── XMLDOMReadWinApp.suo
│ ├── XMLDOMWriteWinApp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── employees.xml
│ │ │ ├── XMLDOMWriteWinApp.exe
│ │ │ └── XMLDOMWriteWinApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── XMLDOMWriteWinApp.exe
│ │ │ ├── XMLDOMWriteWinApp.Form1.resources
│ │ │ ├── XMLDOMWriteWinApp.pdb
│ │ │ └── XMLDOMWriteWinApp.projdata
│ │ ├── XMLDOMWriteWinApp.csproj
│ │ ├── XMLDOMWriteWinApp.csproj.user
│ │ └── XMLDOMWriteWinApp.suo
│ └── XmlWriterWinApp
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── XmlWriterWinApp.exe
│ │ ├── XmlWriterWinApp.pdb
│ │ └── xmlwriter.xml
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── XmlWriterWinApp01.exe
│ │ ├── XmlWriterWinApp01.pdb
│ │ ├── XmlWriterWinApp01.projdata
│ │ ├── XmlWriterWinApp.exe
│ │ ├── XmlWriterWinApp.Form1.resources
│ │ ├── XmlWriterWinApp.pdb
│ │ └── XmlWriterWinApp.projdata
│ ├── XmlWriterWinApp01.suo
│ ├── XmlWriterWinApp.csproj
│ ├── XmlWriterWinApp.csproj.user
│ └── XmlWriterWinApp.suo
├── ch12
│ ├── CountEmployee.sql
│ ├── EmployeeWebService
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── EmployeeWebService.dll
│ │ │ └── EmployeeWebService.pdb
│ │ ├── employee1.cs
│ │ ├── employee1.xsd
│ │ ├── employee1.xsx
│ │ ├── EmployeeService.asmx
│ │ ├── EmployeeService.asmx.cs
│ │ ├── EmployeeService.asmx.resx
│ │ ├── EmployeeWebService.csproj
│ │ ├── EmployeeWebService.csproj.webinfo
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ ├── EmployeeWinClient
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EmployeeWinClient.exe
│ │ │ │ └── EmployeeWinClient.pdb
│ │ │ └── Release
│ │ │ └── EmployeeWinClient.exe
│ │ ├── EmployeeWinClient.csproj
│ │ ├── EmployeeWinClient.csproj.user
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── EmployeeWinClient.exe
│ │ │ │ ├── EmployeeWinClient.Form1.resources
│ │ │ │ ├── EmployeeWinClient.pdb
│ │ │ │ ├── EmployeeWinClient.projdata
│ │ │ │ ├── temp
│ │ │ │ └── TempPE
│ │ │ │ └── Web References.localhost.Reference.cs.dll
│ │ │ └── Release
│ │ │ ├── EmployeeWinClient.exe
│ │ │ ├── EmployeeWinClient.Form1.resources
│ │ │ ├── EmployeeWinClient.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ │ ├── Web References.localhost1.Reference.cs.dll
│ │ │ └── Web References.localhost.Reference.cs.dll
│ │ └── Web References
│ │ └── localhost
│ │ ├── employee1.xsd
│ │ ├── EmployeeService.disco
│ │ ├── EmployeeService.wsdl
│ │ ├── Reference.cs
│ │ └── Reference.map
│ └── readme.txt
└── Readme.txt
108 directories, 242 files
Visual C#数据库高级教程源码
.NET平台、C#语言基础和.NET平台支持的数据库开发环境,ADO.NET的基本组件和对象,使用Visual C# .NET的常用操作,数据库中存储过程、触发器、函数、游标以及它们在Visual C# .NET开发环境中的使用方法,事务的相关...
文件清单
└── Visual C#数据库高级教程
├── ch04
│ ├── DeleteRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DeleteRecord.exe
│ │ │ └── DeleteRecord.pdb
│ │ ├── DeleteRecord.csproj
│ │ ├── DeleteRecord.csproj.user
│ │ ├── DeleteRecord.sln
│ │ ├── DeleteRecord.suo
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── DeleteRecord.exe
│ │ ├── DeleteRecord.pdb
│ │ ├── DeleteRecord.projdata
│ │ ├── InsertDataToDB01.Form1.resources
│ │ ├── temp
│ │ └── TempPE
│ ├── InsertRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── InsertRecord.exe
│ │ │ └── InsertRecord.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── InsertRecord.csproj
│ │ ├── InsertRecord.csproj.user
│ │ ├── InsertRecord.sln
│ │ ├── InsertRecord.suo
│ │ └── obj
│ │ └── Debug
│ │ ├── InsertDataToDB01.Form1.resources
│ │ ├── InsertRecord.exe
│ │ ├── InsertRecord.pdb
│ │ ├── InsertRecord.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── Readme.txt
│ ├── SelectbyDataAdapter
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SelectbyDataAdapter.exe
│ │ │ └── SelectbyDataAdapter.pdb
│ │ ├── Class1.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SelectbyDataAdapter.exe
│ │ │ ├── SelectbyDataAdapter.pdb
│ │ │ ├── SelectbyDataAdapter.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── SelectbyDataAdapter.csproj
│ │ ├── SelectbyDataAdapter.csproj.user
│ │ ├── SelectbyDataAdapter.sln
│ │ └── SelectbyDataAdapter.suo
│ ├── SelectbyDataReader
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── SelectbyDataReader.exe
│ │ │ └── SelectbyDataReader.pdb
│ │ ├── Class1.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── SelectbyDataReader.exe
│ │ │ ├── SelectbyDataReader.pdb
│ │ │ ├── SelectbyDataReader.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ ├── SelectbyDataReader.csproj
│ │ ├── SelectbyDataReader.csproj.user
│ │ ├── SelectbyDataReader.sln
│ │ └── SelectbyDataReader.suo
│ ├── UpdateRecord
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── UpdateRecord.exe
│ │ │ └── UpdateRecord.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── InsertDataToDB01.Form1.resources
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── UpdateRecord.exe
│ │ │ ├── UpdateRecord.pdb
│ │ │ └── UpdateRecord.projdata
│ │ ├── UpdateRecord.csproj
│ │ ├── UpdateRecord.csproj.user
│ │ ├── UpdateRecord.sln
│ │ └── UpdateRecord.suo
│ ├── WebDataGrid
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── WebDataGrid.dll
│ │ │ └── WebDataGrid.pdb
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── index.aspx.resx
│ │ ├── Web.config
│ │ ├── WebDataGrid.csproj
│ │ └── WebDataGrid.csproj.webinfo
│ └── WebListBox
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── WebListBox.dll
│ │ └── WebListBox.pdb
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Global.asax.resx
│ ├── ShowListBox.aspx
│ ├── ShowListBox.aspx.cs
│ ├── ShowListBox.aspx.resx
│ ├── Web.config
│ ├── WebListBox.csproj
│ └── WebListBox.csproj.webinfo
├── ch07
│ ├── InsertOrder.sql
│ ├── readme.txt
│ └── Transaction
│ ├── AddOrders.cs
│ ├── AddOrders.resx
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Transaction.exe
│ │ └── Transaction.pdb
│ ├── image
│ │ └── 0044.jpg
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── Transaction.AddOrders.resources
│ │ ├── Transaction.exe
│ │ ├── Transaction.pdb
│ │ └── Transaction.projdata
│ ├── Transaction.csproj
│ ├── Transaction.csproj.user
│ ├── Transaction.sln
│ └── Transaction.suo
├── ch08
│ ├── Backup
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Backup.csproj
│ │ ├── Backup.csproj.user
│ │ ├── Backup.suo
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Backup.exe
│ │ │ └── Backup.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ └── obj
│ │ └── Debug
│ │ ├── Backup.exe
│ │ ├── Backup.Form1.resources
│ │ ├── Backup.pdb
│ │ ├── Backup.projdata
│ │ ├── temp
│ │ └── TempPE
│ ├── BackUp_pubs.sql
│ └── readme.txt
├── ch10
│ ├── readme.txt
│ └── 员工业绩考察系统
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── 员工业绩考察系统.exe
│ │ └── 员工业绩考察系统.pdb
│ ├── check.cs
│ ├── check.resx
│ ├── {DAE3A01D-2E84-48DE-8F94-75B7BEC491A9}.rpt
│ ├── MyCrystal.cs
│ ├── MyCrystal.rpt
│ ├── MyDataSet.cs
│ ├── MyDataSet.xsd
│ ├── MyDataSet.xsx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ │ ├── MyCrystal.cs.dll
│ │ │ └── MyDataSet.cs.dll
│ │ ├── 员工业绩考察系统.exe
│ │ ├── 员工业绩考察系统.Form1.resources
│ │ ├── 员工业绩考察系统.pdb
│ │ └── 员工业绩考察系统.projdata
│ ├── 员工业绩考察系统.csproj
│ ├── 员工业绩考察系统.csproj.user
│ ├── 员工业绩考察系统.sln
│ └── 员工业绩考察系统.suo
├── ch11
│ ├── readme.txt
│ ├── XMLDOMReadWinApp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── merchandise.xml
│ │ │ ├── XMLDOMReadWinApp.exe
│ │ │ └── XMLDOMReadWinApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── XMLDOMReadWinApp.exe
│ │ │ ├── XMLDOMReadWinApp.Form1.resources
│ │ │ ├── XMLDOMReadWinApp.pdb
│ │ │ └── XMLDOMReadWinApp.projdata
│ │ ├── XMLDOMReadWinApp.csproj
│ │ ├── XMLDOMReadWinApp.csproj.user
│ │ ├── XMLDOMReadWinApp.sln
│ │ └── XMLDOMReadWinApp.suo
│ ├── XMLDOMWriteWinApp
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── employees.xml
│ │ │ ├── XMLDOMWriteWinApp.exe
│ │ │ └── XMLDOMWriteWinApp.pdb
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── temp
│ │ │ ├── TempPE
│ │ │ ├── XMLDOMWriteWinApp.exe
│ │ │ ├── XMLDOMWriteWinApp.Form1.resources
│ │ │ ├── XMLDOMWriteWinApp.pdb
│ │ │ └── XMLDOMWriteWinApp.projdata
│ │ ├── XMLDOMWriteWinApp.csproj
│ │ ├── XMLDOMWriteWinApp.csproj.user
│ │ └── XMLDOMWriteWinApp.suo
│ └── XmlWriterWinApp
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── XmlWriterWinApp.exe
│ │ ├── XmlWriterWinApp.pdb
│ │ └── xmlwriter.xml
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── obj
│ │ └── Debug
│ │ ├── temp
│ │ ├── TempPE
│ │ ├── XmlWriterWinApp01.exe
│ │ ├── XmlWriterWinApp01.pdb
│ │ ├── XmlWriterWinApp01.projdata
│ │ ├── XmlWriterWinApp.exe
│ │ ├── XmlWriterWinApp.Form1.resources
│ │ ├── XmlWriterWinApp.pdb
│ │ └── XmlWriterWinApp.projdata
│ ├── XmlWriterWinApp01.suo
│ ├── XmlWriterWinApp.csproj
│ ├── XmlWriterWinApp.csproj.user
│ └── XmlWriterWinApp.suo
├── ch12
│ ├── CountEmployee.sql
│ ├── EmployeeWebService
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── EmployeeWebService.dll
│ │ │ └── EmployeeWebService.pdb
│ │ ├── employee1.cs
│ │ ├── employee1.xsd
│ │ ├── employee1.xsx
│ │ ├── EmployeeService.asmx
│ │ ├── EmployeeService.asmx.cs
│ │ ├── EmployeeService.asmx.resx
│ │ ├── EmployeeWebService.csproj
│ │ ├── EmployeeWebService.csproj.webinfo
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── _vti_cnf
│ │ ├── _vti_pvt
│ │ │ ├── access.cnf
│ │ │ ├── deptodoc.btr
│ │ │ ├── doctodep.btr
│ │ │ ├── service.cnf
│ │ │ ├── service.lck
│ │ │ └── services.cnf
│ │ ├── _vti_script
│ │ ├── _vti_txt
│ │ └── Web.config
│ ├── EmployeeWinClient
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EmployeeWinClient.exe
│ │ │ │ └── EmployeeWinClient.pdb
│ │ │ └── Release
│ │ │ └── EmployeeWinClient.exe
│ │ ├── EmployeeWinClient.csproj
│ │ ├── EmployeeWinClient.csproj.user
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── EmployeeWinClient.exe
│ │ │ │ ├── EmployeeWinClient.Form1.resources
│ │ │ │ ├── EmployeeWinClient.pdb
│ │ │ │ ├── EmployeeWinClient.projdata
│ │ │ │ ├── temp
│ │ │ │ └── TempPE
│ │ │ │ └── Web References.localhost.Reference.cs.dll
│ │ │ └── Release
│ │ │ ├── EmployeeWinClient.exe
│ │ │ ├── EmployeeWinClient.Form1.resources
│ │ │ ├── EmployeeWinClient.projdata
│ │ │ ├── temp
│ │ │ └── TempPE
│ │ │ ├── Web References.localhost1.Reference.cs.dll
│ │ │ └── Web References.localhost.Reference.cs.dll
│ │ └── Web References
│ │ └── localhost
│ │ ├── employee1.xsd
│ │ ├── EmployeeService.disco
│ │ ├── EmployeeService.wsdl
│ │ ├── Reference.cs
│ │ └── Reference.map
│ └── readme.txt
└── Readme.txt
108 directories, 242 files