Castle is an open source project for .net that aspires to simplify the development of enterprise and web applications. Offering a set of tools (working together or independently) and integration with others open source projects, Castle helps you get more done with less code and in less time. Castle是针对.NET平台的一个力求使企业及网站开发简单化的开源项目.与其它开源项目类似,Castle也提供了一系列的工具.它可以帮助你编写较少的代码,以节省时间.
这就是Castle,一个让我为之着迷的ORM,IOC,WEB MVC,AOP统一体~一个可以让我们快速开发出企业级的应用程序和网站的开源项目.
一,Castle.ActiveRecord 学与练
Castle ActiveRecord做为本系列第一部分,是为了让大家对一套框架先从哪里入手有一定的了解,官方文档里对ActiveRecord写道:"The enterprise data mapping pattern implemented using NHibernate. ",很明显,ActiveRecord是基于NHibernate的,使用Castle.ActiveRecord 学与练[2]