Qus:    What is strongName in Assembly?
Dec 01, 2020 20:59 DotNet 2 Answers Views: 1422 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 14: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 14: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 solution is right for you?

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


Let`s Connect