搜索资源列表
t48Oa
- c#写的oa项目,采用Dal层(数据库),Entity(实体)层和UI(界面)层实现.功能实现
DAL
- c# Data access layer
DAL
- .net连接sql server数据库的类。-a c# lib to access sql server
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
BSsample
- BS架構的小例子,內涵數據庫, BLL, DAL, UI-Small example of BS architecture, content database, BLL, DAL, UI
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
WebDisk(CSharp)
- 网络硬盘的开发代码,语言为C#。 1.可以直接打开项目文件以查看源代码。 2. 若不成功的话,读者可以新建立一个项目, 把该项目文件夹下的所有内容复制到新项目中, 也可以通过添加功能把所内容添加到新项目中。 3.把DAL项目添加项目下面 4.修改数据库连接 <appSettings> <add key="ConnectionString" value="Data Source=(local) Initial Catalog=Vote U
DAL
- 用C#写的通用数据访问层,很方便的使用类接口来操作数据库-Written in C# using common data access layer, it is easy to manipulate the database using the class interface
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
123
- 三层架构的搭建,初学者适用,简单的基于DAL,BLL,UIL层-Three-tier system
MysqlDataAcessLayer
- C#的源代码,用于创建MySQL数据库中的数据访问层方列。-Sample c# source code for creating MySQL database data access layer (DAL)
kingmoon
- Lm.Common.Csv csv文件的读取与生成 通用数据访问层示例 Lm.Common.DAL 通用数据访问层基类及公用类 Lm.Common.DAL.Sql 通用数据访问层针对sql server 2005及以上版本的实现 Lm.Common.Excel Excel2003的读取与生成 Lm.Common.Excel.OpenXml Excel2007、2010的读取和生成 Lm.Common.ExtensionMethods
jiagou
- C#三层架构的一个例子,很好的诠释了三层架构,适合新手查看,dal-C# an example of the three-tier system, a good interpretation of the three-tier structure, suitable for novice View, dal
DAL
- 一个网页的asp模版,3成架构的,C#编写-A page asp template into architecture
Taoda.DAL
- 淘宝下载订单,并打印快递.主程序,不完整,供参考,类似于淘宝助手功能。-taobao download
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
BusinessLogicalLayer
- * 数据库(文本) ↑ DAL(DATA Access Layer) 数据存取层 --DLL ↑ BLL(BusinessLogicalLayer)交换逻辑层 --DLL ↑ UIL(UserInterfaceLayer)用户接口层 --调用 *项目需求: Demo (演示文稿) *调试:F10 执行整个方法 F11 执行单个方法 数据的删出 1.把数据导入内存 2.在内存中删出 3.把信息保存
