为应用程序开发人员上班 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 的一个实例必须实例化并将它们添加到项目安装程序类
单项选择题为应用程序开发人员上班 Certkiller.com。 Certkiller.com 作为其应用程序使用 Visual Studio.NET 2005开发平台。 您正在开发的应用程序将用来连接和控制上安装的现有服务的行为名为 Certkiller 的网络服务器-SR01。 你应该做什么?()
A.使用ServiceController类的机器名和服务名属性 B.使用ServiceController类的站点属性。 C.使用 ServiceInstaller 类的站点属性。 D.使用的服务名和显示名称属性ServiceInstaller 类。
单项选择题为应用程序开发人员上班 Certkiller。 com。 您正在开发.NET 框架 2.0 Windows 服务指定将用于不断的 TestScannerSync 的应用程序扫描仪连接到计算机的显示器。 TestScannerSync 类继承及其功能ServiceBase 类。 当您连接扫描仪服务同步其数据与数据SQL Server 数据库中的数据。 您决定重写在 TestScannerSync 如上方法关闭数据库连接的类和写入代码。 您需要确定在代码中的位置,您可以打开到数据库的连接。 你应该做什么?()
A.在构造函数中的打开的数据库连接TestScannerSync类 B.在OnContinue方法中打开的数据库连接TestScannerSync类 C.数据库连接打开的OnStart方法中TestScannerSync类 D.在OnPowerEvent方法中打开的数据库连接TestScannerSync类