What is shared and private assembly ?
Answer Posted / 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 |
Post New Answer View All Answers
What are sections?
what is entity framework?
What is storage model? : Entity framework
What are the advantages of asp.net mvc?
How we can multiple submit buttons in ASP.Net MVC
Which are the important namespaces used in mvc?
What are the new features 3.5 framework against with the tool?
explain lazy loading, eager loading, and explicit loading?
How to use Jquery Plugins in ASP.Net MVC validation?
What is namespace of asp.net mvc?
Explain Bundle.Config in ASP.Net MVC4?
What is Area in ASP.Net MVC?
What is Attribute Routing in ASP.Net MVC?
What are the advantages of mvc over asp.net?
How to Create an Intranet Site Using ASP.NET MVC?