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
How many bytes is a long c#?
What is lazy loading and eager loading in c#?
Is everything an object c#?
Is list passed by reference c#?
What is the difference between ienumerable and enumerator?
How to get the sum of last 3 items in a list using lambda expressions?
Which framework is best for desktop application?
Is as keyword in c#?
What is the difference between method parameters and method arguments. Give an example?
Can we write class inside a class in c#?
What is thread safe in c#?
What are get and set in c#?
What is action c#?
What is the default value of guid in c#?
What is generic collection in c#?