Thursday, March 28, 2013

Global assembly cache (GAC)

Global assembly cache  is where all shared .net assembly resides. GAC is used in the following situations:

  • If assemblies have to be shared among several applications which resides in the same computers.
  • If the assembly has some special security, requirements like only administrators can remove the assembly. If the assembly is private then a simple delete of assembly the assembly file willremove the assembly.

No comments: