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
Why do we need generics?
Where static variables are stored?
What is getenumerator?
Explain About .NET Framework
What is reflection in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Explain polymorphism in c# with a simple example?
What is boolean conditions in c#?
Explain about finalize method?
What is constructors, explain with syntax
Is php easier than c#?
What are satellite assemblies?
What is using keyword in C#?
What exactly happens when we debug and build the program?
Explain about Oops concept