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 purpose of Remoting in .NET?
0 Answers Petranics Solutions,
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
Explain about .net?
Which property is used in the email to send the content as HTML
Explain how com+ related to the dna architecture?
Best Dot Net Center in Chennai ?
What is difference between .net core and .net standard?
How to manage pagination in a page using .net?
What does jit compilation do in .net?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.
What is .net3.5?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?