What is strong name and what is the purpose of strong name ?
Answer Posted / sivakrishna.ambati
A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file (the file that contains the assembly manifest, which in turn contains the names and hashes of all the files that make up the assembly), using the corresponding private key.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What does manifest consists?
Define proxy in .net remoting?
What are static assemblies and dynamic assemblies. Differences between them?
Are you aware of containment and Aggregation ?
What are the situations you will use singleton architecture in remoting ?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What are the different types of channels used by .net remoting?
What is Remoting?
What is the proxy of the server object in .net remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
Define a process?
When should we choose .net remoting over .net web services?
Explain the differences between marshal by value and marshal by reference?
What are the advantage of remoting over web services?
Difference between web services & remoting?