explain is .NET Remoting?
Answers were Sorted based on User's Feedback
Answer / madhusudhanreddy t
Remoting in .net is one of the ditributed application
development pogramming which provides .NET to .NET
communication using channels with homogenous and
heterogenous platforms.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / merinkmathew
Net remoting replaces DCOM. Web Services that uses remoting
can run in anyApplication type i.e. Console Application,
Windows Form Applications,Window Services etc. In CLR
Object Remoting we can call objectsacross network.
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the types of remotable objects?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
When do we use delegates in your remoting applications?
Can you explain remoting?
Can you configure a .NET Remoting object via XML file?
what is Client-activated object in remoting?
Garbage collector?s functionality on unmanaged code ?
write a example for remoting (code)
Explain how to directly call a native function exported from a dll?
What is the proxy of the server object in .net remoting?
explain is .NET Remoting?
What is delay signing?