Answer Posted / ashakiran
The strong name contains the public/private key pair. But at
the developement time, if we want to use only the public key
we should use this concept.
Delay signing is the high-end process. If we want to create
the private key at the instalation time, we should use this
concept.
For this we set the "deley signing=true" in the
assemblyinfo.vb/cs.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between Response.Write () and Response.Output.Write ().
the c# keyword .int. Maps to which .net type?
What is protected internal modifier in C#?
Explain the difference between a sub and a function in c#.
Why singleton is sealed?
How many root nodes are there in an xml document?
What is a value type in c#?
How do you escape a character?
What is the default value of singleordefault?
What is the difference between properties and indexer in c#?
What is a dimensional array?
What is deferred execution in c#?
Why static constructor is parameterless in c#?
What are constants in c#?
What is difference between abstract class and interface in c#?