How should you implement the startup task?

DRAG DROP You need to ensure that the transcode.exe utility is installed before the worker role starts. How should you implement the startup task? (To answer, drag the appropriate values to the correct element or attribute. Each value may be used once, more than once, or not at all. You...

March 4, 2018 No Comments READ MORE +

Which ADO.NET data access strategy should you use?

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...

February 28, 2018 No Comments READ MORE +

Which method should you add to the TranscodeWorkerRole class?

The transcode.exe utility activates its license online when it is installed. You need to ensure that the registration of the transcode utility is handled as specified in its license. Which method should you add to the TranscodeWorkerRole class? A . Option AB . Option BC . Option CD . Option...

February 26, 2018 No Comments READ MORE +

What should you do?

You need to ensure that developers can connect to a Microsoft Azure role by using RDP. What should you do?A . Export a certificate with a private key. Upload the .pfx file to the Certificates section under the TranscodeWorkerRole hosted service on the Azure Management Portal.B . Export a certificate...

February 21, 2018 No Comments READ MORE +

What should you use for authorization?

You are designing an enterprise-level Windows Communication Foundation (WCF) application. User accounts will migrate from the existing system. The new system must be able to scale to accommodate the increasing load. You need to ensure that the application can handle large-scale role changes. What should you use for authorization? (Each...

February 20, 2018 No Comments READ MORE +

Which markup segments should you include in Target 1, Target 2 and Target 3 to complete markup?

DRAG DROP You are developing an ASP.NET MVC application in Visual Studio. The application supports multiple cultures. To set the culture, the application must use the AcceptLanguage header field value sent by the client browser. You need to ensure that the application can set the culture. You have the following...

February 19, 2018 No Comments READ MORE +

How should you modify RunLogController?

DRAG DROP You need to implement security according to the business requirements. How should you modify RunLogController? (To answer, drag the appropriate code segment to the correct location or locations. Each code segment may be used once, more than once, or not at all. You may need to drag the...

February 7, 2018 No Comments READ MORE +

How should you implement this feature?

You are designing a localized ASP.NET application to support multiple cultures. You need to ensure that the application can be displayed in several languages. How should you implement this feature?A . Use a resource (.resx) file.B . Include language-specific content in the assembly manifest.C . Use Systems.Collections.Generics.Dictionary to store alternative...

February 7, 2018 No Comments READ MORE +

What should you do?

You need to modify the application to meet the productId requirement. What should you do?A . Modify the RegisterGlobalFilters method of the Global.asax.cs file as follows. Contract.Assume<ArgumentException>(productId != 0);B . Modify the GetDealPrice method of ProductController as follows. Contract.Requires<ArgumentException>(productId > 0);C . Modify the RegisterGlobalFilters method of the Global.asax.cs file...

February 7, 2018 No Comments READ MORE +

How should you implement this feature?

You are designing a localized ASP.NET MVC online shopping application that will be deployed to customers in the United States, China, France, and Brazil. The application must support multiple cultures so that content in the appropriate language is available in each area. You need to ensure that the content can...

February 6, 2018 No Comments READ MORE +