代码改变世界

随笔分类 -  .NET ORM

ORM映射框架总结--Flash 处理

2010-01-02 14:34 by 贺臣, 931 阅读, 收藏, 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-4-174*5*6*根据flash读取其宽度和高度7**/8usingSystem;9usingSystem.Collections.Generic;10usingSyst... 阅读全文

ORM映射框架总结--加密处理

2010-01-02 14:26 by 贺臣, 887 阅读, 收藏, 编辑
摘要: 1.MD5 加密处理代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*日期:2009-3-153*作者:4*功能:MD5加密及验证5**/6usingSystem;7usingSystem.Collections.Generic;8usi... 阅读全文

ORM映射框架总结--文件下载

2010-01-02 14:14 by 贺臣, 928 阅读, 收藏, 编辑
摘要: 本段代码提供了asp.net 中的各种文件下载方式。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*日期:2009-3-133*作者:4*功能:下载文件5**/67usingSystem;8usingSystem.Configurati... 阅读全文

ORM映射框架总结--Excel 操作

2010-01-02 14:09 by 贺臣, 1187 阅读, 收藏, 编辑
摘要: 在很多时候,我们需要将查询的数据做成报表统计,然后生成Excel文档格式的。再此提供了将DataTable 数据导出excel 的方法代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-5-24*5*6*将DataTable导... 阅读全文

ORM映射框架总结--数据操作(七)

2010-01-02 14:03 by 贺臣, 1413 阅读, 收藏, 编辑
摘要: 2. 数据库操作实现类 SqlHelper代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/****2009-4-22***数据库操作的公共类**/usingSystem;usingSystem.Collections.Generic;usingS... 阅读全文

ORM映射框架总结--数据操作(六)

2010-01-02 13:50 by 贺臣, 1228 阅读, 收藏, 编辑
摘要: 1. 数据库操作接口 IDbHelper代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/****2009-4-22***提供各种数据库操作方法以及实体类操作方法**/usingSystem;usingSystem.Collections.Gen... 阅读全文

ORM映射框架总结--数据操作(五)

2010-01-02 12:49 by 贺臣, 1096 阅读, 收藏, 编辑
摘要: 1.数据库加载驱动和操作接口 IDbProvider代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-4-224*5*6*数据库操作加载驱动接口,7*提供了数据库操作的各种命令8**/9usingSystem;10using... 阅读全文

ORM映射框架总结--数据操作(四)

2010-01-02 12:11 by 贺臣, 1408 阅读, 收藏, 编辑
摘要: 1.BaseEntityHelper 解析实体类特性代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-4-174*5*6*字段的特性7**/8usingSystem;9usingSystem.Collections.Gen... 阅读全文

ORM映射框架总结--数据操作(三)

2010-01-01 11:35 by 贺臣, 752 阅读, 收藏, 编辑
摘要: 1. 辅助类 DataType代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-4-114*5*6*数据库各种数据类型枚举7**/8usingSystem;9usingSystem.Collections.Generic;... 阅读全文

ORM映射框架总结--数据操作(二)

2010-01-01 10:53 by 贺臣, 1583 阅读, 收藏, 编辑
摘要: 1.TableInfo 封装实体特性类代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/**2*3*2009-4-114*5*6*表实体的特性信息7**/8usingSystem;9usingSystem.Collections.Generic... 阅读全文

ORM映射框架总结--数据操作(一)

2009-12-31 17:51 by 贺臣, 2917 阅读, 收藏, 编辑
摘要: ORM(对象关系映射) ,在我们印象中Hibernate是体现的比较明显的。因为它的轻量级和低入侵式,得到很多IT人士的亲睐。  正是因为ORM 这种映射关系,使程序各个模块之间的耦合度大大降低,使得程序灵活多变。.NET 在Linq 出现之前几乎没有看到什么ORM映射框架,今年自己也.net 方面下了一番苦功夫学习,有小小成果就是自己写了一个ORM映射框架。在2009年的最后一天与大家分享  程... 阅读全文


作者:情缘
出处:http://www.cnblogs.com/qingyuan/
关于作者:从事仓库,生产软件方面的开发,在项目管理以及企业经营方面寻求发展之路
版权声明:本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接。
联系方式: 个人QQ  821865130 ; 仓储技术QQ群 88718955,142050808 ;
吉特仓储管理系统 开源地址: https://github.com/hechenqingyuan/gitwms