What is strong name and which tool is used for this?
Answer Posted / om nama shiva ya namaha
when ever we place our assembly in global assembly cache.to
identify our assembly uniqly in the golbal assembly cache we
have to provide stong name for our assembly
we can provide strong name by using sn.exe tool
in command promt==>sn.exe -k "\anyassemblyname.snk";
these sn.exe tool provieds stong name for the assembly and
follw public key cryptogaphy
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Where web.config file is used?
How do u deploy ur project?
Explain asp.net mvc request life cycle? : asp.net mvc
What is the difference between adding reference in solution explorer and adding references by using ?
What is server infrastructure & server components?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is diff. Between abstract class and an interface?
Explain the flow of processing of the request? : asp.net mvc
How is mvc different from asp.net? : Asp.Net MVC
Describe paging in asp.net?
What are the new features implemented in ASP.NET?
Explain the difference between dataset and datareader.
What is css in asp.net?
How do you open a page in a new window?
Name some asp objects?