Reputation: 29186
I'm trying to find examples on the web of how to use AOP via Ninject. Can someone confirm if AOP is available in Ninject 2 without using external libraries (i.e. Castle Windsor?).
If it can be done, could you post a link to resources that would help me get started?
Upvotes: 6
Views: 3361
Reputation: 32725
Yes, use the Interception extension:
https://github.com/ninject/ninject.extensions.interception
Upvotes: 9