What is strong name and which tool is used for this ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between Hash table and Array list?
What are ASHX files?
What is the difference between table and query?
Can you change a Master Page dynamically at runtime?
Difference between using directive vs using statement?
Explain the difference between debug.write and trace.write?
Define web services in asp.net.
Can we have multiple web config files for an asp.net application?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is active web pages?
Why would a company use an application service provider?
How can you debug your.net application?
Explain Life cycle of ASP.NET page when a request is made.