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 |
What is unmanaged code?
How do you reference to a private & shared assembly ?
write a example for remoting (code)
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Explain how to directly call a native function exported from a dll?
Threading Types ?
How do you implement distributed applications in .net?
Can you have two files with the same file name in GAC?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Will clr handle unmanaged code or not?
What are the types of remotable objects?
How to decide which to use .net remoting or asp.net web services?