Multiple choice

Which of the following statements is false about .xap file?

  1. It is an application package.

  2. It is used to create client-based apps.

  3. This file uses and manages codes.

  4. This file consists of an AppManifest.xaml file.

  5. EntryPointAssembly attribute describes the DLL file.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The EntryPointAssembly attribute describes the selected assembly for the defined  main assembly in the application. It does not describe DLL file.