Which URI should you specify in the endpoint configuration settings of the service?
You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue.
You need to configure the service to read messages from the failed-delivery queue.
Which URI should you specify in the endpoint configuration settings of the service?
Which testing methodology should you recommend?
You are working with a Windows Presentation Foundation (WPF) application that uses .NET Framework 4.
Your team is responsible for making significant changes to the application functionality.
You need to recommend an approach for identifying features that no longer work properly as a result of code changes
Which testing methodology should you recommend?
What should you do?
You have an existing Windows Communication Foundation (WCF) service. You need to ensure that other services are notified when the service is started.
What should you do?
What should you recommend?
You are designing a mission-critical Windows Presentation Foundation (WPF) application that uses .NET Framework 4.
You need to recommend an approach for identifying repair and recovery time.
What should you recommend?
Which two message filters should you add to the router?
A Windows Communication Foundation (WCF) solution uses two services to manage a shopping cart.
Service A processes messages containing line items that total between $0 and $500.
Service B processes messages containing line items that total more than $500. All messages are of equal importance to the business logic.
You need to route incoming messages to the appropriate services by using WCF routing.
Which two message filters should you add to the router? (Each correct answer presents part of the solution. Choose two.)
What should you create?
You are designing Windows Presentation Foundation (WPF) applications by using Microsoft .NET Framework 4.
You need to maintain a common appearance and behavior across all applications in your company. You also need to ensure that the look and feel of the applications can be modified without recompiling them.
What should you create?
What should you do?
You are creating a Windows Communication Foundation (WCF) service that responds using plain-old XML (POX).
You have the following requirements:
* You must enable the /catalog.svc IItems operation to respond using the POX, JSON, or ATOM formats.
* You also must ensure that the same URL is used regardless of the result type.
* You must determine the response format by using the Accepts HTTP header.
What should you do?
What should you do?
You are designing an application by using Windows Presentation Foundation (WPF) and Microsoft .NET Framework 4.
The application allows users to view product details. Product managers can modify the product details for the products that they manage.
You plan to design the application by using the Model-View-ViewModel (M-V-VM) pattern.
You need to ensure that the product details can be viewed by all users and modified only by product managers.
What should you do?
Which two actions should you perform?
You are developing a Windows Communication Foundation (WCF) service.
You write a method named Submit that accepts messages of the type System.ServiceModel.Channels.Message.
You need to process the body of the incoming messages multiple times in the method.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should you recommend?
You are designing a Windows Forms application.
You intend to display graphics on a form in the application by using a third-party Windows Presentation Foundation (WPF) control.
You need to recommend a control for hosting the third-party WPF control.
What should you recommend?