Multiple choice

Which of the following is an incorrect statement about Shared Assembly?

  1. This assembly has a strong name and public key data.

  2. This is a memory resident module that gets loaded at runtime to provide specific services.

  3. This is a static version that can only be accessed by a specific application.

  4. A dynamic assembly cannot be a shared one.

  5. A shared assembly manages the better flexibility to the loaded files.

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

This is incorrect statement as the dynamic assembly can be a shared assembly.