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
Difference between response.redirect and server.transfer?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
How can you make sure that web api returns json data only?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Explain form level validation and field level validation?
What is marshalling ? Is it a part of asp.net ?
How response object is related to asp's response object?
What are the events that happen when a client requests an asp.net page from iis server?
What is asp net_sessionid?
Which tool you have done?
What is OSI layer? Explain different layers.
What are the two properties that are common on every validation control?
What is inproc and outproc?
How you can manage the state of application at the server side in ASP.NET?
How do we sort the data from a dataset?