Microsoft 70-513認定試験に対する評判が良い問題集
NO.1 )NO.2 A class named TestService implements the following interface:[ServiceContract]public interface ITestService{[OperationContract]DateTime GetServiceTime();}TestService is hosted in an ASP.NET application.You need to modify the application to allow the GetServiceTime method to return the data formatted asJSON.It must do this only when the request URL ends in /ServiceTime. What should you do?A.Add this attribute to the GetServiceTime method.[WebInvoke(Method="POST")]In the web.c[...]