在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → Visual C#+SQL+Server数据库开发与实例》源文件

Visual C#+SQL+Server数据库开发与实例》源文件

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:11.81M
  • 下载次数:11
  • 浏览次数:52
  • 发布时间:2023-09-17
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Server 数据库 sql C# 源文件

实例介绍

【实例简介】Visual C# SQL Server数据库开发与实例》源文件
Visual C# SQL Server数据库开发与实例》源文件 京华志&精华志出品 希望大家互相学习,互相进步 支持CSDN 支持微软

【实例截图】

from clipboard

【核心代码】

.
├── Visual C%23 %2B SQL Server数据库开发与实例》源文件
│   └── 源文件
│       ├── CHAP03
│       │   ├── StoreOnline
│       │   │   ├── AddToCart.aspx
│       │   │   ├── AddToCart.aspx.cs
│       │   │   ├── AddToCart.aspx.resx
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CSS
│       │   │   │   └── Css1.css
│       │   │   ├── CheckOut.aspx
│       │   │   ├── CheckOut.aspx.cs
│       │   │   ├── CheckOut.aspx.resx
│       │   │   ├── Default.aspx
│       │   │   ├── Default.aspx.cs
│       │   │   ├── Default.aspx.resx
│       │   │   ├── Foot.ascx
│       │   │   ├── Foot.ascx.cs
│       │   │   ├── Foot.ascx.resx
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── Head.ascx
│       │   │   ├── Head.ascx.cs
│       │   │   ├── Head.ascx.resx
│       │   │   ├── Images
│       │   │   │   ├── BACK.GIF
│       │   │   │   ├── Thumbs.db
│       │   │   │   ├── button_search.jpg
│       │   │   │   ├── left_bg_3.gif
│       │   │   │   ├── login.gif
│       │   │   │   ├── login_b.jpg
│       │   │   │   ├── login_l.jpg
│       │   │   │   ├── login_r.jpg
│       │   │   │   ├── login_t.jpg
│       │   │   │   ├── prosearch.jpg
│       │   │   │   ├── reg.gif
│       │   │   │   └── top1.gif
│       │   │   ├── LogOut.aspx
│       │   │   ├── LogOut.aspx.cs
│       │   │   ├── LogOut.aspx.resx
│       │   │   ├── Navigator.ascx
│       │   │   ├── Navigator.ascx.cs
│       │   │   ├── Navigator.ascx.resx
│       │   │   ├── OrderDetails.aspx
│       │   │   ├── OrderDetails.aspx.cs
│       │   │   ├── OrderDetails.aspx.resx
│       │   │   ├── OrderList.aspx
│       │   │   ├── OrderList.aspx.cs
│       │   │   ├── OrderList.aspx.resx
│       │   │   ├── Popular.ascx
│       │   │   ├── Popular.ascx.cs
│       │   │   ├── Popular.ascx.resx
│       │   │   ├── ProDetails.aspx
│       │   │   ├── ProDetails.aspx.cs
│       │   │   ├── ProDetails.aspx.resx
│       │   │   ├── ProImages
│       │   │   │   └── thumbs
│       │   │   │       ├── Thumbs.db
│       │   │   │       └── image.gif
│       │   │   ├── ProList.aspx
│       │   │   ├── ProList.aspx.cs
│       │   │   ├── ProList.aspx.resx
│       │   │   ├── Search.ascx
│       │   │   ├── Search.ascx.cs
│       │   │   ├── Search.ascx.resx
│       │   │   ├── SearchResult.aspx
│       │   │   ├── SearchResult.aspx.cs
│       │   │   ├── SearchResult.aspx.resx
│       │   │   ├── ShoppingCart.aspx
│       │   │   ├── ShoppingCart.aspx.cs
│       │   │   ├── ShoppingCart.aspx.resx
│       │   │   ├── StoreDBO.cs
│       │   │   ├── StoreOnline.csproj
│       │   │   ├── StoreOnline.csproj.webinfo
│       │   │   ├── StoreOnline.sln
│       │   │   ├── StoreOnline.suo
│       │   │   ├── Test.aspx
│       │   │   ├── Test.aspx.cs
│       │   │   ├── Test.aspx.resx
│       │   │   ├── Web.config
│       │   │   ├── bin
│       │   │   │   ├── StoreOnline.dll
│       │   │   │   └── StoreOnline.pdb
│       │   │   ├── login.aspx
│       │   │   ├── login.aspx.cs
│       │   │   └── login.aspx.resx
│       │   └── 数据库
│       │       ├── StoreOnline.mdf
│       │       └── StoreOnline_log.LDF
│       ├── CHAP04
│       │   ├── TestOnline
│       │   │   ├── AddPaper.aspx
│       │   │   ├── AddPaper.aspx.cs
│       │   │   ├── AddPaper.aspx.resx
│       │   │   ├── AddQuestions.aspx
│       │   │   ├── AddQuestions.aspx.cs
│       │   │   ├── AddQuestions.aspx.resx
│       │   │   ├── Analysis.aspx
│       │   │   ├── Analysis.aspx.cs
│       │   │   ├── Analysis.aspx.resx
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── ChartPic_000001.png
│       │   │   ├── ChartPic_000002.png
│       │   │   ├── ChartPic_000003.png
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── Images
│       │   │   │   ├── Thumbs.db
│       │   │   │   └── top.gif
│       │   │   ├── Login.aspx
│       │   │   ├── Login.aspx.cs
│       │   │   ├── Login.aspx.resx
│       │   │   ├── StuDefault.aspx
│       │   │   ├── StuDefault.aspx.cs
│       │   │   ├── StuDefault.aspx.resx
│       │   │   ├── TDefault.aspx
│       │   │   ├── TDefault.aspx.cs
│       │   │   ├── TDefault.aspx.resx
│       │   │   ├── TestOnline.csproj
│       │   │   ├── TestOnline.csproj.webinfo
│       │   │   ├── TestOnline.sln
│       │   │   ├── TestOnline.suo
│       │   │   ├── TestRoom.aspx
│       │   │   ├── TestRoom.aspx.cs
│       │   │   ├── TestRoom.aspx.resx
│       │   │   ├── Thumbs.db
│       │   │   ├── Web.config
│       │   │   ├── bin
│       │   │   │   ├── TestOnline.dll
│       │   │   │   ├── TestOnline.pdb
│       │   │   │   ├── dundaswebchart.dll
│       │   │   │   └── dundaswebchart.xml
│       │   │   └── licenses.licx
│       │   ├── readme.txt
│       │   └── 数据库
│       │       ├── TestOnline_Data.MDF
│       │       └── TestOnline_Log.LDF
│       ├── CHAP05
│       │   ├── ClassOnline
│       │   │   ├── AddrList.aspx
│       │   │   ├── AddrList.aspx.cs
│       │   │   ├── AddrList.aspx.resx
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Board.aspx
│       │   │   ├── Board.aspx.cs
│       │   │   ├── Board.aspx.resx
│       │   │   ├── ClassOnline.csproj
│       │   │   ├── ClassOnline.csproj.webinfo
│       │   │   ├── ClassOnline.sln
│       │   │   ├── ClassOnline.suo
│       │   │   ├── Default.aspx
│       │   │   ├── Default.aspx.cs
│       │   │   ├── Default.aspx.resx
│       │   │   ├── DelMsg.aspx
│       │   │   ├── DelMsg.aspx.cs
│       │   │   ├── DelMsg.aspx.resx
│       │   │   ├── EditMsg.aspx
│       │   │   ├── EditMsg.aspx.cs
│       │   │   ├── EditMsg.aspx.resx
│       │   │   ├── Find_cl.aspx
│       │   │   ├── Find_cl.aspx.cs
│       │   │   ├── Find_cl.aspx.resx
│       │   │   ├── Find_cl2.aspx
│       │   │   ├── Find_cl2.aspx.cs
│       │   │   ├── Find_cl2.aspx.resx
│       │   │   ├── Find_cl3.aspx
│       │   │   ├── Find_cl3.aspx.cs
│       │   │   ├── Find_cl3.aspx.resx
│       │   │   ├── Find_end.aspx
│       │   │   ├── Find_end.aspx.cs
│       │   │   ├── Find_end.aspx.resx
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── LockMsg.aspx
│       │   │   ├── LockMsg.aspx.cs
│       │   │   ├── LockMsg.aspx.resx
│       │   │   ├── Reg.aspx
│       │   │   ├── Reg.aspx.cs
│       │   │   ├── Reg.aspx.resx
│       │   │   ├── UlockMsg.aspx
│       │   │   ├── UlockMsg.aspx.cs
│       │   │   ├── UlockMsg.aspx.resx
│       │   │   ├── UserInfo.dtq
│       │   │   ├── Web.config
│       │   │   ├── Welcome.aspx
│       │   │   ├── Welcome.aspx.cs
│       │   │   ├── Welcome.aspx.resx
│       │   │   ├── bin
│       │   │   │   ├── ClassOnline.dll
│       │   │   │   └── ClassOnline.pdb
│       │   │   ├── image
│       │   │   │   ├── 0.gif
│       │   │   │   ├── 1.gif
│       │   │   │   ├── Thumbs.db
│       │   │   │   ├── bar1.gif
│       │   │   │   ├── favo00.gif
│       │   │   │   ├── home00.gif
│       │   │   │   ├── l3.gif
│       │   │   │   ├── logo.gif
│       │   │   │   └── more1.gif
│       │   │   └── myStyle.css
│       │   └── 数据库
│       │       ├── ClassOnline_Data.MDF
│       │       └── ClassOnline_Log.LDF
│       ├── CHAP06
│       │   ├── OfficeOnline
│       │   │   ├── AddAdvice.aspx
│       │   │   ├── AddAdvice.aspx.cs
│       │   │   ├── AddAdvice.aspx.resx
│       │   │   ├── AddDpt.aspx
│       │   │   ├── AddDpt.aspx.cs
│       │   │   ├── AddDpt.aspx.resx
│       │   │   ├── AddSch.aspx
│       │   │   ├── AddSch.aspx.cs
│       │   │   ├── AddSch.aspx.resx
│       │   │   ├── Advice.aspx
│       │   │   ├── Advice.aspx.cs
│       │   │   ├── Advice.aspx.resx
│       │   │   ├── AdviceDetail.aspx
│       │   │   ├── AdviceDetail.aspx.cs
│       │   │   ├── AdviceDetail.aspx.resx
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── BlnAdd.aspx
│       │   │   ├── BlnAdd.aspx.cs
│       │   │   ├── BlnAdd.aspx.resx
│       │   │   ├── BlnManage.aspx
│       │   │   ├── BlnManage.aspx.cs
│       │   │   ├── BlnManage.aspx.resx
│       │   │   ├── BlnModify.aspx
│       │   │   ├── BlnModify.aspx.cs
│       │   │   ├── BlnModify.aspx.resx
│       │   │   ├── Bulletin.aspx
│       │   │   ├── Bulletin.aspx.cs
│       │   │   ├── Bulletin.aspx.resx
│       │   │   ├── Default.aspx
│       │   │   ├── Default.aspx.cs
│       │   │   ├── Default.aspx.resx
│       │   │   ├── Department.aspx
│       │   │   ├── Department.aspx.cs
│       │   │   ├── Department.aspx.resx
│       │   │   ├── DptModify.aspx
│       │   │   ├── DptModify.aspx.cs
│       │   │   ├── DptModify.aspx.resx
│       │   │   ├── EmpAdd.aspx
│       │   │   ├── EmpAdd.aspx.cs
│       │   │   ├── EmpAdd.aspx.resx
│       │   │   ├── EmpDetail.aspx
│       │   │   ├── EmpDetail.aspx.cs
│       │   │   ├── EmpDetail.aspx.resx
│       │   │   ├── EmpManage.aspx
│       │   │   ├── EmpManage.aspx.cs
│       │   │   ├── EmpManage.aspx.resx
│       │   │   ├── Global.asax
│       │   │   ├── Global.asax.cs
│       │   │   ├── Global.asax.resx
│       │   │   ├── Images
│       │   │   │   ├── Thumbs.db
│       │   │   │   ├── Top1.gif
│       │   │   │   ├── Water lilies.jpg
│       │   │   │   ├── add_small.gif
│       │   │   │   ├── day.gif
│       │   │   │   ├── delete.gif
│       │   │   │   ├── fmback1.gif
│       │   │   │   ├── left_arrow.gif
│       │   │   │   ├── month.gif
│       │   │   │   ├── query.gif
│       │   │   │   ├── right_arrow.gif
│       │   │   │   ├── saveexi.gif
│       │   │   │   ├── week.gif
│       │   │   │   ├── 发表留言.gif
│       │   │   │   ├── 添加公告.gif
│       │   │   │   ├── 添加员工.gif
│       │   │   │   └── 添加部门.gif
│       │   │   ├── Login.aspx
│       │   │   ├── Login.aspx.cs
│       │   │   ├── Login.aspx.resx
│       │   │   ├── OfficeOnline.csproj
│       │   │   ├── OfficeOnline.csproj.webinfo
│       │   │   ├── OfficeOnline.sln
│       │   │   ├── OfficeOnline.suo
│       │   │   ├── SchByDay.aspx
│       │   │   ├── SchByDay.aspx.cs
│       │   │   ├── SchByDay.aspx.resx
│       │   │   ├── SchContent.aspx
│       │   │   ├── SchContent.aspx.cs
│       │   │   ├── SchContent.aspx.resx
│       │   │   ├── SchManage.aspx
│       │   │   ├── SchManage.aspx.cs
│       │   │   ├── SchManage.aspx.resx
│       │   │   ├── Web.config
│       │   │   └── bin
│       │   │       ├── OfficeOnline.dll
│       │   │       └── OfficeOnline.pdb
│       │   └── 数据库
│       │       ├── OfficeOnline_Data.MDF
│       │       └── OfficeOnline_Log.LDF
│       ├── CHAP07
│       │   ├── EAlbum
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Attribute.cs
│       │   │   ├── Attribute.resx
│       │   │   ├── List.cs
│       │   │   ├── List.resx
│       │   │   ├── Model.cs
│       │   │   ├── Observer.cs
│       │   │   ├── Search.cs
│       │   │   ├── Search.resx
│       │   │   ├── TreeItem.cs
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── EAlbum.exe
│       │   │   │       ├── EAlbum.pdb
│       │   │   │       └── zh-CHS
│       │   │   │           └── EAlbum.resources.dll
│       │   │   ├── control.cs
│       │   │   ├── control.resx
│       │   │   ├── control.zh-CHS.resx
│       │   │   ├── img
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── EAlbum.Attribute.resources
│       │   │   │       ├── EAlbum.Form1.resources
│       │   │   │       ├── EAlbum.Form1.zh-CHS.resources
│       │   │   │       ├── EAlbum.List.resources
│       │   │   │       ├── EAlbum.Search.resources
│       │   │   │       ├── EAlbum.View1.resources
│       │   │   │       ├── EAlbum.exe
│       │   │   │       ├── EAlbum.exe.incr
│       │   │   │       ├── EAlbum.pdb
│       │   │   │       ├── EAlbum.picture.resources
│       │   │   │       ├── EAlbum.projdata
│       │   │   │       ├── EAlbum.projdata1
│       │   │   │       ├── TempPE
│       │   │   │       ├── temp
│       │   │   │       ├── zh-CHS
│       │   │   │       │   └── EAlbum.resources.dll
│       │   │   │       └── 电子相册.projdata
│       │   │   ├── picture.cs
│       │   │   ├── picture.resx
│       │   │   ├── 电子相册.csproj
│       │   │   ├── 电子相册.csproj.user
│       │   │   ├── 电子相册.sln
│       │   │   └── 电子相册.suo
│       │   └── 数据库
│       │       ├── EAlbum_Data.MDF
│       │       └── EAlbum_Log.LDF
│       ├── CHAP08
│       │   ├── 数据库
│       │   │   ├── BookManagement.mdf
│       │   │   └── BookManagement_log.LDF
│       │   └── 图书出租管理系统
│       │       ├── App.ico
│       │       ├── AssemblyInfo.cs
│       │       ├── Book.cs
│       │       ├── Book.dtq
│       │       ├── Book.resx
│       │       ├── Borrow.dtq
│       │       ├── BorrowBook.dtq
│       │       ├── BorrowReturn.cs
│       │       ├── BorrowReturn.resx
│       │       ├── DataSetBook.cs
│       │       ├── DataSetBook.xsd
│       │       ├── DataSetBook.xsx
│       │       ├── DataSetBorrowReturn.cs
│       │       ├── DataSetBorrowReturn.xsd
│       │       ├── DataSetBorrowReturn.xsx
│       │       ├── DataSetPublishing.cs
│       │       ├── DataSetPublishing.xsd
│       │       ├── DataSetPublishing.xsx
│       │       ├── DataSetQuery.cs
│       │       ├── DataSetQuery.xsd
│       │       ├── DataSetQuery.xsx
│       │       ├── DataSetReader.cs
│       │       ├── DataSetReader.xsd
│       │       ├── DataSetUser.cs
│       │       ├── DataSetUser.xsd
│       │       ├── FileEdit.gif
│       │       ├── Login.cs
│       │       ├── Login.resx
│       │       ├── MainForm.cs
│       │       ├── MainForm.resx
│       │       ├── ManagerUser.dtq
│       │       ├── PublishCompany.cs
│       │       ├── PublishCompany.resx
│       │       ├── Query.cs
│       │       ├── Query.resx
│       │       ├── Reader.cs
│       │       ├── Reader.dtq
│       │       ├── Reader.resx
│       │       ├── User.cs
│       │       ├── User.dtq
│       │       ├── User.resx
│       │       ├── bak.gif
│       │       ├── bin
│       │       │   └── Debug
│       │       │       ├── Login.exe
│       │       │       ├── Login.pdb
│       │       │       ├── 借阅信息.rpt
│       │       │       ├── 图书信息.rpt
│       │       │       ├── 读者信息.rpt
│       │       │       └── 出版社信息.rpt
│       │       ├── cancel.gif
│       │       ├── conf.gif
│       │       ├── delete.gif
│       │       ├── hide_menu.gif
│       │       ├── left_arrow.gif
│       │       ├── obj
│       │       │   └── Debug
│       │       │       ├── Library.Book.resources
│       │       │       ├── Library.BorrowReturn.resources
│       │       │       ├── Library.LoginForm.resources
│       │       │       ├── Library.MainForm.resources
│       │       │       ├── Library.Publishing.resources
│       │       │       ├── Library.Query.resources
│       │       │       ├── Library.Reader.resources
│       │       │       ├── Library.User.resources
│       │       │       ├── Library.projdata
│       │       │       ├── Login.exe
│       │       │       ├── Login.pdb
│       │       │       ├── Login.projdata
│       │       │       ├── TempPE
│       │       │       ├── temp
│       │       │       └── 图书出租管理系统.projdata
│       │       ├── right_arrow.gif
│       │       ├── sexit.gif
│       │       ├── show_menu.gif
│       │       ├── 图书出租管理系统.csproj
│       │       ├── 图书出租管理系统.csproj.user
│       │       ├── 图书出租管理系统.sln
│       │       └── 图书出租管理系统.suo
│       ├── CHAP09
│       │   ├── HotelManagement
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── ClientBookIn.cs
│       │   │   ├── ClientBookIn.resx
│       │   │   ├── ClientBookInManage.cs
│       │   │   ├── ClientCheck.cs
│       │   │   ├── ClientCheck.resx
│       │   │   ├── ClientCheckManage.cs
│       │   │   ├── ClientSearch.cs
│       │   │   ├── ClientSearch.resx
│       │   │   ├── Connection.cs
│       │   │   ├── HotelManage.csproj
│       │   │   ├── HotelManage.csproj.user
│       │   │   ├── InitialForm.cs
│       │   │   ├── InitialForm.resx
│       │   │   ├── MainForm.cs
│       │   │   ├── MainForm.resx
│       │   │   ├── Room.cs
│       │   │   ├── Room.resx
│       │   │   ├── RoomManage.cs
│       │   │   ├── RoomSearch.cs
│       │   │   ├── RoomSearch.resx
│       │   │   ├── RoomType.cs
│       │   │   ├── RoomType.resx
│       │   │   ├── RoomTypeManage.cs
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── MainForm.cs.exe
│       │   │   │       └── MainForm.cs.pdb
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── HotelManage.ClientBookIn.resources
│       │   │   │       ├── HotelManage.ClientCheck.resources
│       │   │   │       ├── HotelManage.ClientSearch.resources
│       │   │   │       ├── HotelManage.InitialForm.resources
│       │   │   │       ├── HotelManage.MainForm.resources
│       │   │   │       ├── HotelManage.Room.resources
│       │   │   │       ├── HotelManage.RoomSearch.resources
│       │   │   │       ├── HotelManage.RoomType.resources
│       │   │   │       ├── HotelManage.projdata
│       │   │   │       ├── MainForm.cs.exe
│       │   │   │       ├── MainForm.cs.pdb
│       │   │   │       ├── MainForm.cs.projdata
│       │   │   │       ├── TempPE
│       │   │   │       ├── temp
│       │   │   │       └── 宾馆管理系统.projdata
│       │   │   ├── 宾馆管理系统.sln
│       │   │   └── 宾馆管理系统.suo
│       │   └── 数据库
│       │       ├── HotelManage.mdf
│       │       └── HotelManage_log.LDF
│       ├── CHAP10
│       │   ├── Students
│       │   │   ├── AddDep.cs
│       │   │   ├── AddDep.resx
│       │   │   ├── AddStu.cs
│       │   │   ├── AddStu.resx
│       │   │   ├── App.ico
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── CrystalReport1.cs
│       │   │   ├── CrystalReport1.rpt
│       │   │   ├── Dataset1.cs
│       │   │   ├── Dataset1.xsd
│       │   │   ├── Dataset1.xsx
│       │   │   ├── Default.cs
│       │   │   ├── Default.resx
│       │   │   ├── MyRprt1.cs
│       │   │   ├── MyRprt1.rpt
│       │   │   ├── MyRprt2.cs
│       │   │   ├── MyRprt2.rpt
│       │   │   ├── MyRprt3.cs
│       │   │   ├── MyRprt3.rpt
│       │   │   ├── MyRprt4.cs
│       │   │   ├── MyRprt4.rpt
│       │   │   ├── MyRprt5.cs
│       │   │   ├── MyRprt5.rpt
│       │   │   ├── Student.cs
│       │   │   ├── Student.resx
│       │   │   ├── Students.csproj
│       │   │   ├── Students.csproj.user
│       │   │   ├── Students.sln
│       │   │   ├── Students.suo
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Students.exe
│       │   │   │       └── Students.pdb
│       │   │   ├── img
│       │   │   │   ├── Prairie Wind.bmp
│       │   │   │   └── Thumbs.db
│       │   │   ├── obj
│       │   │   │   └── Debug
│       │   │   │       ├── Students.AddDep.resources
│       │   │   │       ├── Students.AddStu.resources
│       │   │   │       ├── Students.Default.resources
│       │   │   │       ├── Students.Student.resources
│       │   │   │       ├── Students.exe
│       │   │   │       ├── Students.exe.incr
│       │   │   │       ├── Students.pdb
│       │   │   │       ├── Students.projdata
│       │   │   │       ├── TempPE
│       │   │   │       │   ├── CrystalReport1.cs.dll
│       │   │   │       │   ├── Dataset1.cs.dll
│       │   │   │       │   ├── MyRprt1.cs.dll
│       │   │   │       │   ├── MyRprt2.cs.dll
│       │   │   │       │   ├── MyRprt3.cs.dll
│       │   │   │       │   ├── MyRprt4.cs.dll
│       │   │   │       │   └── MyRprt5.cs.dll
│       │   │   │       └── temp
│       │   │   ├── {56065BD8-C593-44C0-93DC-38CB76C272D8}.rpt
│       │   │   ├── {8DAF0010-D4F9-41AC-A546-4A2C69E64130}.rpt
│       │   │   ├── {A97C7753-78DF-486F-A64B-43AF7B1A862E}.rpt
│       │   │   ├── {A98B7349-FC14-4190-A509-11E4CEC0623E}.rpt
│       │   │   └── {B89B03F0-B4FF-4C3B-B583-FB6EAA968B3C}.rpt
│       │   └── 数据库
│       │       ├── Students_Data.MDF
│       │       └── Students_Log.LDF
│       └── 用户名 密码 数据库.txt
└── 好例子网_VisualC# SQL Server数据库开发与实例》源文件.rar

65 directories, 489 files


实例下载地址

Visual C#+SQL+Server数据库开发与实例》源文件

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警