Search code examples
.netaopinterception

AOP programming in .Net?


I'm wondering what's good out there for AOP / crosscutting in .Net, along the lines of AspectJ. I see Microsoft has a Policy Injection Application Block; any other good stuff out there I should take a look at?


Solution

  • PostSharp is probably the most popular option, although I believe Sprint.NET is fairly widespread, as well.