What is global assembly cache
Answers were Sorted based on User's Feedback
Answer / kirti
A machine-wide code cache that stores assemblies specifically installed to be shared by many applications on the computer. Applications deployed in the global assembly cache must have a strong name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kirti
Each computer where the common language runtime is installed has a machine-wide code cache called the global assembly cache. The global assembly cache stores assemblies specifically designated to be shared by several applications on the computer.
There are several ways to deploy an assembly into the global assembly cache:
� Use an installer designed to work with the global assembly cache. This is the preferred option for installing assemblies into the global assembly cache.
� Use a developer tool called the Global Assembly Cache tool (Gacutil.exe), provided by the .NET Framework SDK.
� Use Windows Explorer to drag assemblies into the cache.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the options can be configured in AJAX helpers?
what is mean by versioning? Please answer me. Advance thanks.
What is the .net framework 3.0 (formerly winfx)?
What is the main difference between VS 2005 and VS 2003?
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
Types of assemblies that can be created in dotnet ?
What are the types of authentication in .net
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
What is objectset? : Entity framework
How do you initiate a string without escaping each backslash ?
what are the different stepts to create shared assemblies?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL