Answer Posted / guest
Delay signing allows to place a shared assembly in the GAC
by signing the assembly with just the public key. This
allows the assembly to be signed with the private key at a
later stage, when the development process is complete and
the component or assembly is ready to be deployed.
This process enables developers to work with shared
assemblies as if they were strongly named, and it secures
the private key of the signature from being accessed at
different stages of development.
Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
Define singleton activation mode in .net remoting?
What are static assemblies and dynamic assemblies?
What do you mean by windows authentication?
Define the lease of the object?
How do you implement distributed applications in .net?
What are the types of remoting?
What is the proxy of the server object in .net remoting?
Will clr handle unmanaged code or not?
What are the remotable objects in .net remoting?
What is objref object in remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Write a example code for remoting?
Explain the types of .net remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?