对于简单的 Web 应用程序,您更喜欢使用哪种服务定位器库?
对于使用 asp.net mvc 3 和 .net-4 的简单应用程序,考虑到性能问题,首选哪种服务定位器应用程序?
For a simple application that use asp.net mvc 3 and .net-4, what service locator application is preferred, with performance concern in mind?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅以下问题:
关于性能,主要的 IoC 容器在 Web 应用程序中都不存在性能问题。
See these questions:
About performance, none of the main IoC containers have performance issues in a web application.
我会看一下 MEF,因为它包含在 .NET 4.0 中,并且有几种使用它的 MVC 模块化实现。
I would take a look at MEF as it's included on .NET 4.0 and there are several implementations of modularity on MVC using it.
对于简单的应用程序,您不需要 ServiceLocator。它开箱即用。就像以前版本的 ASP.NET MVC 一样。
You don't need ServiceLocator for a simple application. It just works out of the box. Like in previous versions of ASP.NET MVC.