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

How are the activation URLs different in case of SAO and CAO in .NET remoting?

2093


What is a formatter in .net remoting?

586


Will clr handle unmanaged code or not?

577


Difference between web services & remoting?

608


What are the different types of channels used by .net remoting and which is the best one?

494






Define delegates and events?

582


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

516


How do you directly call a native function exported from a DLL?

6661


What is unboxing?

486


What are the situations you will use singleton architecture in remoting ?

565


Can we configure a .net remoting object via xml file?

529


How to decide which to use .net remoting or asp.net web services?

499


What are the security measures exist for .net remoting in system.runtime.remoting?

602


Elaborate the term WebService and how it differ from Remoting?

566


What are the ways to renew lifetime leases of objects?

581