You are designing an ASP.NET Web application.
The Web application uses a Menu control to display either a menu of public and private pages to authorized
users or a menu of only public pages to visitors.
You need to ensure that the menu options and URLs of the private pages are not available to unauthorized
users.
Which approach should you recommend?
You need to design a solution for programmatically adding reusable user-interface code to views and
allowing the user-interface code to be rendered from the server side. Which approach should you
recommend.
You are designing a RESTful ASP.NET Web application.
You have the following requirements:
- Retain state between requests.
- Associate a request with a session.
- Do not require the use of cookies.
You need to ensure that your design meets the requirements.
Which approach should you recommend?
You are designing an ASP.NET Web application for content management.
You have the following requirements:
- Support multiple browsers.
- Display a specific interface for browsers that have display dimensions of less than 640 x 480 pixels.
You need to design a solution for identifying the display dimensions of the requesting browser.
Which approach should you recommend?
You are designing an ASP.NET Web Forms application.
You have the following requirements:
- Make use of exclusive features in a newly released Web browser.
- Do not change existing code files.
You need to design the application to meet the requirements.
Which approach should you recommend?
You are designing an ASP.NET MVC 2 Web application.
You have the following requirements:
- Type safety must be validated at compile time.
- Code must not require explicit run-time type casting.
You need to pass data between the controllers and the views within the Web application.
Which approach should you recommend?