Answer Posted / 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 |
Post New Answer View All Answers
What is assemblies in .net?
How you apply a theme in whole application in .Net?
What are the namespace available in .net?
What do the terms “boxing” and “unboxing” mean?
What is finalize method in .net?
What is your observations between vb.net and vc#.net?
What are nullable types in .NET
What is the procedure to add assemly to gac to make it shared one?
Which namespace does it belong to by default?
Types of evidence in .net with context to CAS
State some of the different languages supported by .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
How inheritance works in .net?
How can I tell if .net 3.5 is installed?
Explain me why do we use msmq?