What is strong name and what is the purpose of strong name ?
Answer Posted / rajani
A strong name is a .NET assembly name combined with its
version number and other information to uniquely identify
the assembly. This allows multiple versions of the same
assembly to peacefully co-exist in the global assembly
cache, where shared assemblies are typically stored.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the proxy of the server object in .net remoting?
What are the types of remotable objects?
What is a formatter in .net remoting?
What do mean by remotable objects in .net remoting?
When do we use delegates in your remoting applications?
what are the requirements to enable remote components to interact each other?
Define singlecall activation mode in .net remoting?
Can you pass SOAP messages through remoting?
How can you configure a .net remoting object via xml file?
Difference between .net remoting versus distributed com?
What does manifest consists?
What are the threading types?
What is objref object in remoting?
What are the steps to publish an object outside the service domain
What is the Difference between CAO and SAO in Remoting.