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
What is preprocessor in .net? Where it use?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How to create events for a control?
What are the Types of authentications in IIS
What are the different methods of session maintenance in asp.net?
What are the advantages of using Master Pages?
Explain code snippet to register exception filters from controller?
Can you set the session out time manually?
Explain different types of Caching techniques in ASP.NET?
How do we sort the data from a dataset?
Why asp.net is better than php?
What is the difference between page directive include and action tag include?
What is data binding in asp net?
Explain how viewstate is being formed?
Explain about consistent programming model in the .NET framework?