1.
You are planning to migrate an ASP NET 3.5 Web application to ASP.NET 4.
The following elements must be optimized for search engines.
"URL's within the Web application.
"HTML rendered by the Web application.
You need to design a solution for loading data dynamically into a Data List by using the current URL.
Which approach should you recommend?
2.
You are designing an ASP.NET MVC 2 application.
You need to centralize the logic for handling and logging unhandled exceptions.
Which approach should you recommend?
3.
You are designing an ASP.NET Web application that contains both publicly accessible pages and administrative pages.
You need to handle errors differently for publicly accessible pages and adminstrative pages and you must use
common code for each type of page.
Which approach should you recommend?
4.
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?
5.
You are designing a method for collecting information regarding usage of new functionality within an ASP.NET
Web application.
You have the following requirements:
"Usage data must be stored in a database for easy reporting."
"The application must not include code relating to usage data."
You need to design a strategy that meets the requirements.
Which approach should you recommend?
6.
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?
7.
You need to design session state management for the rewritten Web application.
Which approach should you recommend?
8.
You need to design a solution for accessing the shopping cart controls by using JavaScript.
Which configuration should you recommend?
9.
You are designing an ASP. NET Web application.
The Web application includes a section for sales pages.
You need to ensure that the sales pages share a specific header and a specific footer that differ from those of all other pages in the application.
Which approach should you recommend?
10.
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?