Retrieve an instance of the FileSystemInfo class.
Retrieve an instance of the DriveInfo class.
Retrieve the drive capacity by using the DriveInfo.TotalSize property.
Determine if the drive is available by using the FileSystemInfo.Attributes property.
Retrieve the drive names of all logical drives on a computer by using the DriveInfo.GetDrives method.
Retrieve the drive capacity by using the FileSystemInfo.Attributes property.
第1题:
A.
B.
C.
D.
第2题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You host the Web application in Microsoft Internet Information Services (IIS) 6.0. You browse theapplication and receive the following error message: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable.Please hit the "Refresh" button in your web browser to retry your request. You view the Application event log and discover the following message: It is not possible to run two different versions of ASP.NET in the same IIS process. Please use theIIS Administration Tool to reconfigure your server to run the application in a separate process. To ensure productivity you need to solve this problem as quick as possible. What should you do?()
第3题:
You work as a database administrator for Certkiller .com. You enabled tracing while creating a listener to your database. What additional information is available to you when you enable tracing?()
第4题:
You are designing a Windows Azure web application. The application will be accessible at a standard cloudapp.net URL. You need to recommend a DNS resource record type that will allow you to configure access to the application through a custom domain name. Which type should you recommend?()
第5题:
Your company has an Active Directory Domain Services (AD DS) domain. You virtualize applications by using Microsoft Application Virtualization (App - V). You are creating an application virtualization package. Which sh ould you use?()
第6题:
You are creating a Windows Forms application by using the .NET Framework 3.5 The application is used by a financial service provider.You discover that the service provider transfers large amounts of data by using XML.You need to read and validate the XMLdocuments in the most time efficient manner.Which technology should you use?()
第7题:
A
B
C
D
第8题:
Enable WPF tracing in the registry.Restart the application.
Enable tracing by modifying local Group Policy.Restart the application.
Open the XML configuration file for your application on the user's computer.Set tracing to a verbose level.Restart the application.
Open the XML configuration file for your application on the user's computer.Add a trace listener.Restart the application.
第9题:
ExtraSmall
ExtraLarge
Small
Large
第10题:
Handle server names and URLs as ASCII data
Use Unicode strings throughout the application
Use the NumberFormatInfo class for numeric formatting
Handle strings as a series of individual characters instead of entire strings
Avoid usage of the SortKey class and the CompareInfo class for sorting purposes
第11题:
A
CNAME
MX
SRV
第12题:
You should change the IIS isolation mode.
You should assign the application to another application pool.
You should configure all applications that are part of your application's application pool in orderto use the same version of ASP.NET.
You should run the Aspnet_regiis.exe Tool.
You should restart the application pool that hosts the application.
第13题:
You have recently completely creating a new application for Certkiller .com.This new application has to load an instance of the Inventory class from a large file named Inventory.dat.You need to ensure that the application executes the loading process in as little time as possible.What should you do?()
A.
B.
C.
D.
第14题:
You are creating a Windows Forms Application by using the .NET Framework 3.5.Your applciation will be used by a government depertment.You need to ensure that the application meets "accessibilty" requirements.Which three actions should you perform?()
第15题:
You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space. You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server. Which size should you recommend?()
第16题:
You work as a Web Developer at Certkiller.com. You are in the process of creating a Webapplication using Microsoft ASP.NET 3.5. You need to ensure that the application is able to load staff information from an XML file into aDataSet instance. The XML file contains an inline schema. You have to call a method of theDataSet class in order to load the information. Identify how you can accomplish this?()
第17题:
You are a desktop administrator for your company. You are responsible for deploying a new application. The application is packaged in an .msi file. You need to deploy the application to only three users in the company. The .msi file contains all of the information necessary to correctly install the application. You need to install the application so that users see information about the installation progress, but no other user interface is displayed during the installation. What should you do?()
第18题:
You are creating an application that provides information about the local computer.The application contains a form that lists each logical drive along with the drive properties,such as type,volume label,and capacity.You need to write a procedure that retrieves properties of each logical drive on the local computer. What should you do?()
第19题:
A
B
C
D
第20题:
You should call the ReadXml method with the ReadSchema XML read mode.
You should call the ReadXml method with the InferTypedSchema XML read mode.
You should call the ReadXmlSchema method.
You should call the ReadXml method with the InferSchema XML read mode.
第21题:
Autos
Immediate
Locals
Output
第22题:
Use JavaScript Object Notation.
Use the RegisterClientScriptBlock method.
Use the RegisterClientScriptlnclude method.
Build a JavaScript function.
Use the RegisterClientScriptResource method.
第23题:
Add an XML index to the table that contains the product data.
Add the XSINIL argument to the ELEMENTS directive in the query.
Add a HAVING clause to the query.
Add the replace value of clause to the query.
第24题:
A
B
C
D