RB: Why another dependency injection container?
RB:为什么要开发一个新的依赖注入容器?
It's primarily a dependency injection container.
它主要是一个依赖注入容器。
It's built from the ground up using a dependency injection container.
它是使用依赖性注入容器从头构建的。
That’s where the Dependency Injection container comes in. It is a smart object factory.
这就是依赖注入容器责无旁贷的,它是一个智能的对象工厂。
Nate Kohari released version 1.0 of his dependency injection container for.net called Ninject.
NateKohari发布了针对。NET的依赖注入容器Ninject的1.0版本。
The Unity Application Block (Unity) is a lightweight, extensible dependency injection container.
UnityApplicationBlock (Unity)是一个轻量级的,可扩展的依赖注入容器。
It provides a dependency injection container and enables an object's lifecycle to be automatically managed.
它提供一个依赖性注入容器,允许自动管理一个对象的生命周期。
As soon as I heard about it, I joined the project and we started porting the core Dependency Injection container and AOP framework.
当我听闻这一消息后,就立即加入了这个项目,开始对核心的依赖注入容器以及AOP框架进行移植。
Unity is a lightweight, extensible dependency injection container with support for constructor, property, and method call injection.
Unity是一个轻量级,可扩展的依赖注入容器,支持构造函数,属性和方法调用注入。
It won't give you a lot of extras, but it has a complete dependency injection container. PicoContainer also has some unique properties.
它没有提供许多附加物,但它具有完整的依赖注入容器。
Microsoft released a version of their Enterprise Library 4.0 for Visual Studio 2008 and at the same time, Unity 1.1 application block, their dependency injection container.
微软发布了支持VisualStudio 2008的新版本EnterpriseLibrary 4.0,同时也发布了他们的依赖注入容器Unity应用程序块的1.1版本。
Core features, such as the Dependency Injection (DI) container, AOP and the data access framework can be used in pretty much any.net application.
核心特性如依赖注入(DI)容器、AOP以及数据访问框架,都可以非常好地应用在任意的。NET应用程序中。
InfoQ: Can you discuss the new Dependency Injection (di) container feature that will be part of the future release of the framework?
InfoQ:依赖注入(DI)容器将是后续版本的一个新特性,能否谈谈这一新特性呢?
Ct: Unity is a Dependency Injection (DI) container.
ct:Unity是一个依赖注入(Dependency Injection,DI)容器。
Spring's IOC implementation uses dependency injection to effectively "invert control" from your application code to the Spring container.
Spring的IOC实现使用依赖性注入有效地将控制从应用程序代码 “反转”到 Spring 容器。
One effective refactoring strategy is to introduce to the application a dependency injection 16 container like Spring or Google Guice.
有效重构的一个战略,是向程序引入一个依赖注射16容器,例如Spring或者Google Guice。
With dependency injection, that job goes to a third party — call it the Container class (see Listing 2).
有了依赖注入,该工作就由称之为container类(参阅清单2)的第三方来处理。
Blueprint as a plain dependency injection framework has exactly the same problem with bridging between the Web container and the Blueprint container.
作为一个简单依赖性注入框架,Blueprint对于We b容器与Blueprint容器之间的桥接存在完全相同的问题。
The Blueprint Container specification defines a dependency injection framework for OSGi.
BlueprintContainer规范为OSGi定义了一个依赖性注入(dependency injection)框架。
Blueprint container with a dependency injection model.
蓝图容器及一个附属的注入模型。
NET MVC framework also supports the use of Dependency Injection (DI) and Inversion of Control (IOC) container models.
NETMVC框架还支持使用依赖项注入(DI)和控制反转(IOC)容器模型。
With Dependency Injection a Container manages the associations between your classes.
与依赖注入容器管理类之间的关联。
With Dependency Injection a Container manages the associations between your classes.
与依赖注入容器管理类之间的关联。
应用推荐