(未完成).NET框架知识竞赛100题

1. String.Substring会返回null值么?
2. 类InstanceDescriptor是定义在什么名称空间下的?
3. TypeConverter.ConvertFrom(object value); 在不能将value转换时会抛出ArgumentException还是NotSupportedException?
4. IComponent.Site的类型是什么?
5. StatusBarPanel 类除了继承了Component类,还实现了一个Interface.这个Interface是什么?
6. String.Substring会抛出Exception么?
7. System.ComponentModel.CollectionChangeAction枚举值除了Add,Remove外还有一个是什么?
8. 在2004年初,整个microsoft.com的content大概有多少G? 选择一个答案:10G, 100G, 500G还是1000G.


答案
1. 不会
2. System.ComponentModel.Design.Serialization
3. NotSupportedException
4. ISite
5. ISupportInitialize
6. 完全可能,如OutOfMemoryException.
7. Refresh, 当整个Collection都改变的时候,如Clear, InsertRange, RemoveRange, Reverse, SetRange, Sort等操作。
8. 100G.更精确的说是110G.(source)

posted on 2004-02-03 07:46  孙展波  阅读(286)  评论(0编辑  收藏  举报

导航