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
Are you aware of containment and Aggregation ?
What is objref object in remoting?
What are different types of assemblies?
What do mean by remotable objects in .net remoting?
What are the types of remotable objects?
What is asynchronous programming?
How can you configure a .net remoting object via xml file?
What are static assemblies?
Explain marshalling and its types in .net remoting
What are the difference between static assemblies and dynamic assemblies?
How do you directly call a native function exported from a DLL?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Define singlecall activation mode in .net remoting?
Explain the hierarchial description of remoting?
What are the different types of channels used by .net remoting and which is the best one?