70-523 試験問題を無料オンラインアクセス
| 試験コード: | 70-523 |
| 試験名称: | UPG:Transition MCPD.NET Frmwrk 3.5 Web Dev to 4 Web Dev |
| 認定資格: | Microsoft |
| 無料問題数: | 118 |
| 更新日: | 2026-05-28 |
Four Windows Communication Foundation (WCF) services are hosted in Microsoft Internet Information
Services (IIS). No behavior configuration exists in the web.config file.
You need to configure the application so that every service and endpoint limits the number of concurrent
calls to 50 and the number of concurrent sessions to 25.
Which XML segment should you add to the system.serviceModel configuration section of the web.config
file?
You are planning a deployment process for a set of interrelated Web services.
You need to ensure maximum availability of the Web services in the event of a hardware or software
failure.
Which approach should you recommend?
You are implementing an ASP.NET application. The application includes a Person class with property Age. You add a page in which you get a list of Person objects and display the objects in a GridView control. You need to add code so that the GridView row is highlighted in red if the age of the person is less than 18. Which GridView event should you handle?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the ADO.NET Entity Framework to manage customer and related order records. You add a new order for an existing customer. You need to associate the Order entity with the Customer entity. What should you do?