Microsoft
70-518 · Question #221
You are designing a .NET Framework 4 solution that contains a Windows Presentation Foundation (WPF) application. The WPF application includes CPU-intensive calculations. The calculations can be run…
The correct answer is B. Deploy the calculation logic as a Windows Communication Foundation (WCF) service to servers. See the full explanation below for the reasoning.
Question
You are designing a .NET Framework 4 solution that contains a Windows Presentation Foundation (WPF) application. The WPF application includes CPU-intensive calculations. The calculations can be run on a separate process and can effectively be isolated from the rest of the WPF application. You need to recommend a deployment strategy that maximizes the scalability of the calculations for each user. What should you recommend?
Options
- ADeploy the calculation logic as a Windows Communication Foundation (WCF) service to servers.
- BDeploy the calculation logic as a Windows Communication Foundation (WCF) service to servers.
- CDeploy the calculation logic as a separate assembly along with the WPF application to each client
- DDeploy the calculation logic as a separate assembly along with the WPF application to each client
How the community answered
(62 responses)- A3% (2)
- B76% (47)
- C6% (4)
- D15% (9)
Community Discussion
No community discussion yet for this question.