70-519 · Question #185
You are designing an ASP.NET Web application for online image editing. Users can upload images to the Web application and edit those images by using utilities provided by the application. Some…
The correct answer is B. Perform server-side image processing on a dedicated server. D. Perform client-side image processing by using Microsoft Silver light. C# Mix Questions
Question
You are designing an ASP.NET Web application for online image editing. Users can upload images to the Web application and edit those images by using utilities provided by the application. Some utilities are processor intensive and should be offloaded to a Graphics Processing Unit (GPU). Other utilities require the use of proprietary algorithms that must be performed on the server. You need to design a solution for minimizing bandwidth usage and Web server response times during image processing, while providing a responsive application. Which two approaches should you recommend? (Each correct answer presents part of the solution. Choose two.)
Options
- APerform server-side image processing on the Web server
- BPerform server-side image processing on a dedicated server.
- CPerform client-side image processing by using ASP.NET AJAX.
- DPerform client-side image processing by using Microsoft Silver light.
How the community answered
(33 responses)- A6% (2)
- B76% (25)
- C18% (6)
Explanation
C# Mix Questions
Topics
Community Discussion
No community discussion yet for this question.