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
Explain the Order of events in an asp.net page?
Can we override the enablepartialrendering property of the scriptmanager class?
What is strong-typing versus weak-typing?
What is latest version of asp.net mvc? : Asp.Net MVC
Is LINQ performance wise better or using sqlcommand?
What are the new data controls in asp.net 2.0?
What are the differnt types of handler in ASP.NET?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the good practice to implement validations in aspx page?
What is session state server?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What is the difference between cache and cookies?
What is viewstate information stored?
What is the difference between user control and custom control?
Why would anyone need to implement their own hashtable or linked list?