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 difference between view and partial view?
What is enableviewstate in asp net?
What is csrf attack in asp.net?
Explain Session state management options in ASP.NET.
What is postback request?
Which method do you use to enforce garbage collection in .net?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Is there any alternative to avoid name collisions other then Namespaces?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain security types in asp.net?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
How can I create master page in asp net?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What is runat?