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

can we call the garbage collector to run explicicitly?

6 Answers   Kanbay, Volvo,


What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?

4 Answers   IBM, NIIT,


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers   Cap Gemini,


How is method overriding different from method overloading

1 Answers   Siebel Systems,


What's the .NET class that allows the retrieval of a data element using a unique key

1 Answers  






how to disable the lazy loading framework?

0 Answers   Microsoft,


What is the difference between viewbag and viewdata in mvc?

0 Answers  


What are Validation Annotations?

0 Answers  


What are the methods in Thread class?

3 Answers  


What is objectcontext? : Entity framework

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,


Categories