Question 61
HOTSPOT
You are developing an ASP.NET MVC application that will be hosted on Microsoft Azure. The application includes the StackExchange.Redis client package. A variable named CacheConnectionConfiguration stores the cache endpoint URL and the password to connect to the cache.
The application must store a user's color selection by using the Azure Redis cache. The cached value must expire after 90 minutes. You need to cache the user's color selection.
How should you complete the relevant code? To answer, choose the appropriate code segment from each list in the answer area.
Question 62
You are developing an ASP.NET MVC web application that includes the following method.
You need to test the AccountBalance method. Which unit test should you use?
Question 63
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?
Question 64
You are developing an ASP.NET MVC application that enables you to edit and save a contact.
The application must not save on an HTTP GET request.
You need to implement the controller.
Which two possible code segments should you use? Each correct answer presents a complete solution.



Question 65
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?


