I realy like concept of Aspect Oriented Programing and I would like to use it in my aplication for few services. Application is Net MVC 4. I know about filters, but i would like to use AOP in other classes- outside of controller. I can't find any resources about this and all i get is filetrs wchich are limited.
Can anyoe point me to some resources how to integrate AOP in MVC4? Is there any framework easy to integrate with that?