文件名称:StudentWeb
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 480kb
- 下载次数:
- 0次
- 提 供 者:
- 徐*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本例是一个关于分层思想的例子,通过这个例子的学习可以了解和体会在C#中分层思想的运用.-This case is an example of thinking on the stratification, through this example of learning to understand and experience in C
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AssemblyInfo.cs
bin
...\BLL.dll
...\BLL.pdb
...\DALFactory.dll
...\DALFactory.pdb
...\IDAL.dll
...\IDAL.pdb
...\log4net.dll
...\Model.dll
...\Model.pdb
...\SQLServerDAL.dll
...\SQLServerDAL.pdb
...\StudentWeb.dll
...\StudentWeb.pdb
BLL
...\bin
...\...\Debug
...\BLL.csproj
...\BLL.csproj.user
...\Dxs
...\...\StudentBLL.cs
...\obj
...\...\Debug
DALFactory
..........\bin
..........\...\Debug
..........\DALFactory.csproj
..........\DALFactory.csproj.user
..........\Dxs
..........\...\StudentFactory.cs
..........\obj
..........\...\Debug
file1.txt
Global.asax
Global.asax.cs
Global.asax.resx
IDAL
....\bin
....\...\Debug
....\Dxs
....\...\Istudent.cs
....\IDAL.csproj
....\IDAL.csproj.user
....\obj
....\...\Debug
Model
.....\bin
.....\...\Debug
.....\Dxs
.....\...\student.cs
.....\Model.csproj
.....\Model.csproj.user
.....\obj
.....\...\Debug
SQLServerDAL
............\App.config
............\AssemblyInfor.cs
............\bin
............\...\Debug
............\Dxs
............\...\Nunit
............\...\.....\StudentDALFixture.cs
............\...\StudentDAL.cs
............\Lib
............\...\log4net.dll
............\...\nunit.framework.dll
............\obj
............\...\Debug
............\SQLServerDAL.csproj
............\SQLServerDAL.csproj.user
............\Util
............\....\SQLHelper.cs
StudentForm.aspx
StudentForm.aspx.cs
StudentForm.aspx.resx
StudentWeb.csproj
StudentWeb.csproj.webinfo
Web.config
分层.sln
bin
...\BLL.dll
...\BLL.pdb
...\DALFactory.dll
...\DALFactory.pdb
...\IDAL.dll
...\IDAL.pdb
...\log4net.dll
...\Model.dll
...\Model.pdb
...\SQLServerDAL.dll
...\SQLServerDAL.pdb
...\StudentWeb.dll
...\StudentWeb.pdb
BLL
...\bin
...\...\Debug
...\BLL.csproj
...\BLL.csproj.user
...\Dxs
...\...\StudentBLL.cs
...\obj
...\...\Debug
DALFactory
..........\bin
..........\...\Debug
..........\DALFactory.csproj
..........\DALFactory.csproj.user
..........\Dxs
..........\...\StudentFactory.cs
..........\obj
..........\...\Debug
file1.txt
Global.asax
Global.asax.cs
Global.asax.resx
IDAL
....\bin
....\...\Debug
....\Dxs
....\...\Istudent.cs
....\IDAL.csproj
....\IDAL.csproj.user
....\obj
....\...\Debug
Model
.....\bin
.....\...\Debug
.....\Dxs
.....\...\student.cs
.....\Model.csproj
.....\Model.csproj.user
.....\obj
.....\...\Debug
SQLServerDAL
............\App.config
............\AssemblyInfor.cs
............\bin
............\...\Debug
............\Dxs
............\...\Nunit
............\...\.....\StudentDALFixture.cs
............\...\StudentDAL.cs
............\Lib
............\...\log4net.dll
............\...\nunit.framework.dll
............\obj
............\...\Debug
............\SQLServerDAL.csproj
............\SQLServerDAL.csproj.user
............\Util
............\....\SQLHelper.cs
StudentForm.aspx
StudentForm.aspx.cs
StudentForm.aspx.resx
StudentWeb.csproj
StudentWeb.csproj.webinfo
Web.config
分层.sln