nerdexam
Microsoft

70-519 · Question #83

You are designing an ASP.NET Web application. Pages of the Web application will share a common layout. Different business logic will be executed based on user input. You have the following…

The correct answer is B. Use an ASP.NET Web Forms-based framework. See the full explanation below for the reasoning.

Question

You are designing an ASP.NET Web application. Pages of the Web application will share a common layout. Different business logic will be executed based on user input. You have the following requirements:

  • Use view state to maintain data between postbacks.
  • Reuse presentation logic across multiple pages.

You need to recommend an approach that meets the requirements. What should you recommend?

Options

  • AUse ASP.NET MVC 2.
  • BUse an ASP.NET Web Forms-based framework.
  • CUse an ASP.NET Web Services application.
  • DUse ASP.NET AJAX.

How the community answered

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

Community Discussion

No community discussion yet for this question.

Full 70-519 Practice