What is strong name and which tool is used for this ?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / santosh bind
It contain public and private key for security
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use the java script code in .Net Code behind?
How do you construct HtmlResponseMessage?
can sn.exe can be used before gacutil.exe
Tell About Global.asax ?
What is mvc structure? given example? How to show gridview control from business components and using class object arrays?
How to convert a string into an Integer in ASP.net?
What is the postback property in asp.net?
What is a PostBack ?
what is use to destroy an object? illustrate.
I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?
difference between Trace and Debug ?
2 Answers Accenture, HCL, Patni,
Explain the use of view state?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)