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
Can you set the unlimited length for "maxjsonlength" property in config?
What is a model in programming?
What is the role of the jit compiler in .net framework?
Possible ways to prevent xss attacks on mvc application?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
How to Redirect Tracing to a File
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
When will the .net framework 3.0 be released?
What is needed for running an application built on winfx on the .net framework 3.0?
What is the use of razor view engine?
What is work of clr?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain what is routing?