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?
Is it possible to use the Unity Policy Injection within StructureMap to provide AOP functionalities?
Asked
Active
Viewed 94 times
1 Answers
0
Have you considered doing your AOP natively with StructureMap? Have a look at the StructureMap documentation on interception.

Rob West
- 5,189
- 1
- 27
- 42