What is Global Assembly Cache (GAC) and what is the Purpose
of it?
Answer / guest
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. You should share assemblies by installing
them into the global assembly cache only when you need to.
Steps
- Create a strong name using sn.exe tool
eg: sn -k keyPair.snk
- with in AssemblyInfo.cs add the generated file name
eg: [assembly: AssemblyKeyFile("abc.snk")]
- recompile project, then install it to GAC by either
drag & drop it to assembly folder (C:\WINDOWS\assembly OR
C:\WINNT\assembly) (shfusion.dll tool)
or
gacutil -i abc.dll
| Is This Answer Correct ? | 3 Yes | 0 No |
Tell us why do we use the “using” statement?
Describe difference between inline and code-behind?
Define code access security (cas)?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
asp mean
Explain how garbage collection works?
How Can Registry Editor in .NET?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What are nullable types in .NET
0 Answers TryTechnicals Pvt Ltd,
what all type of application can u make with visual studio?