What is shared and private assembly ?

Answers were Sorted based on User's Feedback



What is shared and private assembly ?..

Answer / karthikumar.r

shared assembly is global to all applications.
but private assembly is cerated for each applications.

Is This Answer Correct ?    2 Yes 0 No

What is shared and private assembly ?..

Answer / menalish fenando

Shared and Private Assembly: A private assembly is a assembly that is available to particular applications where they are kept. And cannot be references outside the scope of the folder where they are kept.
In contrast, Shared Assemblies are the assemblies that are accessible globally/shared across the machine to all the applications. For using the shared assemblies you need to register the assembly with a strong name in the global assembly cache(GAC) using gacutil.exe. GAC can be found on all the computers with .Net framework installed.

Is This Answer Correct ?    2 Yes 0 No

What is shared and private assembly ?..

Answer / mohan kumar e.

Shared assemblies are accessed by more than one application
and they are stored in GAC. private assemblies are accessed
by only one application and they are stored in application
directory and one of its subdirectory.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

When was .NET announced

1 Answers  


What is the use of finalize and dispose eventhough garbage collector is working?

3 Answers   Kanbay,


What is managed extensibility framework?

0 Answers  


how to maintain the session state? what is Abstract class and interface and inheritence with example?

2 Answers  


What is gacutil.exe. Where do we store assemblies ?

5 Answers   Accenture, BirlaSoft,






What is associationset? : Entity framework

0 Answers  


Is .net framework going away?

0 Answers  


What are the derived classes from xmlReader and xmlWriter

1 Answers  


Mention two instances where routing is not implemented or required?

0 Answers   Infosys,


what is mean by versioning? Please answer me. Advance thanks.

2 Answers   Excel,


What are authentication filters in web api?

0 Answers  


What is Partial Assembly References?

3 Answers   Microsoft,


Categories