AOP through Unity interceptors - Conclusion

We have seen how pleasant could be the programmation with Unity and interceptors.
Of course, you can use another IoC framework to achieve what we have done in this series. A good advice would be to use Autofac. This framework has more capabilities than Unity.

An other point of attention is performance. Enabling interception is not cost free. You should take care of it: I would advice to measure the impact of enabling/disabling interception.

Comments

Popular posts from this blog

EMGU with Xamarin Forms guide [part 1]

[Xamarin Forms] Custom bottom bordered entry (iOS & Android)

Xamarin.Forms device unique ID...