Difference between revisions of ".NET AOP"

From Richard's Wiki
Jump to: navigation, search
(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...)
 
(Surveys of .NET AOP Frameworks)
Line 7: Line 7:
 
* [http://csharp-source.net/open-source/aspect-oriented-frameworks Open Source Aspect-Oriented Frameworks in C#] (CSharp-Source.net)
 
* [http://csharp-source.net/open-source/aspect-oriented-frameworks Open Source Aspect-Oriented Frameworks in C#] (CSharp-Source.net)
 
* [http://www.codeproject.com/KB/cs/AOP_Frameworks_Rating.aspx Rating of Open Source AOP Frameworks in .Net] (CodeProject Aug 2008)
 
* [http://www.codeproject.com/KB/cs/AOP_Frameworks_Rating.aspx Rating of Open Source AOP Frameworks in .Net] (CodeProject Aug 2008)
 +
* [http://www.neovolve.com/post/2009/04/08/Styles-of-AOP.aspx Styles of AOP] (Has a useful table of AOP immplementation methods)

Revision as of 01:12, 22 July 2009

.NET Aspect Oriented Programming Frameworks

Surveys of .NET AOP Frameworks