문제

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