博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

IBatis.Net学习笔记系列文章

Posted on 2010-12-10 00:36  ☆Keep★Moving☆  阅读(332)  评论(0编辑  收藏  举报

转地址:

http://www.cnblogs.com/firstyi/archive/2007/10/11/921116.html

 

IBatis.Net是一个比较易用的ORM框架,使用起来较为方便、灵活。
在此记录我学习的过程,作为自己的一个总结。

1、
IBatis.Net学习笔记一:开篇
2、
IBatis.Net学习笔记二:下载、编译、运行NPetShop
3、
IBatis.Net学习笔记三:两种常用的DAO
4、
IBatis.Net学习笔记四:数据库的缓存模式
5、
IBatis.Net学习笔记五:常用的查询方式
6、
IBatis.Net学习笔记六:再谈查询
7、
IBatis.Net学习笔记七:日志处理
8、
IBatis.Net学习笔记八:把字段映射成一个自定义对象
9、
IBatis.Net学习笔记九:动态选择Dao的设计分析
10、
IBatis.Net学习笔记十:数据库连接处理
11、
IBatis.Net学习笔记十一:Castle.DynamicProxy的使用
12、
IBatis.Net学习笔记十二:发现一个好用的IBatis.Net生成工具
13、
IBatis.Net学习笔记十三:在IBatis.Net中调用存储过程