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
What are static assemblies and dynamic assemblies. Differences between them?
Explain the differences between marshal by value and marshal by reference?
What is the proxy of the server object in .net remoting?
What are the threading types?
Difference between .net remoting versus distributed com?
Are you aware of containment and Aggregation ?
Define remotable objects in .net remoting?
What are the security features in .net remoting?
What are the remotable objects in .net remoting?
When should we choose .net remoting over .net web services?
Explain the hierarchial description of remoting?
Explain Singleton design pattern of Remoting?
How do you directly call a native function exported from a DLL?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Define singleton activation mode in .net remoting?