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 are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


What is the benefit of entity framework?

0 Answers  


What is difference between constants, readonly and, static

1 Answers  


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

1 Answers  


What is the use of razor view engine?

0 Answers  






How do you box a primitive data type variable ?

1 Answers  


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


What is the full form of sp?

0 Answers  


Where does web.config info stored? Will this be stored in the registry ?

1 Answers   Accenture, BirlaSoft,


Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.

6 Answers   ABC, Evalueserve,


How can we determine action invoked from HTTP GET or HTTP POST?

0 Answers  


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

0 Answers  


Categories