PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Choose the appropriate steps in the correct order to accomplish this.

DRAG DROP
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual
Studio .NET 2010 as its application development platform. You create an ASP.NET Web application
using .NET Framework 4.0. The application has an ASP.NET page. The page contains a method
named GetCustomerOrderData that returns a DataSet. GetCustomerOrderData contains two
DataTable objects named CustomerDetails and OrderDetails, respectively. You are required to
display the data in OrderDetails in a DetailsView named ViewDetail. Choose the appropriate steps in
the correct order to accomplish this.

You need to specify the endpoint information for the routing service

You are configuring a routing service to call a target service. The routing service has no
knowledge of the target service’s data tyes other than the service contract. The operation
contract for all of the methods of the target service specifies IsOneWay=true. You need to
specify the endpoint information for the routing service. What should you do?

You need to ensure that the service methods are asynchronous

You are modifying a Windows Communication Foundation (WCF) service that provides
access to report generation system. The following code segment is part of your service
contract. (Line numbers are included for reference only.) Client applications are blocked
while the service processes reports. You need to ensure that the service methods are
asynchronous. What should you do?