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 Client-activated object in remoting?
explain is .NET Remoting?
What are the ways to renew lifetime leases of objects?
What are static assemblies and dynamic assemlies. Differences between them ?
What is unboxing?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are the differences between Marshal by value and Marshal by reference?
What are static assemblies?
what is sitemap
How to register a shared assembly ?
What is ODP.NET?
What is the purpose of System.EnterpriseServices namespace ?