您正在开发。网框架 2.0 Windows 窗体应用程序的 Certkiller-WS554。 应用程序必须提供支持多种语言和区域差异。 您需要定义基于现有的文化和区域的自定义区域性。 管理用户会在应用程序部署之前的最终用户的计算机上安装自定义区域性 并且,您需要选择要使用的类。 你应该做什么? ()
A.应使用TypeForwardedTo属性 B.应使用TypeConvertor.ConvertTo方法 C.应使用InternalsVisibleTo属性 D.应使用该类型的Convertor.ConvertFrom方法
多项选择题为应用程序开发人员上班 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.
单项选择题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 Windows Service application which contains three different Windows services. You are required to only set one Windows service to start automatically when the system is restarted. What should you do?()
A.Use the ServiceController class. B.Use the ServiceBase class. C.Use the ServiceProcessInstaller class. D.Use the ServiceInstaller class.
多项选择题为应用程序开发人员上班 Certkille。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。 您正在开发一个 Windows 服务应用程序包含两个服务。 第一个服务监控目录的新订单,而其他服务将复制的数据库表的最新信息。 您需要开发一个项目安装程序类,以安装这些服务。 你应该做什么?()
A.ServiceProcessInstaller 的一个实例必须实例化并将其添加到项目安装程序类 B.两个 ServiceInstaller 实例必须实例化并将它们添加到项目安装程序类 C.两个 ServiceProcessInstaller 实例必须实例化并将它们添加到项目安装程序类 D.ComponentInstaller 的一个实例必须实例化并将它们添加到项目安装程序类 E.两个 ComponentInstaller 实例必须实例化并将它们添加到项目安装程序类 F.ServiceInstaller 的一个实例必须实例化并将它们添加到项目安装程序类