搜索资源列表
CodematicDemoS3 是一个标准三层架构的完整示例项目源码
- CodematicDemoS3 是一个标准三层架构的完整示例项目源码,基于Asp.net2.0开发,结构更简洁,提供更多有效的示例源码参考。方便用户更好的理解和使用该架构进行开发,配合Codematic代码生成器,可以使开发效率事半功倍,倍感轻松。 ****************************************************** Codematic_Data.MDF : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类
codeslave
- 1、管理数据库表,查看结构、生成常用SQL语句和存储过程、导出表结构文档。 2、根据字段生成对象的属性和构造函数。 3、基于PetShop架构,生成常用操作的DAL/BLL/Model层C#代码,包括插入、更新、删除、查询、分页查询等操作。 4、附带一些有用的小工具如MD5加密、正则表达式验证等。 -1, the management of database table, view the structure, commonly used to generate SQL s
MyShop081005
- MyShop商城源码采用三层(DAL+IDAL+Model+BLL+Web)结构开发,数据库为MSSQL或ACCESS,可由用户自行选择-Three-Mart MyShop source (DAL+ IDAL+ Model+ BLL+ Web) structures develop, MSSQL database, or ACCESS, by the user to choose
MyWatchShop
- 简单手表销售管理(三层开发)源码,模型、视图、控制三层结构-Watches easy sales management (three-tier development) source, model, view, control of three-tier architecture
daima
- Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复
petshop
- MVC多层分页演示程序源码 该程序通过socan代码生成器生成底层DAL、BLL、Model、IDAL等,通过该示例对研究三层的使用很有帮助,关于详细说明请参照代码佩文 数据库操作使用SqlHelper 该程序采用VS2005+Sql2000数据库(DB_51aspx下为数据库文件,附加即可)-MVC Multi-page demo program source code of the program through the socan code generator
20101239487878
- C# DAL层\BLL层\Model层\DB层自动生成 绝对实用,但又一缺点就是只支持SQL2005数据库 喜欢的话就给意见。 -C# DAL layer \ BLL layer \ Model layer \ DB layer automatically generates absolutely useful, but another drawback is that only supports the SQL2005 database like it give advice.
TEST2008
- 最簡單,最适合入門的BS架构例子 分為DAL、BLL、Model和Web及Utility-The simplest, the most suitable framework for example BS entry into DAL, BLL, Model, and Web and Utility
codehelper_vb.net
- 用于生成三层模型的的model,dal,bll层,本来还让它可以生成ui层,不过最近懒了没做下去了,功能还有待完善。-Three-layer model used to generate the model, dal, bll layer, would also allow it to generate ui layer, but not lazy to do so recently, the features have to be perfect.
20101239487878
- C# DAL层\BLL层\Model层\DB层自动生成 绝对实用,但又一缺点就是只支持SQL2005数据库 喜欢的话就给意见。 -C# DAL layer \ BLL layer \ Model layer \ DB layer automatically generates absolutely useful, but another drawback is that only supports the SQL2005 database like it give advice.
Web_Form
- Web_Form框架(UI+BLL+DAL+Model),详细讲解了3层架构-Web_Form framework (UI+ BLL+ DAL+ Model), gave a detailed three-tier architecture
Chapter15
- 一个Csharp实现的简单图书管理系统,分层实现 model dal bll frm-a library operating system completed by csharp
CodeSmith4.1.3
- C#代码生成器,可生成Model层、DAL层、BLL层代码 包括模板以及注册码生成器-C# code generator can generate Model layer and the DAL layer, the BLL layer code Including templates and registration code generator
05
- 这是动软自动生成model,DAL,BLL三个模块后,一个简单的例子-This is a dynamic soft auto-generated model, and the DAL, the BLL three modules required in the project to add a database configuration file
TripleLayerStructure
- 这是一个全面的三层架构案例,用VS2010的C#语言编写,有Model层,DAL层,BLL层,UI层。-This is a case of the triple layer constructure with Model layer,DAL layer,BLL layer and UI layer, which is developed by VS2010 C# language.
DAL-BLL-UI.-MODEL
- 关于三层架构的一个例子,UI,BLL,DAL,Model,验证的是用户输入密码,姓名,返回结果-An example of the three-tier architecture, UI, BLL, DAL, Model, verify that the user enter a password, name, returns the result
SANCENGJIEGOU
- BLL/blueFine/DAL/Model 三层结构内部清晰源码-BLL/blueFine/DAL/Model tier structure inside a clear source
GridView
- 该项目为GridView三层结构,分为DAL、BLL、Model和GridView Default.aspx展示的是数据的绑定和显示,Back.aspx为数据添加测试页面,包括C#和vb.net两个版本。 本人作为一个程序的爱好者,深感到程序学习是:入门容易,进阶难!(开始说正题 )有很多入门学者在为三层架构感到困惑,不知三层架构如何实现,现在本人详细地提供一个简单的例子来说明三层架构的实现,主要与GridView结合讲解,并实现分页。 最后,说下各层的引用关系:
PIBM
- 《支付平台中间商单机对帐软件》采用BLL、DAL、Model三层架构开发 包括客户管理,账务管理,管理员权限设置 数据库采用MSDE数据库引擎 默认管理员用户名:admin 默认密码:chiverzhao- Reconciliation single payment platform software middlemen With BLL, DAL, Model three-tier development Including customer management, a
Test_MVC
- 1、简单模拟了MVC模式开发 2、实现了面向对象编程的理念 附 3、程序只提供学习和参考,未经允许不得直接发布。谢谢!!!(BLL Common DAL Model UI)
