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 how to directly call a native function exported from a dll?
Explain marshalling and its types in .net remoting
What are the different types of channels used by .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
what are the requirements to enable remote components to interact each other?
Define a process?
Explain the differences between marshal by value and marshal by reference?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What does manifest consists?
Define remotable objects in .net remoting?
What are static assemblies and dynamic assemblies?
What is unmanaged code?
What are the remotable objects in .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
Explain serialization formatters in .net remoting