DRAG DROP You are developing an ASP.NET Web API application that will be consumed by a web browser via a composite application that is served from another web domain. You need to configure the Web API. What should you do?…

DRAG DROP You are developing an ASP.NET Web API action method. The action method must return the following JSON in the message body. { " Name ":" Fabrikam", "Vendor Id": 9823, "Items": ["Apples", "Oranges"] } You need to return an…

You are building an ADO.NET Entity Framework application. You need to validate the conceptual schema definition language (CSDL), store schema definition language (SSDL), and mapping specification language (MSL) files. Which Entity Data Model tool can you use? (Each correct answer…

DRAG DROP The UploadOrder() method in the UploadCallbackService service is not implementing the callback behavior defined in the IUploadCallBackService interface. You need to modify the class to implement the required callback behavior. What should you do? (To answer, drag the…

The GetVendors() action in the ProcessedOrderController controller is querying the database each time it is run. The GetVendors() action must query the database only if the cache is null. You need to add code to the action at line PC33…

The QueueDetail entity type must inherit from the InboundQueue entity type in the ExternalQueue service project using table-per-type inheritance. You need to modify the entities in the designer. What should you do? (Each correct answer presents part of the solution.…

You need to regenerate the service proxies to include task-based asynchronous method signatures. Which command should you use? A. aspnet_regiis.exe /t:code http://localhost:62965/UploadCallbackService.svc B. svcutil.exe /t:code http://localhost:62965/UploadCallbackService.svc C. aspnet_compiler.exe /t:code http://localhost:62965/UploadCallbackService.svc D. aspnet_regiis.exe /t:code http://localhost:62965/UploadService.svc E. svcutil.exe /t:code http://localhost:62965/UploadService.svc