What is strong name?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Is .net framework dead?
what is code first approach?
What is conceptual model? : Entity framework
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Why do I get errors when I try to serialize a Hashtable
Is dapper better than entity framework?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is oauth in web api?
What was the problem in traditional component why side by side execution is supported in .net ?
If foreground completes its processing will it wait for background threads?
Can you please explain the request flow in ASP.NET MVC framework?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?