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

问题:

[单选]

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application consumes a Microsoft Windows Communication Foundation (WCF) service. The WCF service exposes the following method. 
[WebInvoke] 
string UpdateCustomerDetails(string custID); 
The application hosts the WCF service by using the following code segment. WebServiceHost host = new WebServiceHost(typeof(CService), 
new Uri("http://win/")); 
ServiceEndpoint ep = host.AddServiceEndpoint(typeof(ICService), 
new WebHttpBinding(), ""); 
You need to invoke the UpdateCustomerDetails method. 
Which code segment should you use?()

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

一种为适应大规模定制生产而采用的策略,通过这种策略使企业能够实现产品多样化,适应顾客的需求,这是指() 协同战略。 外包战略。 延迟化战略。 精益战略。 施工合同文本规定,在不可抗力情况下,由发包人承担费用的是() 工程本身的损害。 待安装设备的损害。 乙方的施工机械损失。 因工程损害导致第三方人员伤亡。 停工损失。 下列药物中哪一个是保钾利尿药() 呋塞米。 氢氯噻嗪。 乙酰唑胺。 螺内酯。 说说酶的研究简史酶的研究简史如下: 在事故调查处理中,根据所确认的事实和事故直接、间接原因,对责任事故分清事故的直接责任者和()责任者,然后再在其中确定主要责任者 领导。 管理。 间接。 有关。

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application consumes a Microsoft Windows Communication Foundation (WCF) service. The WCF service exposes the following method. 
[WebInvoke] 
string UpdateCustomerDetails(string custID); 
The application hosts the WCF service by using the following code segment. WebServiceHost host = new WebServiceHost(typeof(CService), 
new Uri("http://win/")); 
ServiceEndpoint ep = host.AddServiceEndpoint(typeof(ICService), 
new WebHttpBinding(), ""); 
You need to invoke the UpdateCustomerDetails method. 
Which code segment should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服