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)- A12% (8)
- B82% (53)
- C6% (4)
Community Discussion
No community discussion yet for this question.