Difference between revisions of ".NET AOP"
From Richard's Wiki
(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...) |
(No difference)
|
Revision as of 01:50, 22 July 2009
.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)