Vinod Dua
What is strong name in c# and how can we use it?
By Vinod Dua in C# on Jun 08 2012
  • vembaradsi.s shanmugam
    Nov, 2018 12

    They are the assemblies which can be uniquely identified by attaching the strong name to the dll name. It gives a unique name to each assembly of various versions. This allows solving the DLL hell problem.

    • 1
  • Satyapriya Nayak
    Jun, 2012 26

    A name that consists of an assembly's identity—its simple text name, version number, and culture information (if provided)—strengthened by a public key and a digital signature generated over the assembly.

    • 1
  • Satyapriya Nayak
    Jun, 2012 26

    A name that consists of an assembly's identity—its simple text name, version number, and culture information (if provided)—strengthened by a public key and a digital signature generated over the assembly.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS