Which of the following is not true for shared assembly?

Options
- It is normally stored in the GAC
- It is normally used by a single application
- It is libraries of code which many applications will find useful


CORRECT ANSWER : It is normally used by a single application

Discussion Board
shared assembly

Shared assembly is available for use by multiple applications on the computer.

Assemblies can be private or shared: by default, most simple programs consist of a private assembly because they are not intended to be used by other applications.

shared assembly 05-11-2015 12:39 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement