Difference between remoting and web service ?
Answer / ashish kumar
WebService can access on HTTP protocol.
Remoting can access on HTTP , TCP , SMTP etc protocol.
WebService based on Stateless.
Remoting based on Stateless and stateful.
WebService are mostly use for interoperablity.
Remoting are mostly use for C/S.
WebService support only object that can serialized.
Remoting support all object that can inherits
MarsalByRefObject.
WebService is easy to create and deploy.
Remoting is diffcult to create and deploy.
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the differences between marshal by value and marshal by reference?
What is unboxing?
When we use web service and when we use Remoting?
About remoting and web services. Difference between them?
Threading Types ?
What are CAO's i.e. Client Activated Objects ?
How do you define the lease of the object?
write a example for remoting (code)
What are possible implementations of distributed applications in .NET?
How do you reference to a private & shared assembly ?
What is assembly ?
How do you directly call a native function exported from a DLL?