What is strong name and what is the purpose of strong name ?
Answer Posted / shyam
A strong name is a reliable .NET assembly identifier,
comprised of the assembly’s simple text name, version
number, culture, public key and a digital signature. The
latter two are generated with the strong name (sn) tool,
while the remainder is part of the assemblies manifest …
usually specified in the AssemblyInfo source file.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can you pass SOAP messages through remoting?
Which Namespaces is used to achieve the Remoting?
define client activated objects (cao)?
What is the difference between remoting and webservice?
Explain when we use web service and when we use remoting?
What are static assemblies and dynamic assemblies?
Explain marshalling and its types in .net remoting
How can you configure a .net remoting object via xml file?
Explain the Flow of remoting?
Difference between .net remoting versus distributed com?
Define remotable objects in .net remoting?
What does manifest consists?
Write a example code for remoting?
What are the channels in .net remoting?