nerdexam
GIAC

GSSP-.NET · Question #228

(Topic 2) 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…

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

  • (Topic 2)

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.

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

(65 responses)
  • A
    12% (8)
  • B
    82% (53)
  • C
    6% (4)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice