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 information required to configure remote objects?
What are dynamic assemblies?
What is a strong name?
what are the various type of channels used by .Net remoting and which is the best one?
What is the Difference between CAO and SAO in Remoting.
About performance issues on retrieving records ?
Explain when we use web service and when we use remoting?
How to register a shared assembly ?
What are static assemblies?
How to directly call a native function exported from a dll?
define client activated objects (cao)?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?