Answer Posted / shailesh kumar
For deploying the assembly we required the strong name.For
security point of view strong name should not visible to
all programmer.Thats why we use the delay signing.so that
at the deployment time strong name will be not required.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is int parse in c#?
Which is faster iqueryable or ienumerable?
How a two-dimensional array declared in C#?
What is an object and a class?
Why is static constructor called first?
How many digits is a 32 bit number?
Is nullable type c#?
Why do we need nullable types in c#?
Describe an interface class?
What is javascriptserializer c#?
Write the difference between TypeOf and GetType?
What is the task perform by clr?
What is c# entity framework?
What do you mean by directing?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?