What is strong name and which tool is used for this ?
Answer Posted / vivek
Strong names guarantee name uniqueness by relying on unique
key pairs. No one can generate the same assembly name that
you can, because an assembly generated with one private key
has a different name than an assembly generated with another
private key.
Sn.exe is the tool provides options for key management,
signature generation, and signature verification.
The following command creates a new, random key pair and
stores it in keyPair.snk.
sn -k keyPair.snk
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is http session state?
What permissions do asp.net applications posses by default?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the events in a page life cycle?
Which is faster viewdata or viewbag?
List the types of authentication supported by asp.net?
Explain the advantages of caching?
What is view state management in asp net?
What is clickid?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Can I stream live content/events?
What is server components?
Explain the difference between dataset and datareader.
What are the benefits of Razor View?