文件名称:FactoryMessage
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 214kb
- 下载次数:
- 0次
- 提 供 者:
- 0**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
三层(工厂模式)简单留言板
利用一个简单的留言板示例来讲解三层结构(工厂模式)的使用,其中数据库操作使用的是SqlHelper
分层名成分别为:MessagesBoard(web层)、SQLServerDAL、DALFactory、IDAL、BLL
DB_51aspx下为Sql数据库,附加即可
三层结构--简单留言板,比较适合初学者。自己也是初学者
开发环境:vs2005+sql2-Three (factory mode) a simple message board to use a simple example of the message board to explain the three-tier structure (factory mode) of use, which database operations using SqlHelper were stratified into were: MessagesBoard (web tier), SQLServerDAL, DALFactory, IDAL, BLLDB_51aspx for Sql database, attached to the three-tier structure is simple message board, more suitable for beginners. Their own development environment is also a beginners: vs2005+ Sql2
利用一个简单的留言板示例来讲解三层结构(工厂模式)的使用,其中数据库操作使用的是SqlHelper
分层名成分别为:MessagesBoard(web层)、SQLServerDAL、DALFactory、IDAL、BLL
DB_51aspx下为Sql数据库,附加即可
三层结构--简单留言板,比较适合初学者。自己也是初学者
开发环境:vs2005+sql2-Three (factory mode) a simple message board to use a simple example of the message board to explain the three-tier structure (factory mode) of use, which database operations using SqlHelper were stratified into were: MessagesBoard (web tier), SQLServerDAL, DALFactory, IDAL, BLLDB_51aspx for Sql database, attached to the three-tier structure is simple message board, more suitable for beginners. Their own development environment is also a beginners: vs2005+ Sql2
(系统自动生成,下载前可以参看下载内容)
下载文件列表
51aspx源码必读.txt
BLL
...\bin
...\...\Debug
...\BLL.csproj
...\Messages.cs
...\obj
...\...\BLL.csproj.FileList.txt
...\...\Debug
...\Properties
...\..........\AssemblyInfo.cs
DALFactory
..........\bin
..........\...\Debug
..........\DALFactory.csproj
..........\DataAcess.cs
..........\obj
..........\...\DALFactory.csproj.FileList.txt
..........\...\Debug
..........\Properties
..........\..........\AssemblyInfo.cs
DB_51aspx
.........\MessageBoard.mdf
.........\MessageBoard_log.LDF
IDAL
....\bin
....\...\Debug
....\IDAL.csproj
....\IMessageBoard.cs
....\obj
....\...\Debug
....\...\IDAL.csproj.FileList.txt
....\Properties
....\..........\AssemblyInfo.cs
MessagesBoard
.............\App_Data
.............\Bin
.............\...\BLL.dll
.............\...\BLL.dll.refresh
.............\...\BLL.pdb
.............\...\DALFactory.dll
.............\...\DALFactory.dll.refresh
.............\...\DALFactory.pdb
.............\...\IDAL.dll
.............\...\IDAL.dll.refresh
.............\...\IDAL.pdb
.............\...\MessagesBoard.SQLServerDAL.dll
.............\...\MessagesBoard.SQLServerDAL.dll.refresh
.............\...\MessagesBoard.SQLServerDAL.pdb
.............\...\Model.dll
.............\...\Model.dll.refresh
.............\...\Model.pdb
.............\Send.aspx
.............\Send.aspx.cs
.............\Show.aspx
.............\Show.aspx.cs
.............\Web.Config
MessagesBoard.sln
Model
.....\bin
.....\...\Debug
.....\MessageBoardInfo.cs
.....\Model.csproj
.....\obj
.....\...\Debug
.....\...\Model.csproj.FileList.txt
.....\Properties
.....\..........\AssemblyInfo.cs
SQLServerDAL
............\bin
............\...\Debug
............\Messages.cs
............\obj
............\...\Debug
............\...\SQLServerDAL.csproj.FileList.txt
............\Properties
............\..........\AssemblyInfo.cs
............\SQLHelper.cs
............\SQLServerDAL.csproj
BLL
...\bin
...\...\Debug
...\BLL.csproj
...\Messages.cs
...\obj
...\...\BLL.csproj.FileList.txt
...\...\Debug
...\Properties
...\..........\AssemblyInfo.cs
DALFactory
..........\bin
..........\...\Debug
..........\DALFactory.csproj
..........\DataAcess.cs
..........\obj
..........\...\DALFactory.csproj.FileList.txt
..........\...\Debug
..........\Properties
..........\..........\AssemblyInfo.cs
DB_51aspx
.........\MessageBoard.mdf
.........\MessageBoard_log.LDF
IDAL
....\bin
....\...\Debug
....\IDAL.csproj
....\IMessageBoard.cs
....\obj
....\...\Debug
....\...\IDAL.csproj.FileList.txt
....\Properties
....\..........\AssemblyInfo.cs
MessagesBoard
.............\App_Data
.............\Bin
.............\...\BLL.dll
.............\...\BLL.dll.refresh
.............\...\BLL.pdb
.............\...\DALFactory.dll
.............\...\DALFactory.dll.refresh
.............\...\DALFactory.pdb
.............\...\IDAL.dll
.............\...\IDAL.dll.refresh
.............\...\IDAL.pdb
.............\...\MessagesBoard.SQLServerDAL.dll
.............\...\MessagesBoard.SQLServerDAL.dll.refresh
.............\...\MessagesBoard.SQLServerDAL.pdb
.............\...\Model.dll
.............\...\Model.dll.refresh
.............\...\Model.pdb
.............\Send.aspx
.............\Send.aspx.cs
.............\Show.aspx
.............\Show.aspx.cs
.............\Web.Config
MessagesBoard.sln
Model
.....\bin
.....\...\Debug
.....\MessageBoardInfo.cs
.....\Model.csproj
.....\obj
.....\...\Debug
.....\...\Model.csproj.FileList.txt
.....\Properties
.....\..........\AssemblyInfo.cs
SQLServerDAL
............\bin
............\...\Debug
............\Messages.cs
............\obj
............\...\Debug
............\...\SQLServerDAL.csproj.FileList.txt
............\Properties
............\..........\AssemblyInfo.cs
............\SQLHelper.cs
............\SQLServerDAL.csproj