What is strong name and what is the purpose of strong name ?
Answer Posted / rashmi tiwari
A name that consists of an assembly's identity—its simple
text name, version number, and culture information (if
provided)—strengthened by a public key and a digital
signature generated over the assembly.
| Is This Answer Correct ? | 64 Yes | 11 No |
Post New Answer View All Answers
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the different types of channels used by .net remoting?
Explain serialization formatters in .net remoting
What are the threading types?
Name the distributed systems available apart from .net remoting?
What are dynamic assemblies?
What does manifest consists?
What is the Difference between CAO and SAO in Remoting.
Can we configure a .net remoting object via xml file?
How do you implement distributed applications in .net?
Which one is better WebService and Remoting ?
what are the requirements to enable remote components to interact each other?
Write a example code for remoting?
Define a process?
Is it a good design practice to distribute the implementation to remoting client?