I know that we can use Castle Dynamic Proxy within StructureMap to implement the AOP mechanism. A typical example is: HERE But can we use Unity Policy Injection within StructureMap instead of Castle Dyanmic Proxy?

有帮助吗?

解决方案

Have you considered doing your AOP natively with StructureMap? Have a look at the StructureMap documentation on interception.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top