What is strong name?
Answers were Sorted based on User's Feedback
Answer / shh!!
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 ? | 2 Yes | 0 No |
Answer / kirti
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. Because the assembly manifest
contains file hashes for all the files that constitute the assembly implementation, it is sufficient to generate the digital signature over just the one file in the assembly that contains the assembly manifest. Assemblies with the same strong name are expected to be identical
| Is This Answer Correct ? | 0 Yes | 0 No |
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
What is dot net and its uses?
How will you do redo and undo in textbox control?
What are the Characteristics of .NET?
Is .net capable of supporting multi-thread?
When would you use .NET Remoting and when Web services?
What is Delegate? Have ever used Delegates in your project.
Explain how viewstate is being formed and how it's stored on client in .net?
Describe the use of following com+ services jit activation, queued components, object pooling.?
How inheritance works in .net?
Explain the difference between task and thread in .net?
Do I have any control over the garbage collection algorithm?