通过 ninject.extensions.interception 进行的 AOP 与 ninject 有何关系?

发布于 2024-10-25 03:36:21 字数 199 浏览 3 评论 0原文

  1. 我知道 ninject.extensions.interception 可用于 AOP,但该项目如何关联/利用 Ninject?
  2. 是否可以使用 Ninject 进行 DI 并使用其他框架进行 AOP? ninject.extensions.interception 是否做了一些特殊的事情来使 AOP 在使用 Ninject 的情况下工作?
  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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光病人 2024-11-01 03:36:22

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文