Question 86
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.)
Question 87
You are developing the landing page for an ASP.NET Core MVC web application that will be used to host blogs. You are implementing a View component to show text links for common application operations.
Users must be able to customize the HTML for landing pages.
You need to ensure that the links for common operations reflect the desired layout of the application when links are embedded into customized views.
Which CSS measurement unit should you use for the links?
Question 88
You are developing an ASP.NET Core MVC web application. The application is configured to use a Startup class.
The /status action must be tested on each check-in to source control.
You need to test the application.
How should you complete the code? To answer, drag the appropriate code segments to the correct locations.
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.
NOTE: Each correct selection is worth one point.
Question 89
You are developing an ASP.NET MVC application in a web farm. The application has a page that accepts a customer's order, processes it, and then redirects the browser to a page where the order is displayed along with the shipping information.
The order information should be available only to the page where the order is displayed.
You need to store state and configure the application.
What should you do? To answer, drag the appropriate item to the correct location. Each item 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.
Question 90
You need to secure the administrative functions for all MVC controllers.
Which code segment should you use as the body for the CreateController method in AdminVerifierFactory.cs?




