A developer needs to ensure that a compiled .NET assembly can be shared across multiple applications on a single machine. Which of the following is a mandatory prerequisite for deploying an assembly to the Global Assembly Cache (GAC)?
-
A
The assembly must be digitally signed with a code signing certificate.
-
B
The assembly must be compiled in Release mode.
-
C
The assembly must have a strong name.
-
D
The assembly must be registered using the regasm.exe tool.