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 steps to publish an object outside the service domain
How can objects in two diff. App Doimains communicate with each other ?
What are the different types of channels used by .net remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
Is it a good design practice to distribute the implementation to remoting client?
What?s a Windows process?
Explain marshalling and its types in .net remoting
What is a formatter in .net remoting?
Explain how to directly call a native function exported from a dll?
What are the ways to configure remoting objects before client can use them?
What are the security features in .net remoting?
what is Client-activated object in remoting?