现在的位置: 首页 > 综合 > 正文

iBATIS.NET 学习笔记(一)

2012年02月18日 ⁄ 综合 ⁄ 共 781字 ⁄ 字号 评论关闭
IBatisNET是从Java的IBatis开源项目转过来的,IBatisNET可以为你的应用设计一个更好的数据持久层。其大概框架如下图:
 

Table 4.1. Folders found in the iBATIS.NET source distribution

Folder name Description
External-Bin Dependency assemblies provided for your convenience.
IBatisNet.Common Assembly of classes shared by DataAccess and DataMapper
IBatisNet.Common.Logging.Log4Net Log4Net factory adapter classes
IBatisNet.Common.Test Test project for IBatisNet.Common that can be used with NUnit
IBatisNet.DataAccess The Data Access Objects framework (see separate DAO Guide)
IBatisNet.DataAccess.Extensions Contains a C# project for extensions to the DataAccess framework such as NHibernate support
IBatisNet.DataAccess.Test Test project for the DataAccess framework that can be used with NUnit
iBatisNet.DataMapper The DataMapper framework
IBatisNet.DataMapper.Test Test project for the DataMapper that can be used with NUnit

抱歉!评论已关闭.