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
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is a framework in c#?
Differentiate between response.expires and response.expiresabsolute?
How to implement an object pool in c#.net.
How to use delegates with events?
Can a class have more than 1 destructor?
What is difference between new and override in c#?
Explain inheritance in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Can struct have constructor c#?
How many kinds of elements an array can have?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is a verbatim string literal and why do we use it?
How do you prevent a class from being inherited?
What is iformatprovider in c#?