Online Access Free 70-503 Practice Test
| Exam Code: | 70-503 |
| Exam Name: | TS: Microsoft .NET Framework 3.5 C Windows Communication Foundation |
| Certification Provider: | Microsoft |
| Free Question Number: | 270 |
| Posted: | May 27, 2026 |
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?
You create a Windows Communication Foundation service by using Microsoft .NET Framework 3.5. The service contains the following code segment.
Client applications pass an instance of the Customer class to the service.
You create a new version of the data contract and replace the Name property with the FirstName property.
You need to ensure that the existing client applications can continue to consume the service without modifying their code.
Which code segment should you use?
You are creating a Windows Communication Foundation service by using Microsoft .NET
Framework 3.5.
The client applications are unable to use SSL You need to ensure that clients authenticate by using a token provided by a Security Token Service (STS). What should you do?
You are creating a distributed application by using Microsoft .NET Framework 3.5.
The application uses Windows Communication Foundation (WCF). The distributed application provides point-to-point security.
You need to ensure that the distributed application provides end-to-end security instead of point-to-point security.
Which binding mode should you use?
