This House房屋销售系统 http://dddspace.cn/2009/11/thishouse-housing-sales-system.html 本人大四一个课程设计,大概花费1周时间,构架2天,编码3天,零碎程序1天, 论文1天。 程序写的不好不坏,是DAL+BLL+Model+Web三层架构,使用的动软生成器生成的 简单三层框架。 压缩包包括源码,数据库,一个star uml简单设计图,数据库文档,需求分析和 论文。 系统关键词是: Asp.NET; MemberShip; iBatisNet; AjaxControlToolkit; 房屋销售系统 数据库使用的是一个完整的MemberShip 权限管理系统,而不是我自己写的简单 User in Role,所以建议对这个MemberShip有一定了解。 整个系统关注的是框架的使用,对于业务逻辑关注很少,实在是我时间有限,没 有更多的精力搞.NET。(我刚开始学Asp.Net 2个月) 如果有问题可以到我的博客留言,本人大四,会在有时间前提下回答,毕竟现在 我正在找工作。 联系我:http://dddspace.cn/2009/11/thishouse-housing-sales-system.html
2021-06-15 20:10:19 4.46MB Asp.NET MemberShip iBatisNet AjaxControlToolkit
1
generates IBatisNet SQL mapping file and a group of CSharp classes from a database table. 产生IBatisNET的SQL映射文件和三层代码 Output for each database table Entity, the C# class that represents a database record. DaoIntf, the C# DAO interface contains a group of data manipulation methods, such as: GetCount, gets the count of all records. FindAll, loads all database records. Find, loads a database record using primary key value(s). FindByXXX, loads a group of records by the value of a column. Delete, deletes a database record. DeleteByXXX, deletes a group of records of by the value of a column. Update, updates a database record. DaoImpl, the C# DAO implementation class that implements the interface referred by DaoIntf. SqlMap, the IBatis.NET SQL mapping file that contains SQL statements used in the DaoImpl above.
2020-01-03 11:19:51 22KB IBatis Codesmith
1
本实例使用C#调用IBatisNet连接操作Oracle10g的实例,使得初学者少起弯路;下载后直接编译使用。 注: 必须安装oracle10g客户端,并且配置数据库连接 创建表t_test create table t_test( id int);
2019-12-21 21:59:38 656KB IBatisNet C# Oracle10g
1