tags:

views:

124

answers:

1

From an asp.net perspective (C#) What are the strengths and weaknesses of each AOP tool? Some factors to include:

  • Learning curve (for AOP newbies)
  • Interceptions possible
  • Performance
  • Cost
+2  A: 

Understanding AOP in .NET

John K
I think PostSharp is the best .NET AOP tool, but it doesn't have an official support for ASP.NET Web Sites (but it does for ASP.NET Web Applications!): http://www.sharpcrafters.com/blog/post/On-PostSharp-Support-of-ASPNET-Web-Sites.aspx
Fabio Gouw