文件名称:codematic1
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.83mb
- 下载次数:
- 0次
- 提 供 者:
- she****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该项目是一个基于接口的工厂模式的三层架构示例解决方案。基于VS.Net2003+SQL Server2000开发
Database:该项目所使用的数据库。
BLL: 业务层
DALFactory: 工厂类
IDAL: 接口层
Model: 数据实体
SQLServerDAL: 数据层
Web: 表示层,web项目。(需要为其创建虚拟目录CodematicWeb)
具体介绍请看Codematic代码自动生成器 的帮助文档。
登录用户:admin 密码:1-The project is an interface based on the factory pattern example of three-tier system solutions. Based on VS.Net2003+ SQL Server2000 Development Database: the use of the project database. BLL: Business Layer DALFactory: factory category IDAL: Interface Layer Model: data entities SQLServerDAL: data layers Web: presentation layer, web project. (Need to create a virtual directory CodematicWeb) See details Codematic automatic code generator of the help documentation. Logged-on user: admin password: 1
Database:该项目所使用的数据库。
BLL: 业务层
DALFactory: 工厂类
IDAL: 接口层
Model: 数据实体
SQLServerDAL: 数据层
Web: 表示层,web项目。(需要为其创建虚拟目录CodematicWeb)
具体介绍请看Codematic代码自动生成器 的帮助文档。
登录用户:admin 密码:1-The project is an interface based on the factory pattern example of three-tier system solutions. Based on VS.Net2003+ SQL Server2000 Development Database: the use of the project database. BLL: Business Layer DALFactory: factory category IDAL: Interface Layer Model: data entities SQLServerDAL: data layers Web: presentation layer, web project. (Need to create a virtual directory CodematicWeb) See details Codematic automatic code generator of the help documentation. Logged-on user: admin password: 1
相关搜索: Codemati
(系统自动生成,下载前可以参看下载内容)
下载文件列表
codematic1
..........\BLL
..........\...\AjaxDemo
..........\...\........\AdContent.cs
..........\...\........\AdType.cs
..........\...\AssemblyInfo.cs
..........\...\BLL.csproj
..........\...\BLL.csproj.user
..........\...\Demo
..........\...\....\TExcel.cs
..........\...\SysManage.cs
..........\CodematicDemo.sln
..........\DALFactory
..........\..........\AssemblyInfo.cs
..........\..........\DALFactory.csproj
..........\..........\DALFactory.csproj.user
..........\..........\DataAccess.cs
..........\..........\DataCache.cs
..........\Database
..........\........\Codematic_Data.MDF
..........\........\Codematic_Log.LDF
..........\........\文档.txt
..........\DBUtility
..........\.........\AssemblyInfo.cs
..........\.........\DbHelperSQL.cs
..........\.........\DBUtility.csproj
..........\.........\DBUtility.csproj.user
..........\.........\OracleHelper.cs
..........\.........\SQLHelper.cs
..........\IDAL
..........\....\AjaxDemo
..........\....\........\IAdContent.cs
..........\....\........\IAdType.cs
..........\....\AssemblyInfo.cs
..........\....\Demo
..........\....\....\ITExcel.cs
..........\....\IDAL.csproj
..........\....\IDAL.csproj.user
..........\....\ISysManage.cs
..........\iewebcontrols.msi
..........\Model
..........\.....\AjaxDemo
..........\.....\........\AdContent.cs
..........\.....\........\AdType.cs
..........\.....\AssemblyInfo.cs
..........\.....\Model.csproj
..........\.....\Model.csproj.user
..........\.....\SysNode.cs
..........\SQLServerDAL
..........\............\AjaxDemo
..........\............\........\AdContent.cs
..........\............\........\AdType.cs
..........\............\AssemblyInfo.cs
..........\............\DbManagerSQL.cs
..........\............\Demo
..........\............\....\TExcel.cs
..........\............\SQLServerDAL.csproj
..........\............\SQLServerDAL.csproj.user
..........\............\SysManage.cs
..........\............\SysManage1.cs
..........\Web
..........\...\Accounts
..........\...\........\Add.aspx
..........\...\........\Add.aspx.cs
..........\...\........\Add.aspx.resx
..........\...\........\Admin
..........\...\........\.....\EditRole.aspx
..........\...\........\.....\EditRole.aspx.cs
..........\...\........\.....\EditRole.aspx.resx
..........\...\........\.....\Index.aspx
..........\...\........\.....\Index.aspx.cs
..........\...\........\.....\Index.aspx.resx
..........\...\........\.....\PermissionAdmin.aspx
..........\...\........\.....\PermissionAdmin.aspx.cs
..........\...\........\.....\PermissionAdmin.aspx.resx
..........\...\........\.....\RoleAdmin.aspx
..........\...\........\.....\RoleAdmin.aspx.cs
..........\...\........\.....\RoleAdmin.aspx.resx
..........\...\........\.....\RoleAssignment.aspx
..........\...\........\.....\RoleAssignment.aspx.cs
..........\...\........\.....\RoleAssignment.aspx.resx
..........\...\........\.....\UserAdmin.aspx
..........\...\........\.....\UserAdmin.aspx.cs
..........\...\........\.....\UserAdmin.aspx.resx
..........\...\........\images
..........\...\........\......\adminLeftArrow.gif
..........\...\........\......\adminLeftBG.gif
..........\...\........\......\admin_top_bg.gif
..........\...\........\......\bg.gif
..........\...\........\......\bg1.gif
..........\...\........\......\bg2.gif
..........\...\........\......\bg3.gif
..........\...\........\......\bottombg.gif
..........\...\........\......\btnreview.GIF
..........\...\........\......\button-join.gif
..........\...\........\......\button-login.gif
..........\...\........\......\button_add.gif
..........\...\........\......\button_back.gif
..........\...\........\......\button_cancel.gif
..........\...\........\......\button_close.gif
..........\BLL
..........\...\AjaxDemo
..........\...\........\AdContent.cs
..........\...\........\AdType.cs
..........\...\AssemblyInfo.cs
..........\...\BLL.csproj
..........\...\BLL.csproj.user
..........\...\Demo
..........\...\....\TExcel.cs
..........\...\SysManage.cs
..........\CodematicDemo.sln
..........\DALFactory
..........\..........\AssemblyInfo.cs
..........\..........\DALFactory.csproj
..........\..........\DALFactory.csproj.user
..........\..........\DataAccess.cs
..........\..........\DataCache.cs
..........\Database
..........\........\Codematic_Data.MDF
..........\........\Codematic_Log.LDF
..........\........\文档.txt
..........\DBUtility
..........\.........\AssemblyInfo.cs
..........\.........\DbHelperSQL.cs
..........\.........\DBUtility.csproj
..........\.........\DBUtility.csproj.user
..........\.........\OracleHelper.cs
..........\.........\SQLHelper.cs
..........\IDAL
..........\....\AjaxDemo
..........\....\........\IAdContent.cs
..........\....\........\IAdType.cs
..........\....\AssemblyInfo.cs
..........\....\Demo
..........\....\....\ITExcel.cs
..........\....\IDAL.csproj
..........\....\IDAL.csproj.user
..........\....\ISysManage.cs
..........\iewebcontrols.msi
..........\Model
..........\.....\AjaxDemo
..........\.....\........\AdContent.cs
..........\.....\........\AdType.cs
..........\.....\AssemblyInfo.cs
..........\.....\Model.csproj
..........\.....\Model.csproj.user
..........\.....\SysNode.cs
..........\SQLServerDAL
..........\............\AjaxDemo
..........\............\........\AdContent.cs
..........\............\........\AdType.cs
..........\............\AssemblyInfo.cs
..........\............\DbManagerSQL.cs
..........\............\Demo
..........\............\....\TExcel.cs
..........\............\SQLServerDAL.csproj
..........\............\SQLServerDAL.csproj.user
..........\............\SysManage.cs
..........\............\SysManage1.cs
..........\Web
..........\...\Accounts
..........\...\........\Add.aspx
..........\...\........\Add.aspx.cs
..........\...\........\Add.aspx.resx
..........\...\........\Admin
..........\...\........\.....\EditRole.aspx
..........\...\........\.....\EditRole.aspx.cs
..........\...\........\.....\EditRole.aspx.resx
..........\...\........\.....\Index.aspx
..........\...\........\.....\Index.aspx.cs
..........\...\........\.....\Index.aspx.resx
..........\...\........\.....\PermissionAdmin.aspx
..........\...\........\.....\PermissionAdmin.aspx.cs
..........\...\........\.....\PermissionAdmin.aspx.resx
..........\...\........\.....\RoleAdmin.aspx
..........\...\........\.....\RoleAdmin.aspx.cs
..........\...\........\.....\RoleAdmin.aspx.resx
..........\...\........\.....\RoleAssignment.aspx
..........\...\........\.....\RoleAssignment.aspx.cs
..........\...\........\.....\RoleAssignment.aspx.resx
..........\...\........\.....\UserAdmin.aspx
..........\...\........\.....\UserAdmin.aspx.cs
..........\...\........\.....\UserAdmin.aspx.resx
..........\...\........\images
..........\...\........\......\adminLeftArrow.gif
..........\...\........\......\adminLeftBG.gif
..........\...\........\......\admin_top_bg.gif
..........\...\........\......\bg.gif
..........\...\........\......\bg1.gif
..........\...\........\......\bg2.gif
..........\...\........\......\bg3.gif
..........\...\........\......\bottombg.gif
..........\...\........\......\btnreview.GIF
..........\...\........\......\button-join.gif
..........\...\........\......\button-login.gif
..........\...\........\......\button_add.gif
..........\...\........\......\button_back.gif
..........\...\........\......\button_cancel.gif
..........\...\........\......\button_close.gif