can you tell me what are the steps should follow to do
delay signing.
Answer Posted / shailesh kumar
Delay Signing is use for the security strong name.For use
this option
1>go to the property of class lib.
2>Select the sigining option
3>mark the check on Delay sign only
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between // comments, /* */ comments and /// comments?
Can we assign null value to integer?
What is private in c#?
Are there functions in c#?
In which way a two-dimensional array declared in C#?
Is c# difficult to learn?
What's the difference between a static method and a non static method c#?
What are the basic string operations? Explain.
How do you encapsulate in c#?
What are the types of operator?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is JIT (just in time)? how it works?
What is a class level variable in c#?
Tell me the difference between value passing and address passing?
how encapsulation is implemented in c#