070-492 無料問題集「Microsoft Upgrade your MCPD: Web Developer 4 to MCSD: Web Applications」
You develop an ASP.NET MVC application that is secured by using SSL. You are ready to deploy the application to production. The deployment package must include the installation of the SSL certificate. You need to configure the deployment package to meet the requirement. What should you do?
正解:C
解答を投票する
You are developing an ASP.NET MVC application that will be deployed to servers on multiple networks. The application must be compatible with multiple browsers. You must track the page number that the user is viewing in search results. You need to program the location for storing state information. Where should you persist state information?
正解:D
解答を投票する
DRAG DROP
You are developing a WCF Data Services service in Visual Studio 2012 to display movie information from a SQL Server database that changes every 24 hours. The service is defined in the following class.

The application contains the following Entity Framework model.

The service must only return data for movies that are currently in theaters. You need to add a method to the MovieService class to filter the data. How should you build the method? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. 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.)
Select and Place:

You are developing a WCF Data Services service in Visual Studio 2012 to display movie information from a SQL Server database that changes every 24 hours. The service is defined in the following class.

The application contains the following Entity Framework model.

The service must only return data for movies that are currently in theaters. You need to add a method to the MovieService class to filter the data. How should you build the method? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. 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.)
Select and Place:

正解:

Explanation:

HOTSPOT
You are supporting an application that uses the ADO.NET Entity Framework to query and access data. The latest version of Entity Framework contains bug fixes that will improve performance. You need to update Entity Framework. Which Visual Studio 2012 menu item should you choose? (To answer, select the appropriate menu item in the answer area.)

You are supporting an application that uses the ADO.NET Entity Framework to query and access data. The latest version of Entity Framework contains bug fixes that will improve performance. You need to update Entity Framework. Which Visual Studio 2012 menu item should you choose? (To answer, select the appropriate menu item in the answer area.)

正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
DRAG DROP
You add a class named ShippingInfo. You need to modify the IShippingService interface and the ShippingInfo class to meet the technical requirements. What should you do? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. 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.)
Select and Place:

You add a class named ShippingInfo. You need to modify the IShippingService interface and the ShippingInfo class to meet the technical requirements. What should you do? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. 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.)
Select and Place:

正解:

Explanation:

Transformed historical flight information provided by the RemoteDataStream() method must be written to the response stream as a series of XML elements named Flight within a root element named Flights. Each Flight element has a child element named FlightName that contains the flight name that starts with the two-letter airline prefix. You need to implement the StreamHistoricalFlights() method so that it minimizes the amount of memory allocated. Which code segment should you use as the body of the StreamHistoricalFlights() method in the HistoricalDataLoader.cs file?


正解:C
解答を投票する
You are developing an ASP.NET MVC application that authenticates a user by using claims-based
authentication.
The application must:
Use Windows Identity Foundation 4.5.
Support the Windows Azure Access Control Service.
You need to implement authentication. How should you build the class constructor? (To answer, select the appropriate option from the drop-down list in the answer area.)
Hot Area:

authentication.
The application must:
Use Windows Identity Foundation 4.5.
Support the Windows Azure Access Control Service.
You need to implement authentication. How should you build the class constructor? (To answer, select the appropriate option from the drop-down list in the answer area.)
Hot Area:

正解:

Explanation:

http://msdn.microsoft.com/fr-fr/library/microsoft.identitymodel.claims.iclaimsidentity_members.aspx http://msdn.microsoft.com/fr-fr/library/microsoft.identitymodel.claims.claim_members.aspx http://msdn.microsoft.com/fr-fr/library/microsoft.identitymodel.claims.claimtypes_members.aspx