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 perform remoting?
What are the advantage of remoting over web services?
What is objref object in remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What are static assemblies and dynamic assemblies?
What do you mean by passport authentication?
Which one is better WebService and Remoting ?
How to directly call a native function exported from a dll?
What are the different types of channels used by .net remoting and which is the best one?
What does manifest consists?
what are the requirements to enable remote components to interact each other?
What is the Difference between CAO and SAO in Remoting.
How to decide which to use .net remoting or asp.net web services?
Define singleton activation mode in .net remoting?
Difference between .net remoting versus distributed com?