What is gac in .net?
Answer / Dhara Singh Meena
Global Assembly Cache (GAC) in .NET is a special area of the computer's file system where assemblies (DLL files) are stored for use by multiple applications. The Global Assembly Cache ensures that all applications on a machine have access to the same version of an assembly.nnWhen an application requires an assembly, it first checks the GAC to see if the assembly is present. If the assembly is found, it uses that version; otherwise, it looks for the assembly in the application's bin directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain assemblies in .net?
Explain acid properties?
What is the difference between a namespace and assembly name in .net?
in hibernate, what is dirty reading?
When we use windows api in .net is it managed or unmanaged code?
What is the purpose of IClonable interface in .NET?
1 Answers Sans Pareil IT Services,
What is clr in .net?
Difference between machine.config and web.config?
What is the procedure to add assemly to gac to make it shared one?
What is the use of activex control in .net?
How to create a key pair in .net?
What are the fundamental objects in ADO.NET?