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
How to decide which to use .net remoting or asp.net web services?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What are the different types of channels used by .net remoting and which is the best one?
Write a example code for remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Difference between .net remoting versus distributed com?
What is asynchronous programming?
How can we call methods in remoting asynchronously?
What are the remotable objects in .net remoting?
Define singleton activation mode in .net remoting?
What are the ways to configure remoting objects before client can use them?
What is the purpose of strong name?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is the Difference between CAO and SAO in Remoting.
Explain marshalling and its types in .net remoting