一、编程方式的容器 在Spring.NET 中,对于通过编程方式使用容器的环境,提供了Spring.Context.Support.StaticApplicationContext,我们可以直接创建这个容器,并加入一些配置。 在下面的例子中,我们定义了基类 Person,然后定义了 Person 的派生类 Student, publicclassPerson { publicstringName {set;get; } publicoverridestr...