The Spring.Core namespace provides an implementation of an Inversion of Control container.
The design of Spring.NET's IoC container is such
that your application objects configured by the IoC container almost always
to not need to depend on any classes or interfaces contained in this namespace.
“你的应用程序中被IOC container 配置的对象 always not need to 依赖在这个命名空间的任何类或者接口。“
The design of Spring.NET's IoC container is such
that your application objects configured by the IoC container almost always
to not need to depend on any classes or interfaces contained in this namespace.
“你的应用程序中被IOC container 配置的对象 always not need to 依赖在这个命名空间的任何类或者接口。“
However, you may find it useful to reference this namespace as it contains some general framework style classes These range from Spring.Expressions that provides evaluation of object graph expressions to Spring.Util that provides various Reflection, String, and XM
However, you may find it useful to reference this namespace as it contains some general framework style classes These range from Spring.Expressions that provides evaluation of object graph expressions to Spring.Util that provides various Reflection, String, and XML utility functions.
Spring.NET IoC 容器详解
Spring.NET的IoC容器实现了解耦合的设计理念,让应用对象几乎不需要依赖特定的框架类。本文介绍了Spring.Core命名空间提供的IoC容器实现,并概述了其中包含的一些通用框架风格的类,如Spring.Expressions和Spring.Util等。
453

被折叠的 条评论
为什么被折叠?



