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


Please Help Members By Posting Answers For Below Questions

Explain the Flow of remoting?

597


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

512


Types of compatabilities and explain them ?

2031


What are the information required to configure remote objects?

519


Can you explain remoting?

596






What are the remotable objects in .net remoting?

532


Define proxy in .net remoting?

569


How to directly call a native function exported from a dll?

563


What is fundamental of published or precreated objects in remoting?

594


What is unboxing?

486


What are the threading types?

529


Explain marshalling and its types in .net remoting

514


What are static assemblies and dynamic assemblies. Differences between them?

628


Difference between .net remoting versus distributed com?

560


Difference between web services & remoting?

605