You need to disable request validation
You are developing an ASP.NET MVC application.
The application must allow users to enter HTML in a feedback text box only.
You need to disable request validation.
What should you do?
Which tool should you use?
You are developing an ASP.NET MVC application that supports multiple cultures and multiple
languages. The application will be sold to international customers.
The ASP.NET MVC application must store localized content in satellite assemblies for multiple
languages.
You need to generate the satellite assemblies during an automated build.
Which tool should you use?
Which command‐line tool should you use?
You are preparing for the deployment of an ASP.NET MVC application. You need to generate a
deployment manifest.
Which command‐line tool should you use?
You need to enable users to select multiple orders and submit them for processing
DRAG DROP
You are developing an ASP.NET MVC application. The application has a view that displays a list of
orders in a multi‐select list box.
You need to enable users to select multiple orders and submit them for processing.
What should you do? (To answer, drag the appropriate words to the correct targets. Each word may
be used once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)
Which code segments should you include in Target 1, Target 2 and Target 3…?
DRAG DROP
You are developing an ASP.NET MVC application.
Before an action is executed, information about the action must be written to a log. After results are
returned, information about the results also must be written to the log.
You need to log the actions and results.
You have the following code:
Which code segments should you include in Target 1, Target 2 and Target 3 to implement the
LogActionFilter class? (To answer, drag the appropriate code segments to the correct targets. Each
code segment may be used once, more than once, or not at all. You may need to drag the split bar
between panes or scroll to view content.)
Which code segment should you use?
You are developing an ASP.NET MVC application.
The application provides a RESTful API for third‐party applications. This API updates the information
for a contact by embedding the information in the URL of an HTTP POST.
You need to save the Contact type when third‐party applications use the EditContact method.
Which code segment should you use? {Each correct answer presents a complete solution. Choose all
that apply.)
You need to improve the optimization of the site
HOTSPOT
You are optimizing an Internet‐facing website for search engine optimization.
You are reading a Site Analysis Report from the SEO Toolkit. The report returns warnings that
indicate the website HTML lacks key information necessary for search engine indexing.
You need to improve the optimization of the site.
What should you do? (To answer, select the appropriate option from the drop‐down list in the
answer area.)
Which ADO.NET data access strategy should you use?
You are designing a data‐oriented application that features a variety of storage schemas.
The application object model must be mapped to the various storage schemas.
You need to enable developers to manipulate the data.
Which ADO.NET data access strategy should you use? (Each correct answer presents a complete
solution. Choose all that apply.)
You need to design the application to meet the requirements
You are developing an ASP.NET MVC application that provides instant messaging capabilities to
customers.
You have the following requirements:
Messages must be able to be sent and received simultaneously.
Latency and unnecessary header data must be eliminated.
The application must comply with HTML5 standards.
You need to design the application to meet the requirements.
What should you do?
Where should you store the credentials?
You are developing an ASP.NET MVC application that uses forms authentication to verify that the
user is logged in.
Authentication credentials must be encrypted and secure so no user identity is exposed.
You need to ensure that user credentials are persisted after users log on.
Where should you store the credentials? (Each correct answer presents a complete solution. Choose
all that apply.)