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

Which object wraps the state or data of a user?

0 Answers  


If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?

1 Answers  


What is a global postback url?

0 Answers  


How can we apply themes to an asp.net application?

0 Answers  


What is Difference between Application object and Session Object

5 Answers  






Define asp.net caching?

0 Answers  


Can we use MSSql as backend in asp.net...if yes then How.?

0 Answers   MCN Solutions,


Give a few examples of page life cycle events.

0 Answers   Accenture,


What is the function used for removing an event listener?

0 Answers  


I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


what is uncle aunty file

1 Answers  


How can you provide an alternating color scheme in a Repeater control?

1 Answers  


Categories