AOP suggestion without IOC
问题 I need to introduce AOP in an existing WCF service, basically for exception wrapping and logging. I need an AOP framework in .NET 4 (not 4.5), without need to do IOC injection because it will be too costly to introduce in existing code. In my research I found the following: PostSharp: very nice and straightforward but paid, I need a free one NConcern: latest version is build for .NET 4.5, previous versions is buggy with my code. Also it works with CNetpune which modify the assembly, not