Welcome![Sign In][Sign Up]
Location:
Search - DALFactory

Search list

[Other resourcecodematic2.0_51aspx

Description: 该项目是一个基于接口的工厂模式的三层架构示例解决方案的 Asp.Net 2.0版本。 ****************************************************** Database : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类库 BLL: 业务层 DALFactory: 工厂类 DBUtility:数据访问模块 IDAL: 接口层 Model: 数据实体 SQLServerDAL: 数据层 Web: 表示层,web项目。(需要为其创建虚拟目录CodematicWeb)
Platform: | Size: 1076616 | Author: 邵兵 | Hits:

[WEB CodeFactoryMessage

Description: 三层(工厂模式)简单留言板 利用一个简单的留言板示例来讲解三层结构(工厂模式)的使用,其中数据库操作使用的是SqlHelper 分层名成分别为:MessagesBoard(web层)、SQLServerDAL、DALFactory、IDAL、BLL DB_51aspx下为Sql数据库,附加即可 三层结构--简单留言板,比较适合初学者。自己也是初学者 开发环境:vs2005+sql2
Platform: | Size: 143796 | Author: 002 | Hits:

[Other resourceDALFactory

Description: 三层架构及设计模式(抽象工厂实现) 1. 三层架构实现,把表现层(WebUI)与数据访问层(DAL)分开,使用业务逻辑进行处理(BLL), 避免了把数据信息暴露在表现层, 从而提供了程序的性能,使用业务逻辑处理与表现层进行交互, 把表现层的需求,通过业务逻辑处理,把信息传递给数据访问层进行加工,把加工好的信息,从过业务逻辑又传回表现层, 在整个过程中,业务逻辑层起了中间桥梁作用。在业务逻辑层中, 不能 出现AD0.net 和sql语句的实现。 2. 抽象工厂设计模式,增加了程序之间的开发一致性,保证数据库变化, 不影响程序之间的变化,任何一个层之间变动,都不会影响到正个程序的变化,只需改变其中的一层。
Platform: | Size: 37957 | Author: | Hits:

[WEB CodeNETManage

Description: 上网MAC绑定管理系统(NETManage)源码 基于SQLite三层架构的上网MAC绑定管理系统(NETManage) ****************************************************** BLL: 业务层 DALFactory:数据工厂 DBUtility:数据访问层 IDAL:接口层 Model: 数据实体层 SQLServerDAL: 数据层 Web: 表示层,web项目。 DataBase:所有数据库 ******************************************************* 开发环境:Microsoft Visual Studio 2005 Team Suite + SP1 友情提示: 一般数据库文件默认在DB_51aspx文件夹下 如果使用VS2005打开本站项目文件,建议打开前务必安装VS2005Sp1
Platform: | Size: 714600 | Author: 翁虹 | Hits:

[Other resourcecodematic1

Description: 该项目是一个基于接口的工厂模式的三层架构示例解决方案。基于VS.Net2003+SQL Server2000开发 Database:该项目所使用的数据库。 BLL: 业务层 DALFactory: 工厂类 IDAL: 接口层 Model: 数据实体 SQLServerDAL: 数据层 Web: 表示层,web项目。(需要为其创建虚拟目录CodematicWeb) 具体介绍请看Codematic代码自动生成器 的帮助文档。 登录用户:admin 密码:1
Platform: | Size: 1917806 | Author: shenhui | Hits:

[WEB Codecodematic2

Description: 该项目是一个基于接口的工厂模式的三层架构示例解决方案的 Asp.Net 2.0版本。 ****************************************************** Database : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类库 BLL: 业务层 DALFactory: 工厂类 DBUtility:数据访问模块 IDAL: 接口层 Model: 数据实体 SQLServerDAL: 数据层 Web: 表示层,web项目。(需要为其创建虚拟目录CodematicWeb) 具体介绍请看 Codematic代码自动生成器 的帮助文档。 登录用户:admin 密码:1
Platform: | Size: 1081808 | Author: shenhui | Hits:

[WEB CodeFactoryMessage

Description: 三层(工厂模式)简单留言板 利用一个简单的留言板示例来讲解三层结构(工厂模式)的使用,其中数据库操作使用的是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
Platform: | Size: 219136 | Author: 002 | Hits:

[.netDALFactory

Description: 三层架构及设计模式(抽象工厂实现) 1. 三层架构实现,把表现层(WebUI)与数据访问层(DAL)分开,使用业务逻辑进行处理(BLL), 避免了把数据信息暴露在表现层, 从而提供了程序的性能,使用业务逻辑处理与表现层进行交互, 把表现层的需求,通过业务逻辑处理,把信息传递给数据访问层进行加工,把加工好的信息,从过业务逻辑又传回表现层, 在整个过程中,业务逻辑层起了中间桥梁作用。在业务逻辑层中, 不能 出现AD0.net 和sql语句的实现。 2. 抽象工厂设计模式,增加了程序之间的开发一致性,保证数据库变化, 不影响程序之间的变化,任何一个层之间变动,都不会影响到正个程序的变化,只需改变其中的一层。
Platform: | Size: 181248 | Author: | Hits:

[WEB CodeNETManage

Description: 上网MAC绑定管理系统(NETManage)源码 基于SQLite三层架构的上网MAC绑定管理系统(NETManage) ****************************************************** BLL: 业务层 DALFactory:数据工厂 DBUtility:数据访问层 IDAL:接口层 Model: 数据实体层 SQLServerDAL: 数据层 Web: 表示层,web项目。 DataBase:所有数据库 ******************************************************* 开发环境:Microsoft Visual Studio 2005 Team Suite + SP1 友情提示: 一般数据库文件默认在DB_51aspx文件夹下 如果使用VS2005打开本站项目文件,建议打开前务必安装VS2005Sp1 -Bind MAC Internet Management System (NETManage) source SQLite-based three-tier management system for Internet MAC Binding (NETManage )****************************************************** BLL: Business Layer DALFactory: data factory DBUtility: Data Access Layer IDAL: Interface Layer Model: Data physical layer SQLServerDAL: data layers Web: express layer, web project. DataBase: All database******************************************************* development environment: Microsoft Visual Studio 2005 Team Suite+ SP1 Tips: General database files by default in DB_51aspx folder open the site if you are using VS2005 project documents, proposals must be installed before opening VS2005Sp1
Platform: | Size: 1412096 | Author: 翁虹 | Hits:

[.netcodematic1

Description: 该项目是一个基于接口的工厂模式的三层架构示例解决方案。基于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
Platform: | Size: 1917952 | Author: shenhui | Hits:

[WEB Codecodematic2

Description: 该项目是一个基于接口的工厂模式的三层架构示例解决方案的 Asp.Net 2.0版本。 ****************************************************** Database : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类库 BLL: 业务层 DALFactory: 工厂类 DBUtility:数据访问模块 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 Asp.Net 2.0 version.****************************************************** Database: The project used database DEncryptTest: encryption and decryption tool Lib: public class BLL: Business Layer DALFactory: factory category DBUtility: Data Access Module IDAL: Interface Layer Model: data entities SQLServerDAL: data layers Web: said 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
Platform: | Size: 1402880 | Author: shenhui | Hits:

[CSharp5993_f

Description: 三层(工厂模式)简单留言板 利用一个简单的留言板示例来讲解三层结构(工厂模式)的使用,其中数据库操作使用的是SqlHelper 分层名成分别为:MessagesBoard(web层)、SQLServerDAL、DALFactory、IDAL、BLL DB_51aspx下为Sql数据库,附加即可-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
Platform: | Size: 214016 | Author: ck | Hits:

[CSharpDALFactory

Description: 三层架构及设计模式(数据库实现采用抽象工厂模式)编写的学生管理系统.-Three-tier architecture and design model (the database used to achieve the abstract factory pattern) to prepare the student management system.
Platform: | Size: 287744 | Author: 阿令 | Hits:

[ADO-ODBCPMIS3

Description: PMIS--------主程序代码 表示层,负责应用程序的表现形式、用户体验等。 -------DALFactory-----抽象工厂 抽象工厂,用于创建各种数据对象的方法,这里有配置文件和反射的运用。 -------IDAL--------数据接口层(控制是选择什么类型的数据库) 数据操作接口,数据访问层实现其接口并重写它(体现了面向接口的编程思想)。 -------BLL------ 处理应用程序的业务逻辑,被表示层调用。 -------Model-------构造模型(对应数据库字段) Model程序集,存放实体类,用于数据访问层和逻辑层调用 -------SQLServerDAL----SQLServer数据访问层 数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。 -------OracleDAL----Oracle数据访问层 数据访问层,实现具体的select、update、delete....操作,重写IDAL接口。 -------DBUtility----公共数据访问层 数据处理层,实现具体的ExecuteReader,ExecuteDataTable,ExecuteNonQuery等。 -------Utility----公共层 实现从配置文件中读取数据库联接字符串。-PMIS-------- main program code Layer, is responsible for application forms, user experience. ------- DALFactory----- Abstract Factory Abstract factory for creating a variety of methods of data objects, there are configuration files and the use of reflection. ------- IDAL-------- data interface layer (control is to choose what type of database) Data manipulation interface, data access layer to achieve its interface and rewrite it (embodied ideas for programming interface). ------- BLL------ Processing application s business logic layer to be called. ------- Model------- structure model (corresponding to database fields) Model assembly, storage entity class for data access layer and logical layer calls ------- SQLServerDAL---- SQLServer data access layer Data access layer, to achieve specific select, update, delete .... operation, rewritten IDAL interfaces. ------- OracleDAL---- Oracle Data Access Layer Data access layer, to achieve specific select,
Platform: | Size: 375808 | Author: 张学友 | Hits:

[.net132ASPPAGE

Description: Program Description: ASP.NET 2.0 + SQL SERVER 2000 3,300.00 the ACCESS development. The BLL: Business Layer DALFactory: data factory Utility: Data Access Layer IDAL: the interface layer Model: Data Physical Layer SQLServerDAL: SQL Data Layer AccessDAL: Access data layer Web: layer, the web project. App_Data: All database -Program Description: ASP.NET 2.0+ SQL SERVER 2000 3,300.00 the ACCESS development. The BLL: Business Layer DALFactory: data factory Utility: Data Access Layer IDAL: the interface layer Model: Data Physical Layer SQLServerDAL: SQL Data Layer AccessDAL: Access data layer Web: layer, the web project. App_Data: All database
Platform: | Size: 7660544 | Author: 刘源 | Hits:

CodeBus www.codebus.net