Microsoft
70-519 · Question #183
You are designing an ASP.NET Web Forms application. The application supports thousands of concurrent users. A Web form in the application enables users to send personalized e-mail messages to…
The correct answer is A. Use a separate process from the On Click method of the form. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web Forms application. The application supports thousands of concurrent users. A Web form in the application enables users to send personalized e-mail messages to thousands of recipients. You need to design the application to optimize performance. Which approach should you recommend?
Options
- AUse a separate process from the On Click method of the form.
- BUse a Background Worker class from the On Click method of the form.
- CUse the classes in the System.Web.Mail namespace from the On Click method of the form.
- DUse the classes in the System.Net.Mail namespace from the On Click method of the form.
How the community answered
(25 responses)- A80% (20)
- B12% (3)
- C8% (2)
Community Discussion
No community discussion yet for this question.