.NET AOP
From Richard's Wiki
Revision as of 00:50, 22 July 2009 by Rkdrm (Talk | contribs) (New page: == .NET Aspect Oriented Programming Frameworks == * [http://www.postsharp.org/ PostSharp] (compile-time aspect injection (good), but LGPL or commercial license (bad)) * [http://msdn.micros...)
.NET Aspect Oriented Programming Frameworks
- PostSharp (compile-time aspect injection (good), but LGPL or commercial license (bad))
- Policy Injection Application Block (pseudo-AOP framework, runtime aspect injection, from Microsoft P&P group, getting old...)
- Spring.NET (Runtime aspect injection via proxies)
Surveys of .NET AOP Frameworks
- Open Source Aspect-Oriented Frameworks in C# (CSharp-Source.net)
- Rating of Open Source AOP Frameworks in .Net (CodeProject Aug 2008)