What is strong name?

Answers were Sorted based on User's Feedback



What is strong name?..

Answer / vijay bhanu prasad

strong name is used to provide unique identity for an
assembly which is to be stored in GAC i,e to make an
assembly shared.

Is This Answer Correct ?    5 Yes 0 No

What is strong name?..

Answer / zeenat s

Strong name is similar to GUID(it shoud be unique in time
and sapce) like in com components.Strong name is used when
u want to deploy a assembly in GAC.GAC use this strong name
to differentiate between the two versions of the assembly.

Is This Answer Correct ?    3 Yes 0 No

What is 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 ?    3 Yes 1 No

What is strong name?..

Answer / kavitha

A strong name is used to provide an unique assembly identity.
it is a digital signature on the assembly


we can create an strong name as

sn -k keyname

Is This Answer Correct ?    3 Yes 1 No

What is strong name?..

Answer / navneet singh

A strong name is used to provide an unique assembly identity.
it is a digital signature on the assembly

sn -k keyname

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is .edmx file and what it contains?

0 Answers   Microsoft,


What is side by side Execution ?

3 Answers   MEC, MMTS,


What is the difference between old ADO.NET and Entity framework coding techniques?

0 Answers  


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

0 Answers  


What is the role of the jit compiler in .net framework?

0 Answers  






why DotNetFramework is included in building a software

0 Answers   Infosys, Symphony,


what is lazy loading in entity framework?

0 Answers   Microsoft,


About namespaces ?

3 Answers   MMTS,


What is the mvc pattern (model view controller pattern)?

0 Answers  


Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  


Name a few different return types of a controller action method?

0 Answers  


How to ensure the credentials for WebService using Windows authentication

1 Answers   Proteans,


Categories