Microsoft
70-519 · Question #206
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 C. 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 an ASP.NET Web Services application.
- BUse ASP.NET MVC 2.
- CUse an ASP.NET Web Forms-based framework.
- DUse ASP.NET AJAX.
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C80% (24)
- D10% (3)
Community Discussion
No community discussion yet for this question.