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 usercontrol how we can use acess the controls that are present in the usercontrol in the aspx page suppose we have 2 text boxes in a user control how u can acess the 2 textboxs in the aspx page
Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.
Define the term Scavenging in Caching?
How would you implement inheritance using c#?
Explain the difference between dataset and datareader.
3. What goals do you have in your career?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain the steps needed to be performed in order to create an animation in xaml?
What is session and cookies in asp.net?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is a Windows Service and how does its life cycle differ from a standard EXE?
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)