Welcome![Sign In][Sign Up]
Location:
Search - BLL UI

Search list

[WEB CodePersonalPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin
Platform: | Size: 1337188 | Author: sky | Hits:

[WEB CodeAjaxMyPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin
Platform: | Size: 1334150 | Author: zhaohui | Hits:

[WEB CodePersonalPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin-Ajax three personal website applets DAL- data layers IDAL- data interface layer (the control is to choose what type of database) Bll- Logic Layer Model- structural model (corresponding to database fields) function is very simple to learn Ajax/Atlas+ MVC (three-) entry a good example of the attention: when the structures set up under the root folder AjaxMyPage for the site can support Sql, Access, xml three database (configured in web.config), the default background to support the Access Management:/ui/admin
Platform: | Size: 1496064 | Author: sky | Hits:

[WEB CodeAjaxMyPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin-Ajax three personal website applets DAL- data layers IDAL- data interface layer (control is to choose what type of database) Bll- Logic Layer Model- structural model (corresponding database fields) function is very simple to learn Ajax/Atlas+ MVC (three) a good example of entry Note: when the structures set up under the root folder AjaxMyPage for the site can support Sql, Access, xml three databases (in the web.config in the configuration), the default background to support Access Management:/ui/admin
Platform: | Size: 1491968 | Author: zhaohui | Hits:

[.netOAsystem

Description: 协同办公系统采用B/S结构分布式解决方案实现。采用NET中的三层架构的思想开发,用户界面(UI)用ASP.net实现,业务逻辑层(BLL)通过采用C#语言编写的类对数据进行封装实现,数据访问层(DAL)采用数据集(DataSet),底层数据存储在SqlServer2005中。-OAsystem
Platform: | Size: 8765440 | Author: 羽微晴 | Hits:

[.net3LayerLogin

Description: 登录(简单三层架构)源码 利用简单的登录和用户管理来演示三层结构的使用,数据绑定控件采用的是:GridView 我一直在寻找 稳健的三层架构 我也一直在研究 最后发现了 using的好处 自动连接 自动关闭 在 BLL中进行业务逻辑操作 UI中做显示-Log (a simple three-tier system) source code to use simple sign-on and user management to demonstrate the use of three-tier architecture, data-bound controls are used: GridView I have been looking for a steady three-tier structure in the study I have always found the the benefits of using automatic self-closing in the BLL to connect to business logic in operation do show UI
Platform: | Size: 392192 | Author: 城市风 | Hits:

[.netdaima

Description: Maticsoft 自动化智能软件系列 Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model + DAL + BLL + Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复劳动,而将精力集中于核心业务逻辑的开发。 Codematic 同时提供方便的数据库查询管理,SQL脚本生成,存储过程生成,数据库文档生成,Web项目文件发布,代码生成自动导出文件等多项开发工作中常用到的功能,您可以很方便地进行项目开发。 Codematic2.0基于VS2005(.Net2.0)开发,无论是功能上还是UI使用上都增强了许多,提供了更丰富的代码生成方式。此版本还修正了使用过程中用户反馈的一些问题和bug。该版本仍是一个开发中的版本。同时考虑到很多人仍在使用.Net 1.1开发,该版本兼容.Net 1.1的C#代码生成,所以没有采用泛型等新特性。-Codematic 是一款为C#数据库程序员设计的自动代码生成器,Codematic 生成的代码基于基于面向对象的思想和三层架构设计,结合了Petshop中经典的思想和设计模式,融入了工厂模式,反射机制等等一些思想。采用 Model+ DAL+ BLL+ Web 的设计,主要实现在 C# 中对应数据库中表的基类代码的自动生成,包括生成属性、添加、修改、删除、查询、存在性、 Model 类构造等基础代码片断,使程序员可以节省大量机械录入的时间和重复劳动,而将精力集中于核心业务逻辑的开发。 Codematic 同时提供方便的数据库查询管理,SQL脚本生成,存储过程生成,数据库文档生成,Web项目文件发布,代码生成自动导出文件等多项开发工作中常用到的功能,您可以很方便地进行项目开发。 Codematic2.0基于VS2005(.Net2.0)开发,无论是功能上还是UI使用上都增强了许多,提供了更丰富的代码生成方式。此版本还修正了使用过程中用户反馈的一些问题和bug。该版本仍是一个开发中的版本。同时考虑到很多人仍在使用.Net 1.1开发,该版本兼容.Net 1.1的C#代码生成,所以没有采用泛型等新特性。
Platform: | Size: 4881408 | Author: harris | Hits:

[ERP-EIP-OA-PortalHuaiXinTRAS

Description: 授课计划申报管理系统(含文档),采用多层架构开发 DAL Data Access Layer 数据连接层 BLL Buessniss Logical Layer 业务逻辑层 UI User Interface 用户交互层(表示) 说明:上面菜单栏中选项与左侧导航栏中是“一对多”的关系,对应关系如: 课程信息管理: 课程一般信息,授课计划。 教室资源管理: 资源种类,资源位置,基本信息,资源查询,资源申请。 系部信息管理: 系部信息。 教师信息管理: 基本信息,密码修改。-Lesson Plan Report Management System (including documents), using multi-tier architecture development DAL Data Access Layer Data Link Layer BLL Buessniss Logical Layer Business Logic Layer UI User Interface user interaction layer (indicated) Note: The above menu bar options and the left navigation bar is " one to many" relationship, correspondence, such as: Course Information Management: Course general information, lesson plans. Classroom resource management: resource types, resource location, basic information, resources, information, resource requests. Department of the Ministry of Information Management: Department of the Ministry of Information. Teacher Information Management: basic information, password changes.
Platform: | Size: 3309568 | Author: FSDF | Hits:

[CSharpBSsample

Description: BS架構的小例子,內涵數據庫, BLL, DAL, UI-Small example of BS architecture, content database, BLL, DAL, UI
Platform: | Size: 164864 | Author: xjc | Hits:

[.netcodehelper_vb.net

Description: 用于生成三层模型的的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.
Platform: | Size: 992256 | Author: 小问 | Hits:

[Software Engineeringscjg

Description: 介绍简单三层架构的PPT 表现层(UI):通俗讲就是展现给用户的界面,即用户在使用一个系统的时候他的所见所得。 2、业务逻辑层(BLL):用于根据业务 逻辑向表现层提供 数据。 3、数据访问层(DAL):该层所做事务直接操作数据库,针对数据的增添、删除、修改、更新、查找等 -PPT introduced a simple three-tier presentation layer (UI): popular talk show to the user interface is that users in the use of a system when seen from him. 2, the business logic layer (BLL): According to the business logic for providing data to the presentation layer. 3, the data access layer (DAL): The transaction done directly with the database layer for the data to add, delete, modify, update, search, etc.
Platform: | Size: 130048 | Author: tobe | Hits:

[CSharpWeb_Form

Description: Web_Form框架(UI+BLL+DAL+Model),详细讲解了3层架构-Web_Form framework (UI+ BLL+ DAL+ Model), gave a detailed three-tier architecture
Platform: | Size: 391168 | Author: 常新 | Hits:

[Internet-Network51aspx

Description: DaivOA办公管理系统源码 源码描述: 采用N层架构便于二次开发和简便维护: Daiv_OA.BLL:业务逻辑层 Daiv_OA.DAL:数据访问层 Daiv_OA.DBUtility:数据连接层 Daiv_OA.Entity :实体类 Daiv_OA.UI:自定义UI Daiv_OA.Utils:公共层 Daiv_OA.Web:页面显示层 采用的后台模版:Liger UI框架 简介美观,功能强大 采用了大量的Jquery和jquery+Ajax 增强了,用户体验效果。 采用根据权限自定义显示菜单和页面。-DaivOA office management system source code source Description: N-tier architecture to facilitate secondary development and easy maintenance: Daiv_OA.BLL: Business Logic Layer Daiv_OA.DAL: Data Access Layer Daiv_OA.DBUtility: data link layer Daiv_OA.Entity: entity class Daiv_OA.UI, : custom UI Daiv_OA.Utils: common layer Daiv_OA.Web: page displays the background template layer: the Liger UI framework Introduction beautiful, powerful with a large number of Jquery, and jquery+Ajax enhance the effect of the user experience. Used according permission to display custom menus and pages. Etc.
Platform: | Size: 5636096 | Author: 李凯 | Hits:

[.netyanzheng

Description: 登录(简单三层架构)源码 利用简单的登录和用户管理来演示三层结构的使用,数据绑定控件采用的是:GridView 我一直在寻找 稳健的三层架构 我也一直在研究 最后发现了 using的好处 自动连接 自动关闭 在 BLL中进行业务逻辑操作 UI中做显示 -Login (simple three-tier architecture) source using the login and user management to demonstrate the use of the three-tier structure, used by data-bound controls: the GridView I have been looking for a robust three-tier architecture I have been studying the last found using benefits automatically connect automatically shut down in the BLL do show business logic operation UI
Platform: | Size: 9216 | Author: 笑容 | Hits:

[.net3LayerLogin

Description: 利用简单的登录和用户管理来演示三层结构的使用,数据绑定控件采用的是:GridView 我一直在寻找 稳健的三层架构 我也一直在研究 最后发现了 using的好处 自动连接 自动关闭 在 BLL中进行业务逻辑操作 UI中做显示 Web/App_Data下为Sql2005数据库文件 默认登陆帐号/密码:51aspx/51aspx-Simple login and user management to demonstrate the use of the three-tier structure, used by data-bound controls: the GridView I have been looking for a robust three-tier architecture I have been studying the last discovered the benefits of using automatically connect automatically shut down in the BLL do in business logic operation UI display the Web/App_Data default login account/password database file is Sql2005: 51aspx/51aspx
Platform: | Size: 390144 | Author: dfasgfwoi | Hits:

[CSharpTripleLayerStructure

Description: 这是一个全面的三层架构案例,用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.
Platform: | Size: 65536 | Author: wanghuaqiu | Hits:

[CSharpDAL-BLL-UI.-MODEL

Description: 关于三层架构的一个例子,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
Platform: | Size: 1085440 | Author: 浩浩 | Hits:

[Compress-Decompress algrithmscodeCreate

Description: 三层代码生成器 大家都知道 在asp.net 中大量用到三层 现在这个工具就是写三层用的-Dal BlL Ui Model Codesmith
Platform: | Size: 70656 | Author: conna.xia | Hits:

[ASPalmacen

Description: example using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.ComponentModel; using bibliotecadeclases1; using Biblioteca_Entidades; public partial class Usuario_Editar : System.Web.UI.Page { BindingList listaempresas = new BindingList(); List listausuarios = new List(); Empresa posicion0 = new Empresa(); Empresa empresatep = new Empresa(); BLL_Empresas bllempresa = new BLL_Empresas(); Usuario usuario0 = new Usuario(); Usuario usuarioseleccionado = new Usuario(); BLL_Almacenes bll = new BLL_Almacenes(); BLL_Login_usuario bllusuario = new BLL_Login_usuario(); protected void Page_Load(object sender, EventArgs e) { bool valor = IsPostBack;
Platform: | Size: 3524 | Author: johanson | Hits:

[Windows DevelopTest_MVC

Description: 1、简单模拟了MVC模式开发 2、实现了面向对象编程的理念 附 3、程序只提供学习和参考,未经允许不得直接发布。谢谢!!!(BLL Common DAL Model UI)
Platform: | Size: 84539392 | Author: Liu_ | Hits:
« 12 »

CodeBus www.codebus.net