What is strong name and which tool is used for this ?

Answers were Sorted based on User's Feedback



What is strong name and which tool is used for this ?..

Answer / alb.shah

If you want to design an assembly which is used by more
than one application then that assembly should be assigned
a strong name. sn.exe is used to generate a strong name.

Is This Answer Correct ?    6 Yes 2 No

What is strong name and which tool is used for this ?..

Answer / 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

What is strong name and which tool is used for this ?..

Answer / santosh bind

It contain public and private key for security

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What does a switch do?

0 Answers  


What is the difference between viewstate and hidden field in asp.net?

0 Answers  


If you are using components in your application, how can you handle exceptions raised in a component?

0 Answers   Accenture,


what does membership class provide?

1 Answers  


Explain client side state management system.

0 Answers  






what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?

1 Answers   Satyam,


What does aspnet_regiis -i do ?

1 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


How to transpose rows into columns and columns into rows in a multi-dimensional array ?

1 Answers   Microsoft,


How do I send an email message from my ASP.NET page?

0 Answers  


How .Net has implemented security for web applications?

1 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


Categories