x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer

there are 2 types of assemblies. - private assembly and public assembly

private assemblies are specific to the application. means it is local to the project

public assemblies are the assemblies which are shared by multiple .net applications. public assemblies are stored in shared area called as GAC.

GAC - Global Assembly Cache is a shared area, where public assemblies are stored. public assemblies are the assemblies which are shared by multiple .net applications. 

Answer

The Global Assembly Cache (GAC) is a folder in Windows directory to store the .NET assemblies that are specifically designated to be shared by all applications executed on a system. Assemblies can be shared among multiple applications on the machine by registering them in global Assembly cache(GAC).

Answer

Global Assembly Cache (GAC) Each computer on which the Common Language Runtime is installed has a machine-wide code cache called the 'Global Assembly Cache'. GAC is a folder in Windows directory to store the .NET assemblies that are specifically designated to be shared by all applications executed on a system.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer