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?
You need to design data validation to support the requirements
You are designing an ASP.NET Web application. You have the following requirements: •
Users must be allowed to save their work in progress on one computer and to continue the
work on another computer. • Data that is submitted for processing must be valid, and invalid
data must be rejected. • Primary key constraints within the database must be enabled at all
times • The application must store only data that is entered by the user You need to design
data validation to support the requirements. Which two approaches should you recommend
(Each correct answer presents part of the solution. Choose two.)
Which two actions should you recommend?
You are designing an ASP.NET Web application that allows users to type a value in a text
box The application must function with JavaScript disabled. You need to design a method
for using a Web service to validate the user-typed value before the form is processed.
Which two actions should you recommend? (Each correct answer presents part of the
solution. Choose two.)
Which approach should you recommend?
You are designing an internal Web application. You have the following requirements: • Use
an existing data layer built on the Entity Framework • Ensure that additional Entity
Framework entities can be supported without additional coding. You need to design the
Web application so that users can add, edit, and delete data. Which approach should you
recommend?
Which approach should you recommend?
You are designing an ASP.NET 4 Web application that will integrate third-party
components. You need to minimize the security risks of using these components. Which
approach should you recommend?
Which approach should you recommend?
You are designing an ASP.NET Web application. You are implementing the ASP.NET
membership and profile providers to do the following: • Support retrieval of user passwords
within the ASP.NET Web application • Access profile data that is stored in two or more
Microsoft SQL Server tables You need to ensure that the Web application is properly
configured to interact with the providers. Which approach should you recommend?
Which approach should you recommend?
You are designing a user input form that is part of an ASP.NET Web Forms application. You
need to ensure that users cannot attack the Web server by submitting invalid data. Which
approach should you recommend?
You need to design a solution for loading data dynamically into a Data List by using the current URL which app
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 “URLs 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?
Which approach should you recommend?
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?
Which approach should you recommend?
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 administrative pages, and you must use common code for each type
of page. Which approach should you recommend?