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
When is a class declared as a class abstract?
What are generics in c#.net?
Explain the Different types of configuration files in .net?
Why we use anonymous methods in c#?
What is the difference between throw and throw ex?
What is meant by console programming?
What is interface inheritance in c#?
What is stringbuilder c#?
What is the advantage of extension method in c#?
What is the difference between string keyword and system.string class?
Why singleton pattern is used in c#?
What do you mean by saying a "class is a reference type"?
Is functional interface runnable?
What is the main purpose of linq?
What problem does Delegate Solve?