20080331 - Corillian's product is a Component Container Name at least 3 component containers that ship now with the Windows Server Family
不明白为啥说到 Windows Server Family? 等待高人的解答。
只就 component containers 谈谈自己的理解,组件容器实现了 IContainer 接口,能添加、删除组件,组件容器提供了组件的组织和组件间的交互。C# ——C/C++ 家族中第一个面向组件的语言,组件就是可复用的软件部分,组件原则是充分复用,not to build what you can buy。
不知道下面两个算不算组件容器
System.Windows.Forms
Castle Winsor