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


Please Help Members By Posting Answers For Below Questions

Differentiate between structure and class.

569


What is the difference between a cookie and a pixel?

472


Is it right that ASP.NET Web API has replaced WCF?

496


What is GAC in ASP.NET 2.0

578


Where is session data stored in asp net?

506






Less than one page, how many windows will you be able to maintain?

557


Define static function?

558


What is __ requestverificationtoken?

544


Why do we use asp.net?

570


What is a ashx file?

548


Can you explain composite pattern?

582


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1592


What is data control in asp.net?

506


What are the asp.net security controls?

544


How is mvc different from asp.net? : Asp.Net MVC

538