What’s the difference between private and shared assembly?



What’s the difference between private and shared assembly?..

Answer / Sumit Gupta

A private assembly is stored in a specific application directory, while a shared assembly can be placed in a separate location (known as the Global Assembly Cache) and used by multiple applications. Private assemblies have a stronger naming convention for versioning, while shared assemblies are versioned using the GAC.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

how to get dynamic control array position or its index position?

1 Answers   CMC,


What is globalization?

1 Answers  


Explain namespace?

1 Answers  


What are the objects in asp.net and tell the purpose of those objects

3 Answers   Ascent, CCS, MTBC,


What is datatype conversion?

1 Answers  


What are the different types of applications supported in .net (or) .net framework?

1 Answers  


What is private assembly?

1 Answers  


What is an indexed property?

1 Answers  


What is global assembly cache (gac)?

1 Answers  


What is VB.Net?

3 Answers   Ksb,


List the types of generations in garbage collector?

1 Answers  


What is writeline in vb.net?

1 Answers  


Categories