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
Is c# a technology?
How can I use .NET components from COM programs?
What is difference between write and writeline?
What is a data set in c#?
What are the classes contained in a single .NET DLL ?
List the 5 different access modifiers in c#?
What is session management in c#?
What does readonly mean in c#?
How can I make sure my c# classes will interoperate with other .net languages?
What is the syntax for calling an overloaded constructor within a constructor?
What is a template class?
Why is dll used?
What is the purpose of static?
Describe the overview of clr integration.
1. Describe page life cycle?