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 enable users to select multiple orders and …
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.)
Select and Place:
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?
Which tool should you use?
You are developing an application that supports multiple cultures.
The application must store localized content in satellite assemblies.
You need to build the satellite assemblies.
Which tool should you use?
Which data store should you use?
You are designing a distributed banking application that handles multiple customers. A user may log on to the
site to perform activities such as checking balances, performing transactions, and other activities that must be
done securely.
The application must store secure information that is specific to an individual user. The data must be
automatically and securely purged when the user logs off.
You need to save transient information in a secure data store.
Which data store should you use?
Which code segment should you use?
You are developing an ASP.NET MVC web application for viewing a photo album. The application is designed
for devices that support changes in orientation, such as tablets and smartphones. The application displays a
grid of photos in portrait mode.
When the orientation changes to landscape, each tile in the grid expands to include a description. The HTML
that creates the gallery interface resembles the following markup.If this CSS is omitted, the existing CSS displays the tiles in landscape mode.
You need to update the portrait mode CSS to apply only to screens with a width less than 500 pixels.
Which code segment should you use?
You need to examine the state of the application when e…
You are developing an ASP.NET MVC application by using Visual Studio 2012.
The application throws and handles exceptions when it runs.
You need to examine the state of the application when exceptions are thrown.
What should you do?
Which unit test should you use?
Which command-line tool should you use?
You are developing an ASP.NET MVC application that will be deployed on a web farm.
Passwords must be stored in the web.config file and must not be readable or in a format that is easily
decodable.
You need to encrypt the passwords that are stored in the web.config file.
Which command-line tool should you use?
Which code segment should you add to the action at line 03?
You are developing an ASP.NET MVC application in Visual Studio 2012. The application supports multiple
cultures.
The application contains three resource files in the Resources directory:
ProductDictionary.resx
ProductDictionary.es.resx
ProductDictionary.fr.resx
Each file contains a public resource named Currency with the localized currency symbol. The application is
configured to set the culture based on the client browser settings.
The application contains a controller with the action defined in the following code segment. (Line numbers are
included for reference only.)
You need to set ViewBag.LocalizedCurrency to the localized currency contained in the resource files.
Which code segment should you add to the action at line 03?