Answer Posted / ganesh
WebService is Platform,Object ,Programming Language
indepedent while remoting depends on platform means client
to be built using .NET Framework or other framework that
supports .NET Remoting
webservice can be accessed on http protocol and soap based
message formating while remoting supports tcp/http with
binary and soap based formating.
webservice is based on singlecall method means for every
request remote object is loaded, while remoting supports
singlecall and singleton method.
webservice lies under unbrella of Remoting.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Explain serialization formatters in .net remoting
Name the distributed systems available apart from .net remoting?
What is unmanaged code?
What is the proxy of the server object in .net remoting?
Explain the hierarchial description of remoting?
What are the ways to renew lifetime leases of objects?
How do you directly call a native function exported from a DLL?
Explain how to perform remoting?
What do you mean by windows authentication?
How can we call methods in remoting asynchronously?
Write a example code for remoting?
Explain the Flow of remoting?
Define a process?
Define proxy in .net remoting?
What is the purpose of strong name?