Answer Posted / mkm
Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).
or
two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is asp.net web forms dead?
What is asp.net caching?
What is the concept of view state in asp.net?
What is scope of an application variable in asp.net?
In which event of the page life cycle, is the viewstate available?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Explain what is postback in asp. Net?
How ASP.NET page works?
What is class and object in asp.net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Where web.config file is used?
Why mvc is better than asp.net? : Asp.Net MVC
What is state management in .net?
Disable browser cache for entire ASP.NET website?
Which two new properties are added in asp.net 4.0 page class?