单项选择题为应用程序开发人员上班 Certkiller.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发.NETFramework2.0应用程序忙发展共享的程序集的被称为BillSharedObjects,驻留在一个文件中命名为BillSharedObjects.dll,在编译您存储程序集在C:\BillSharedObjects\Debug目录中。你不会要你的开发和调试时反复安装在全局程序集缓存中的程序集。要从其当前位置的加载的程序集的应用程序。虽然系统所做的任何更改都不会影响测试时的net框架任何其他应用程序的部署,或将部署。你应该做什么?()

A.C:\SharedObjects\Debug必须放在PATHEXT环境变量
B.C:\SharedObjects\Debug必须放在PATH环境变量中
C.C:\SharedObjects\Debug必须放在由DEVPATH环境变量
D.
E.
F.


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题

选择正确的选项()


A.A
B.B
C.C
D.D

4.单项选择题

选择正确的选项()

A.A
B.B
C.C
D.D

最新试题

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 hereEnd ClassYou are required to install the Windows service and write the values associated with the service in the Windows Registry.What should you do?()

题型:单项选择题

您正在开发。网框架 2.0 Windows 窗体应用程序的 Certkiller-WS554。应用程序必须提供支持多种语言和区域差异。您需要定义基于现有的文化和区域的自定义区域性。管理用户会在应用程序部署之前的最终用户的计算机上安装自定义区域性并且,您需要选择要使用的类。你应该做什么? ()

题型:单项选择题

You need to serialize an object of type List<int> in a binary format.The object is named data.Which code segment should you use?()

题型:单项选择题

You define the following regular expression of currency values:regex tx = new regex("^-?\d+(\.\d{2})?$")You are required to write code that will be used to find whether a string in the variable named Bill matches the regular expression or not. You are also required to use this code as the expression in a conditional statement and need to know which code segment to use.What should you do?()

题型:单项选择题

为应用程序开发人员上班 Certkille。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发一个 Windows 服务应用程序包含两个服务。第一个服务监控目录的新订单,而其他服务将复制的数据库表的最新信息。您需要开发一个项目安装程序类,以安装这些服务。你应该做什么?()

题型:多项选择题

为应用程序开发人员上班 Certkiller。 com。Certkiller.com 作为其应用程序使用 Visual Studio.NET 2005开发平台。您正在开发一个 Windows 窗体应用程序。你被要求要创建一个新的类引发大量的事件和保持尽可能低的内存使用的类。必须完成此任务,使用代码的最小数量可能。你应该做什么?()

题型:单项选择题

You work as an application developer at Certkiller .com. You are currently in the process of creating a new application for Certkiller .com. You are required to read compressed data files that has been sent by Certkiller .com's sales offices.These data files are less than 4 GB in size, but was compressed without cyclic redundancy. You want to write a method that receives the compressed files and return the uncompressed data as a byte array.What should you do?()

题型:单项选择题

You have recently completed the creation of a new application.Certkiller .com requires you to ensure that this new application creates a file that contains an array of bytes.What should you do?()

题型:单项选择题

为应用程序开发人员上班 Certkiller。.com,Certkiller.com 使用 Visual Studio.NET 2005 作为其应用程序开发平台。您正在开发。NET 框架 2.0 Windows 服务应用程序,用于执行需要后台处理的几个短的任务。你不需要有积极管理您的应用程序中的线程,但您是需要确保在执行任务的过程中将执行安全检查。你应该做什么? ()

题型:单项选择题

You are in the process of creating a new application.This new application has to be able to read all data from a text file.What should you do?()

题型:单项选择题