nerdexam
Microsoft

70-519 · Question #42

You need to design the application to support the RSS news feature. Which approach should you recommend?

The correct answer is C. Use a custom ActionResult class and return the output stream as the return value. See the full explanation below for the reasoning.

Question

You need to design the application to support the RSS news feature. Which approach should you recommend?

Options

  • AUse the FileResult class and return the result as a plain text file.
  • BUse the ViewResult class and bind the items to an HTML.TextArea HTML Helper.
  • CUse a custom ActionResult class and return the output stream as the return value.
  • DUse a custom ActionResult class and bind the items to an HTML.TextArea HTML Helper.

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    3% (1)
  • C
    75% (27)
  • D
    14% (5)

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice