What technology enables out-of-proc communication in .NET ?
Answer / priya bharti
Most usually Remoting;.NET remoting enables client applications to use objects in other processes on the same computer or on any other computer available on its network.While you could implement an out-of-proc component in any number of other ways, someone using the term almost always means Remoting.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the ways to renew lifetime leases of objects?
How can you create a strong name for a .NET assembly?
How can you tell the application to look for assemblies at the locations other than its own install?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
What does manifest consists?
What is unboxing?
What is the proxy of the server object in .net remoting?
What is assembly ?
What are various types of assemblies ?
What is unmanaged code?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What are the security issues if we send a query from the application?