通过 ninject.extensions.interception 进行的 AOP 与 ninject 有何关系?
- 我知道 ninject.extensions.interception 可用于 AOP,但该项目如何关联/利用 Ninject?
- 是否可以使用 Ninject 进行 DI 并使用其他框架进行 AOP? ninject.extensions.interception 是否做了一些特殊的事情来使 AOP 在使用 Ninject 的情况下工作?
- I understand that ninject.extensions.interception can be used for AOP, but how does this project relate/leverage Ninject?
- 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ninject 不会强迫您使用任何特定的 AOP 框架。但 Ninject 扩展的独特之处在于,拦截器本身由 Ninject 注入,无需添加任何自定义代码。
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.