当前位置:MCPD(70-562)题库

问题:

[单选]

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You write the following code segment to create a JavaScript file named CalculatorScript.js:  
function divide(a, b) {  if (b == 0) {  
var errorMsg = Messages.DivideByZero;  alert(errorMsg); return null;  
} 
return a/b;  
}  
You embed the CalculatorScript.js file as a resource in a Class Library project.  The namespace for this project is Calculator.Resources.  
The JavaScript function retrieves messages from a resource file named MessageResources.resx by using the JavaScript Messages object. 
You add an AJAX Web form in the ASP.NET application. You reference the Class Library in the application. 
You add an ASP.NET AJAX ScriptReference element to the AJAX Web form. 
You need to ensure that the JavaScript function can access the error messages that are defined in the resource file. 
Which code segment should you add in the AssemblyInfo.cs file?()

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

You work as a network exchange administrator at Company.com.the Company.com network currently consists of a single active directory forest containing a single domain named Company.com.the Company.com organization makes use of microsoft exchange server 2007 as their messaging solution.Company.com currently makes use of a computer named -ex01 which runs microsoft exchange server 2010 as a mailbox server.during the course of the business week you receive instruction from Company.com to move all the mailboxes from -ex01 to a newly installed mailbox server.What should you do?() You should consider having the New Local Move Request wizard run from the Exchange Server 2010 Exchange Management Console (EMC).。 You should consider having the Move Mailbox wizard run from the Exchange Server 2007 Exchange Management Console (EMC).。 You should consider having the New-MoveRequest cmdlet run from the Exchange Server 2010 Exchange Management Shell.。 You should consider having the Move-Mailbox cmdlet run from the Exchange Server 2007 Exchange Management Shell.。 将任何两个对象进行一系列过渡选用() 调和命令。 渐变命令。 立体化命令。 李贽认为:《水解传》者,()也。将之与司马迁的发愤著书的传统联系起来,给予它与正统诗文同等的地位。 贸易依存度 汇付方式主要包括信汇,电汇,票汇三种()。 信汇,电汇属商业信用,票汇因为使用银行汇票,所以属银行信用。 汇付方式属商业信用,银行只是提供服务。 信汇属商业信用,电汇和票汇属银行信用。 汇付方式属银行信用。

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You write the following code segment to create a JavaScript file named CalculatorScript.js:  
function divide(a, b) {  if (b == 0) {  
var errorMsg = Messages.DivideByZero;  alert(errorMsg); return null;  
} 
return a/b;  
}  
You embed the CalculatorScript.js file as a resource in a Class Library project.  The namespace for this project is Calculator.Resources.  
The JavaScript function retrieves messages from a resource file named MessageResources.resx by using the JavaScript Messages object. 
You add an AJAX Web form in the ASP.NET application. You reference the Class Library in the application. 
You add an ASP.NET AJAX ScriptReference element to the AJAX Web form. 
You need to ensure that the JavaScript function can access the error messages that are defined in the resource file. 
Which code segment should you add in the AssemblyInfo.cs file?()

参考答案:

  参考解析

本题暂无解析

在线 客服