Certkiller.com 已经聘请了小的本地私立学校的发展将在应用程序中,ManageAttendance 名学生档案管理的目的而使用的类库。 您应负责此类图书馆发展。Certkiller.com 已指示您学习的结果存储到应用程序中创建的集合。 目前仅有七个学生,但此值将增加两倍,在下一年度,学校已通知您。 由于对有限的资源,您需要确保您所创建的集合消耗最少的资源。 创建集合,您应该使用什么?()
A.HybridDictionary的集合类 B.哈希表的集合类 C.ListDictionary的集合类 D.StringCollection的集合类
单项选择题为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您最近完成了一类名为 TestReward 的开发和包中的类。NET 2.0 程序集命名为 TestObj.dll。 并用于客户端应用程序后,您决定将移从 TestReward 类 TestObj.dll TestRewardObj.dll 程序集的程序集。你要确保你船的更新后的 TestObj.dll 和 TestRewardObj.dll 程序集时,客户端应用程序可以继续工作,而不需要重新编译。 你应该做什么? ()
A.应使用TypeForwardedTo属性 B.应使用TypeConvertor.ConvertTo方法 C.应使用InternalsVisibleTo属性 D.应使用该类型的Convertor.ConvertFrom方法
单项选择题您正在开发。网框架 2.0 Windows 窗体应用程序的 Certkiller-WS554。 应用程序必须提供支持多种语言和区域差异。 您需要定义基于现有的文化和区域的自定义区域性。 管理用户会在应用程序部署之前的最终用户的计算机上安装自定义区域性 并且,您需要选择要使用的类。 你应该做什么? ()
多项选择题为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发。网框架 2.0 Windows 应用程序和要创建的前台线程在应用程序中绘制线条。 在线程启动时,您必须提供的数据值,它指定绘制的行数。 你应该做什么?()
A.应创建一个WaitCallBack委托 B.创建一个ThreadStart委托 C.应创建一个ParameterizedThreadStart委托 D.应调用ThreadStart方法 E.应调用ThreadPool.QueueUserWorkItem方法
单项选择题为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发。NET 框架 2.0 Windows 服务应用程序,用于执行需要后台处理的几个短的任务。 你不需要有积极管理您的应用程序中的线程,但您是需要确保在执行任务的过程中将执行安全检查。 你应该做什么? ()
A.使用 ThreadPool.queueUserWorkItem。 B.使用 ThreadPool.UnsafeQueueUserWorkItem。 C.使用 Thread.Resume。 D.使用 Thread.Start
单项选择题You work as the application developer at Certkiller .com. Certkiller .com uses Visual Studio.NET 2005 as its application development platform. You are developing a .NET Framework 2.0 Windows Service application and are busy writing the following installation code for the Windows service: <RunInstallerAttribute(True)> Public Class TestServiceInstaller Implemets Installer Additional code to go here End Class You are required to install the Windows service and write the values associated with the service in the Windows Registry. What should you do?()
A.The Assembly Registration Tool (Regasm.exe) should be used. B.The Global Assembly Cache Tool (Gacutil.exe) should be used. C.The .NET Services Installation Tool (Regsvcs.exe) should be used. D.The Installer Tool (InstallUtil.exe) should be used.