对于简单的 Web 应用程序,您更喜欢使用哪种服务定位器库?

发布于 2024-09-12 13:23:05 字数 65 浏览 4 评论 0原文

对于使用 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 技术交流群。

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

发布评论

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

评论(3

活泼老夫 2024-09-19 13:23:05

请参阅以下问题:

关于性能,主要的 IoC 容器在 Web 应用程序中都不存在性能问题。

See these questions:

About performance, none of the main IoC containers have performance issues in a web application.

极度宠爱 2024-09-19 13:23:05

我会看一下 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.

音盲 2024-09-19 13:23:05

对于简单的应用程序,您不需要 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.

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