PrepAway - Latest Free Exam Questions & Answers

Which three actions should you perform?

You are creating an application named App1. You use ClickOnce deployment to distribute App1.exe and multiple assemblies. Some users require only some of the functionality in App1. You need to limit the size of the initial download of the application. You also need to ensure that users can download the assemblies on demand. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

PrepAway - Latest Free Exam Questions & Answers

A.
Mark each dependency in App1.exe.manifest as optional.

B.
Mark each dependency in App1.application as optional.

C.
Create an event handler for the AppDomain.ResourceResolve event named ResolveAssembly.

D.
Create an event handler for the AppDomain.AssemblyLoad event named ResolveAssembly.

E.
In the ResolveAssembly event handler, set the ApplicationDeployment.CurrentDeployment.ActivationUri property to the location of your required assembly.

F.
In the ResolveAssembly event handler, call ApplicationDeployment.DownloadFiles and pass in the name of the assembly you want.


Leave a Reply