What is strong name and what is the purpose of strong name ?

Answers were Sorted based on User's Feedback



What is strong name and what is the purpose of strong name ?..

Answer / rashmi tiwari

A name that consists of an assembly's identity—its simple
text name, version number, and culture information (if
provided)—strengthened by a public key and a digital
signature generated over the assembly.

Is This Answer Correct ?    64 Yes 11 No

What is strong name and what is the purpose of strong name ?..

Answer / nihar

Strong name is the identification of an assembly. To avoid
DLL heal we are using the string name. Syntex for creating
a strong name SN

Is This Answer Correct ?    49 Yes 19 No

What is strong name and what is the purpose of strong name ?..

Answer / saubhagya

strong names are same as GUID in com.strong names are used
to deploy assembly in global assembly cache(GAC)

Is This Answer Correct ?    30 Yes 8 No

What is strong name and what is the purpose of strong name ?..

Answer / 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

What is strong name and what is the purpose of strong name ?..

Answer / punish goyal

Strong name is the identification of the assembly.this
cantain's it's name,version number,Culture number.

Is This Answer Correct ?    10 Yes 4 No

What is strong name and what is the purpose of strong name ?..

Answer / 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

What is strong name and what is the purpose of strong name ?..

Answer / gousepasha

Strong Name is a technology based on cryptographic principles, primary digital signatures

Is This Answer Correct ?    4 Yes 3 No

What is strong name and what is the purpose of strong name ?..

Answer / sivakrishna.ambati

A strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file (the file that contains the assembly manifest, which in turn contains the names and hashes of all the files that make up the assembly), using the corresponding private key.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Dot Net Remoting Interview Questions

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

0 Answers  


What?s SingleCall activation mode used for?

1 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Can you explain remoting?

0 Answers   QuestPond,


What is the difference between remoting and webservice?

0 Answers  






Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com

0 Answers   Excel,


Can you pass SOAP messages through remoting?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


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

0 Answers  


What is the Difference between CAO and SAO in Remoting.

0 Answers  


What are the advantage of remoting over web services?

0 Answers  


Categories