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
What is asynchronous programming?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What do you mean by passport authentication?
Define the lease of the object?
Is it a good design practice to distribute the implementation to remoting client?
How can we call methods in remoting asynchronously?
What are the ways to configure remoting objects before client can use them?
What are the channels in .net remoting?
Which Namespaces is used to achieve the Remoting?
Write a example code for remoting?
What is the Difference between CAO and SAO in Remoting.
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Define singlecall activation mode in .net remoting?
What are the types of remotable objects?
What are the situations you will use singleton architecture in remoting ?