Question

  1. I understand that ninject.extensions.interception can be used for AOP, but how does this project relate/leverage Ninject?
  2. Is it possible to use Ninject for DI and some other framework for AOP? Does ninject.extensions.interception do something special to make AOP work in context of also using Ninject?
Was it helpful?

Solution

Ninject does not force you to use any specific AOP framework. But what's unique to he Ninject extension is that the interceptors themselves get injected by Ninject without adding any custom code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top