Qus:    What is strongName in Assembly?
Dec 01, 2020 14:59 2 Answers Views: 705 PADMAKEECHU

 



A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file using the corresponding private key. It gives a unique name to each assembly of various versions. This allows solving the DLL hell problem.

Prev Next
Answers (2)
SWEETY Dec 02, 2020 08:27
Answer:   When you create the assembly name in gacutil , that will be create the unique name where you can deploy in the Gac util . It will also help out it with two different version of assembly.

PARTH Dec 03, 2020 08:16
Answer:   A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file using the corresponding private key. It gives a unique name to each assembly of various versions. This allows solving the DLL hell problem.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect