070-492 試験問題を無料オンラインアクセス
試験コード: | 070-492 |
試験名称: | Upgrade your MCPD: Web Developer 4 to MCSD: Web Applications |
認定資格: | Microsoft |
無料問題数: | 132 |
更新日: | 2025-08-27 |
DRAG DROP
You are developing a WCF service. You need to implement transport security by using NTLM authentication and NetTcpBindings. Which configuration values should you use? (To answer, drag the appropriate configuration values to the correct location or locations in the answer area. Each configuration value 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:
You updated the web.config file with the HTTP run-time value required to display an alternative version of the site. You need to ensure that the correct page displays to the users. Which code segment should you use to update the controller?
You are developing an ASP.NET MVC web application that includes the following method.
You need to test the GoldMined method. Which unit test should you use?
Errors occasionally occur when saving data using the FlightInfoContext ADO.NET Entity Framework context. Updates to the data are being lost when an error occurs. You need to ensure that data is still saved when an error occurs by retrying the operation. No more than five retries should be performed. Which code segment should you use as the body of the SaveChanges() method in the FlightInfoContext.es file