Mono 兼容的依赖注入框架
Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Which Dependency Injection frameworks are compatible (and tested) against the Mono 2.4.2.3 runtime (Release Notes)?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
温莎城堡是。
Castle Windsor is.
这个SO问题涉及使用NHibernate与MONO 2.4:
Mono 2.4 上的 ASP.NET MVC 1 和 2 以及 Fluent NHibernate
我使用过 Unity< /a> 之前曾成功使用 Mono 2.4.2。
希望这有帮助:)
This SO question relates to using NHibernate with MONO 2.4:
ASP.NET MVC 1 and 2 on Mono 2.4 with Fluent NHibernate
I have used Unity with Mono 2.4.2 successfully before.
Hope this helps :)
Autofac 肯定是。
Autofac most certainly is.
值得注意的是,三年多来我还没有遇到过不能在 Mono 上运行的 IoC 容器。
注意:基于反射的注册方法不太可能在基于 AOT 编译的平台上工作,例如通过 MonoTouch 的 iOS。
Worth noting that over 3 years down the line I'm yet to come across an IoC Container that doesn't work on Mono.
Note: Reflection based approaches to registration will not likely work on AOT compilation based platforms such as iOS via MonoTouch.