What is strong name?

Answers were Sorted based on User's Feedback



What is strong name?..

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

What is strong name?..

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

Post New Answer

More Dot Net General Interview Questions

Is .NET a runtime service or a development platform?

2 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


What is "common language runtime" (clr) in .net?

0 Answers  


How many design patterns can be created in .net?

0 Answers  


Explain the use of ‘this’ keyword in Java?

1 Answers  






How do you view the methods and members of a dll?

0 Answers  


What is "microsoft intermediate language" (msil)?

0 Answers  


Explain webfarm vs webgardens in .net?

0 Answers  


What is CCW (COM Callable Wrapper) ?

1 Answers  


Why did they call it .net?

0 Answers  


Describe session handling in a webform, how does it work and what are the limitations?

0 Answers  


What is difference between .net and .net core?

0 Answers  


Categories