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?s SingleCall activation mode used for?
Explain the hierarchial description of remoting?
what is sitemap
What?s a Windows process?
Types of compatabilities and explain them ?
How can objects in two diff. App Doimains communicate with each other ?
What are the threading types?
How do you register a .NET assembly?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is ODP.NET?
What are the different types of channels used by .net remoting?
Explain when we use web service and when we use remoting?