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 actions in mvc?
How to Redirect Tracing to a File
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
How do you specify comments using razor syntax?
What is orm entity framework?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
How large is the .net framework 3.0?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain the .net framework.
what is entity data model?
What are scaffold templates in mvc?
what is entityclient?
Can you please explain the request flow in ASP.NET MVC framework?
Give an example for authorization filters in an asp.net mvc application?
What is partialview in asp.net mvc?