When we use web service and when we use Remoting?

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


Please Help Members By Posting Answers For Below Questions

What are static assemblies and dynamic assemblies. Differences between them?

734


Explain the differences between marshal by value and marshal by reference?

658


What is the proxy of the server object in .net remoting?

662


What are the threading types?

632


Difference between .net remoting versus distributed com?

661






Are you aware of containment and Aggregation ?

2782


Define remotable objects in .net remoting?

640


What are the security features in .net remoting?

639


What are the remotable objects in .net remoting?

591


When should we choose .net remoting over .net web services?

620


Explain the hierarchial description of remoting?

608


Explain Singleton design pattern of Remoting?

638


How do you directly call a native function exported from a DLL?

6832


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

611


Define singleton activation mode in .net remoting?

593