70-513 Exam Details

  • Exam Code
    :70-513
  • Exam Name
    :TS: Windows Communication Foundation velopment with Microsoft .NET Framework 4
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :323 Q&As
  • Last Updated
    :Nov 06, 2025

Microsoft 70-513 Online Questions & Answers

  • Question 41:

    You are creating a client application and configuring it to call a Windows Communication Foundation (WCF) service. When the application is deployed, it will be configured to send all messages to a WCF routing service.

    You need to ensure that the application can consume the target service after the application is deployed.

    What should you do?

    A. In the client application, add a service reference to the router service. In the client binding configuration, specify the address of the router service.
    B. In the client application, add a service reference to the target service. In the client binding configuration, specify the address of the target service.
    C. In the client application, add a service reference to the router service. In the client binding configuration, specify the address of the target service.
    D. In the client application, add a service reference to the target service. In the client binding configuration, specify the address of the router service.

  • Question 42:

    An ASP.NET application hosts a RESTful Windows Communication Foundation (WCF) service at /Services/Contoso.svc . The service provides a JavaScript resource to clients. You have an explicit reference to the JavaScript in your page

    markup as follows.