微软70-503认证考题最新资讯-附考题参考.doc_第1页
微软70-503认证考题最新资讯-附考题参考.doc_第2页
微软70-503认证考题最新资讯-附考题参考.doc_第3页
微软70-503认证考题最新资讯-附考题参考.doc_第4页
微软70-503认证考题最新资讯-附考题参考.doc_第5页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

微软70-503认证考题最新资讯|附考题参考 微软认证MCTS是全新认证体系中最实用的证书,其证书的等级相当于以前的MCP认证,但MCTS认证更有针对性的在每个证书多了其技术方向的说明,翻译过来就是微软认证技术专家的意思,MCTS认证据IT认证考试资源网介绍MCTS认证侧重于某项的微软产品或技术的资格的鉴定,考试科目最少只要1科就可以获得1项MCTS认证。 作为微软一重要认证科目,70-503 考试是 Microsoft 公司的 TS: Microsoft .NET Framework 3.5 - Windows Communication Foundation 认证考试官方代号,Microsoft 认证可代表丰富且多样化的工作角色及责任。因此,取得特定的认证将可做为具备成功执行重要 IT 功能所需之能力的最佳证明。由于受到全世界企业专家的热烈支持,Microsoft 认证仍是达到长期事业目标的最有效率的方法之一,并且是公司用来开发及留住重要 IT 人员的不二法门。 报考70-503认证的基础条件-资格:年满18-28周岁,身体健康 学历:中等以上学历 能力:基本的计算机应用能力,微软公司建议考生最好掌握相应的软件使用和技术应用的经验 以下就是该认证科目的具体内容:Published:April 14, 2008Language(s):English, French, German, Japanese, Spanish, Chinese (Simplified)Audience(s):DevelopersTechnology:Microsoft Visual Studio 2008Type:Proctored Exam TestInside 70-503 权威考试题库软件是 Microsoft 认证厂商的授权产品,Testinside 考题大师 始终致力与为客户提供Microsoft 认证的全真考题及认证学习资料,能够帮助你一次通过Microsoft认证考试。分享部分TestInside 70-503认证考题,以供参考: Exam : Microsoft 70-503Title : TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation1. You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.The service contains the following code segment.DataContractpublic class PersonDataContractpublic class Customer : PersonYou need to create a service contract that meets the following requirements:The service contract must have an operation contract named GetPerson that returns an object of type Person.The GetPerson operation must be able to return an object of type Customer.Which code segment should you use?A. ServiceContractServiceKnownType(GetPerson)public interface IMyServiceOperationContractPerson GetPerson();B. ServiceContractpublic interface IMyServiceOperationContractServiceKnownType(Customer)Person GetPerson();C. ServiceContractServiceKnownType(typeof(Customer)public interface IMyServiceOperationContractPerson GetPerson();D. ServiceContractServiceKnownType(GetPerson,typeof(Customer)public interface IMyServiceOperationContractPerson GetPerson();Answer: C2. You have created a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.The existing service interface is named IMyService, and contains the following code segment. _Public Interface IMyService _Sub DoSomething()End InterfaceYou create a new service named IMyServiceV1 that contains an operation named DoSomethingElse.You need to ensure that existing client applications are still able to access the IMyService.DoSomething method without modifying client code.Which code segment should you use?A. _Public Interface IMyServiceV1Inherits IMyService _Sub DoSomethingElse()End InterfaceB. _Public Interface IMyServiceV1Inherits IMyService _Sub DoSomethingElse()End InterfaceC. _Public Interface IMyServiceV1Inherits IMyService _Sub DoSomethingElse()End InterfaceD. _Public Interface IMyServiceV1Inherits IMyService _Sub DoSomethingElse()End InterfaceAnswer: D3. You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You have successfully defined a service contract named IManageOrders.You write the following code segment.public class OrderImpl : IManageOrders public void MarkOrderClosed(int orderId)try .catch (SqlException exc)throw new FaultException(new DataFault();DataContractpublic class DataFault You need to create a fault contract for the MarkOrderClosed method on the IManageOrders service contract.Which code segment should you add?A. FaultContract(typeof(DataFault)B. FaultContract(typeof(Exception)C. FaultContract(typeof(SqlException)D. FaultContract(typeof(FaultException)Answer: A4. You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You have successfully defined a service contract named IManageOrders.You write the following code segment.Public Class OrderImplImplements IManageOrdersPublic Sub MarkOrderClosed(ByVal orderId As Integer) _Implements IManageOrders.MarkOrderClosedTry.Catch ex As SqlExceptionThrow New FaultException(Of DataFault)( _New DataFault()End TryEnd SubEnd Class _Public Class DataFaultEnd ClassYou need to create a fault contract for the MarkOrderClosed method on the IManageOrders service contract.Which code segment should you add?A. B. C. D. Answer: A5. You have created a Windows Communication Foundation service by using Microsoft .NET Framework 5.The existing service interface is named IMyService, and contains the following code segment.ServiceContract(Name=SvcOrder,?Namespace=/services)public interface IMyServiceOperationContractvoid DoSomething();You create a new service named IMyServiceV1 that contains an operation named DoSomethingElse.You need to ensure that existing client applications are still able to access the IMyService.DoSomething method without modifying client code.Which code segment should you use?A. ServiceContract(Namespace=http:?//services/V1)public interface IMyServiceV1 : IMyServiceOperationContractvoid DoSomethingElse();B. ServiceContract(Name=SvcOrder)public interface IMyServiceV1 : IMyServiceOperationContractvoid DoSomethingElse();C. ServiceContract(Name=SvcOrderV1,Namespace=http:

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论