nerdexam
GIAC

GSSP-NET · Question #167

Peter works as a Software Developer for PatSoluTech Inc. He creates a .NET assembly using Visual Studio .NET. He wants to use this assembly in multiple .NET applications on a local computer. He…

The correct answer is B. Register the assembly within the GAC using Gacutil.exe. D. Give a strong name to the assembly. See the full explanation below for the reasoning.

Question

Peter works as a Software Developer for PatSoluTech Inc. He creates a .NET assembly using Visual Studio .NET. He wants to use this assembly in multiple .NET applications on a local computer. He decides to deploy the assembly into the global assembly cache (GAC). What will he do to accomplish the task? Each correct answer represents a complete solution. Choose two. GIAC GSSP-.NET Exam

Options

  • ASet the public attribute for the assembly.
  • BRegister the assembly within the GAC using Gacutil.exe.
  • CRegister the assembly within the GAC using Regasm.exe.
  • DGive a strong name to the assembly.

How the community answered

(33 responses)
  • A
    18% (6)
  • B
    73% (24)
  • C
    9% (3)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice