1

For a simple application that use asp.net mvc 3 and .net-4, what service locator application is preferred, with performance concern in mind?

4

3 回答 3

3

请参阅以下问题:

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

于 2010-08-02T01:53:21.753 回答
1

对于简单的应用程序,您不需要 ServiceLocator。它开箱即用。就像以前版本的 ASP.NET MVC 一样。

于 2010-08-05T09:47:41.120 回答
1

我会看一下 MEF,因为它包含在 .NET 4.0 中,并且在 MVC 上使用它有几种模块化实现。

于 2010-08-02T01:45:39.083 回答