Answer Posted / 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 |
Post New Answer View All Answers
Explain the Flow of remoting?
How to decide which to use .net remoting or asp.net web services?
How can you configure a .net remoting object via xml file?
What is asynchronous programming?
what are the requirements to enable remote components to interact each other?
what is Client-activated object in remoting?
Define remotable objects in .net remoting?
Explain the differences between marshal by value and marshal by reference?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What is unmanaged code?
What are the types of remotable objects?
When should we choose .net remoting over .net web services?
How do you directly call a native function exported from a DLL?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How to directly call a native function exported from a dll?