.NET下的一些AOP框架介绍

AOP引 擎 SetPoint
SetPoint是一款. NET 框 架 下的全 功 能  (full-featured)AOP引擎.它着重为称为语义切点(semantic pointcuts)的定义依赖RDF/OWL的使用.它的功能为一个IL-level,highly dynamic weaver&LENDL,一个引人注目的定义 语 言
项 目 主页:  http://setpoint.codehaus.org/  
文 档 地址:  http://setpoint.codehaus.org/Tutorials  
下 载 地址:  http://setpoint.codehaus.org/Downloads

AOP 引擎 DotNetAOP
DotNetAOP为 CLR language提供AOP 框架 基 础 属性。

AOP框架 NAop
项目主页:  http://sourceforge.net/projects/aopnet/  
下载地址:  http://sourceforge.net/projects/aopnet/files  

AOP 框架 AspectSharp
AspectSharp是DotNet下的免费AOP框架,它以Dynamic Proxies和XML作为配置 文 件
项目主页:  http://sourceforge.net/projects/aspectsharp/
下 载地址:  http://sourceforge.net/projects/aspectsharp/files/  

AOP 框架 Encase
Encase 是C#编写 开 发 的为.NET 平 台 提供的AOP框架。Encase 独特的提供了把方面(aspects)部署到运行时 代 码 ,而其它AOP框架依赖配置文件的方式。这种部署方面(aspects)的方法帮助缺少经验的开发人员提高开发效率。
项目主页:  http://theagiledeveloper.com/articles/Encase.aspx  

C# 的AOP框架 NKalore
NKalore 是一款编程语言,它扩展了C#允许在.net平台使用AOP。NKalore的语法简单、直观,它的 编 译 器是基于Mono C#编译器(MCS)。NKalore目前只能在 命 令 行或#Develop内部使用。NKalore兼容公共语言规范CLS(Common Language Specification),它可以在任何.NET开发 环 境 中使用,包括 微 软 Visual   Studio  .NET。
项目主页:  http://aspectsharpcomp.sourceforge.net/  
下载地址:  http://aspectsharpcomp.sourceforge.net/download.htm  

PostSharp
PostSharp 读取.NET字节模块,转换成 对 象 模型。让 插 件 分析和转换这个模型并写回到MSIL。
PostSharp使开发 程 序 分析 应 用 程序容易得像分析代码规则和 设 计 模 式 ,它使程序开发的思想变革为面向方面 软 件 开发(AOSD/AOD)思想。
PostSharp is a tool that can reduce the number of lines of code in all major Microsoft .NET languages and improve its logical decoupling. Therefore its helps you delivering higher stability, cleaner design, and cheaper source code maintenance.
项 目主页:  http://www.postsharp.org/  
下载地址:  http://www.postsharp.org/download

你可能感兴趣的:(.NET下的一些AOP框架介绍)