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 technology enables out-of-proc communication in .NET ?
What is unmanaged code?
Explain how does assembly versioning in .net prevent dll hell?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
How do you directly call a native function exported from a DLL?
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 is the purpose of System.EnterpriseServices namespace ?
what is Client-activated object in remoting?
What is the proxy of the server object in .net remoting?
What is fundamental of published or precreated objects in remoting?
write a example for remoting (code)