Question 26
You need to display the "miles" unit description after the distance in the GetLog view.
Which line of code should you use to replace line GL21? (Each correct answer presents a complete solution. Choose all that apply.)
Question 27
You have a class that includes the following code. (Line numbers are included for reference only.)
You must enforce the following requirements for the actions:
You need to configure the class.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Question 28
You develop an application that receives data input from users and from Internet of Things (IoT) devices across the Internet.
You must secure all data connections.
You need to implement security by using classes from the System.Net namespace.
Which classes should you use? To answer, drag the appropriate classes to the correct scenarios. Each class 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.
NOTE: Each correct selection is worth one point.

Question 29
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.)
Question 30
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?




