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


Please Help Members By Posting Answers For Below Questions

Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

504


Explain threading types?

625


Which Namespaces is used to achieve the Remoting?

551


Define a process?

523


What does manifest consists?

531






What are the ways to configure remoting objects before client can use them?

574


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

495


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

476


Define singleton activation mode in .net remoting?

498


Define the lease of the object?

569


How can you configure a .net remoting object via xml file?

535


what is Client-activated object in remoting?

562


What are static assemblies?

536


Garbage collector?s functionality on unmanaged code ?

3079


Explain the differences between marshal by value and marshal by reference?

553