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 |
What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />
What is Bundling and Minification in MVC?
Explain automatic memory management in .net.
Explain the difference between inline and code behind - which is best in?
What is an Interface and What is an Abstract Class?
What is a web api?
State Management (viewstate, session etc)
Can you create an app domain ?
Describe a diffgram ? Write any one use of that?
What is asp net application object?
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
Can a user browsing my Web site read my Web.config or Global.asax files ?
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)