what is strong name?
Answers were Sorted based on User's Feedback
Answer / seshu
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.
In particular, strong names satisfy the following requirements:
Strong names guarantee name uniqueness by relying on unique
key pairs. No one can generate the same assembly name that
you can, because an assembly generated with one private key
has a different name than an assembly generated with another
private key.
Strong names protect the version lineage of an assembly. A
strong name can ensure that no one can produce a subsequent
version of your assembly. Users can be sure that a version
of the assembly they are loading comes from the same
publisher that created the version the application was built
with.
Strong names provide a strong integrity check. Passing the
.NET Framework security checks guarantees that the contents
of the assembly have not been changed since it was built.
Note, however, that strong names in and of themselves do not
imply a level of trust like that provided, for example, by a
digital signature and supporting certificate.
| Is This Answer Correct ? | 34 Yes | 7 No |
Answer / anand kumar
Strong Name Is a part of assembly which provide a text
name,version number, public key and digital Signature.
By strong name we can't create same assembly which name all
ready exit and also not anybody create or use same version.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / maloy.adhikari
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 | 5 No |
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What can we do with asp.net?
what is Theme in Asp.net 2.0
what is an Eventbubbling?
What is the significance of ASP.NET routing?
What's the difference between viewstate and sessionstate?
What r the page life cycle in asp.net page?
What is .net remoting?
Is session server side or client side?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
what is Satellite Assembly?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)