单项选择题
您最近向所有用户创建和部署使用.NET1.1CLR开发的应用程序,管理员更新所有用户的计算机并且安装了NET2.0CLR,运行初步测试并发现使用您创建的应用程序。网1.1CLR不兼容。NET2.0CLR。您需要确保可以与运行应用程序。网1.1CLR。你应该做什么?()
A.
B.
C.
D.
点击查看答案&解析
相关考题
-
单项选择题
You need to select a class that is optimized for key-based item retrieval from both small and large collections. Which class should you choose?()
A.OrderedDictionary class
B.HybridDictionary class
C.ListDictionary class
D.Hashtable class -
单项选择题
You are developing a custom-collection class.You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement. Which criterion should the method meet?()
A.The method must return a type of either IEnumerator or IEnumerable.
B.The method must return a type of IComparable.
C.The method must explicitly contain a collection.
D.The method must be the only iterator in the class. -
单项选择题
最近,您已完成创建的应用程序使用应用程序配置文件。 此配置文件包含一段名为 EmployeeSection,其中包含雇员的元素。 您需要查看 EmployeeSection 元素的内容。 您需要确保 EmployeeSection 元素输出到控制台及其内容。 你应该做什么?()
A.
B.
C.
D.
