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:Jul 08, 2026
Rating
100%

Question 1

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?

Question 2

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?

Question 3

You are creating a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5. You create a class named Customer for the WCF service. The Customer class has properties named Id, Name, and BalanceDue.
You plan to convert the Customer class into a data contract.
You need to ensure that only the Id property and the Name property are passed to the client applications.
Which code segment should you use?

Question 4

You are creating a Windows Communication Foundation service by using Microsoft .NET
Framework 3.5.
The service will be hosted on a Web server. You add the following code fragment to the
.svc file.
<% @ServiceHost factory="ExamServicefactory" Service="ExamService" %>
You need to create the instances of the services by using the custom ExamServicefactory class.
Which code segment should you use?

Question 5

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5. The application exposes a Windows Communication Foundation (WCF) Web service. The Web service is consumed by third-party applications. You need to ensure that the WCF service provides interoperable and secure end-to-end communications. What should you do?

Add Comments

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

insert code
Type the characters from the picture.