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
How to manage different kinds of sessions in ASP.NET?
What is mvc in asp.net interview question? : Asp.Net MVC
What is diff. Between abstract class and an interface?
Are cookies stored on server or client?
What’s the difference between response .redirect and server.transfer?
Explain form level validation and field level validation?
What is the appSettings Section in the web.config file?
What is ispostback method in asp.net?
What is the maximum number of classes that can be contained in one dll file?
What is advantage of code behind coding in ASP.NET?
How can you handle exceptions in asp.net?
Can you use c# without .net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
How about the security in Activex DLL and Activex EXE ?
What is the biggest disadvantage of “Other Return Types” in Web API?