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: | May 24, 2026 |
You are creating a Windows Communication Foundation service by using Microsoft .NET Framework 3.5.
You need to ensure that data sent in a SOAP header is in the following XML format.
<Data> <string>String 1</string> <string>String 2</string> <string>String 3</string>
</Data>
Which code segment should you use?
You create a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5. You need to enable WCF tracing at runtime by using Windows Management Instrumentation (WMI). Which three tasks should you perform? (Each correct answer presents part of the solution. Choose three.)
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?
You are creating a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5. The service will authenticate the client applications by using Personal Information Cards.
You write the following code segment. (Line numbers are included for reference only.)
You need to ensure that only those client applications that provide a valid e-mail address can execute the Update method.
Which code segment should you insert at line 08?
You are creating a Windows Communication Foundation (WCF) service by using Microsoft .NET Framework 3.5.
You add the following code segment to the service.
You add the following code segment to the client application. 01 public double PerformCalculations (double num1, double num2) 02 {
04 }
You need to ensure that the DisposeCalculator operation is always called. Which code segment should you insert at line 03?