Online Access Free 070-503 Exam Questions

Exam Code:070-503
Exam Name:TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation
Certification Provider:Microsoft
Free Question Number:270
Posted:Sep 07, 2025
Rating
100%

Question 1

You create a stateless, thread-safe service by using Microsoft .NET Framework 3.5. You use the Windows Communication Foundation model to create the service. Load testing reveals that the service does not scale above 1,000 concurrent users.
You discover that each call to the service instantiates a new service instance. You also discover that these service instances are expensive to create. You need to ensure that 5,000 concurrent users can access the service.
Which code segment should you use?

Question 2

You are creating a client application by using Microsoft .NET Framework 3.5. You use Windows Communication Foundation (WCF) to create the application.
The client application uses a Personal Information Card to provide authentication information to the WCF server. You write the following code fragment. (Line numbers are included for reference only.)

You need to ensure that one of the claims in the Personal Information Card contains an e-mail address.
Which code fragment should you insert at line 05?

Question 3

What actions should you take to inspect messages on server? (choose 3)

Question 4

You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. You write the following code segment to define the service. (Line numbers are included for reference only.)

You need to set the ServiceContract attribute for the transaction behavior of the service. Which code segment should you insert at line 01?

Question 5

You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The metadata for the service is available at http://localhost:8080/MyService/mex.
The svcutil.exe tool generates the following two files from the metadata:
You need to ensure that the configuration file is merged with an existing app.config file.
Which command should you use?

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.