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 remotable objects in .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
What is the difference between remoting and webservice?
Define a process?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Explain the hierarchial description of remoting?
What is unmanaged code?
What do mean by remotable objects in .net remoting?
Explain the Flow of remoting?
Are you aware of containment and Aggregation ?
What is Remoting?
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
Explain how to directly call a native function exported from a dll?
What are static assemblies?
Write a example code for remoting?