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 static assemblies and dynamic assemblies?
Can you configure a .NET Remoting object via XML file?
1 Answers Tavant Technologies,
What is a formatter?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain the Flow of remoting?
When should we choose .net remoting over .net web services?
How can you tell the application to look for assemblies at the locations other than its own install?
What?s Singleton activation mode?
What is a Windows process?
Explain the types of .net remoting?
Explain how to directly call a native function exported from a dll?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?