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 |
Explain the code behind wors and contrast that using the inline style.
what is machine key error in .NET how can we solve it?
What is the difference between constants and read-only variables?
What is the procedure to add assemly to gac to make it shared one?
Explaing your project.
Explain me what is an anonymous method and how is it different from a lambda expression?
Difference between abstract class and interface in .net?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Different between .net & j2ee ?
What are the different types of Classes in .NET?
What is .net latest version?