Answer:
We can use a developer tool called the Global Assembly Cache tool (Gacutil.exe), provided by the .NET Framework SDK or Use Windows Explorer to drag assemblies into the cache.
To install a strong-named assembly into the global assembly cache at the command prompt, type the following command:
gacutil I Asembly_name
In this command, assembly_name is the name of the assembly to be installed in the GAC.
Asked In: Many Interviews |
Alert Moderator