What is strong name?
Answers were Sorted based on User's Feedback
Answer / shh!!
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
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kirti
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. Because the assembly manifest
contains file hashes for all the files that constitute the assembly implementation, it is sufficient to generate the digital signature over just the one file in the assembly that contains the assembly manifest. Assemblies with the same strong name are expected to be identical
Is This Answer Correct ? | 0 Yes | 0 No |
what all type of application can u make with visual studio?
What are the authentication methods in .net?
What is the use of activex control in .net?
Explain .NET architecture?
Explain Creational design pattern in .NET?
Differences between datagrid, datalist and repeater in .net?
Tell us the differences between an interface and an abstract class in .net?
What is CLR? How it will work?
What are the advantages of .net core?
How anonymous method is different from a lambda expression?
What are multicast delegates?
Explain manifest & metadata.