About remoting and web services. Difference between them?
Answer Posted / gopinath k
Re: About remoting and web services. Difference between
them?
Answer
# 1 remotimg is an internet and webservices is an intranet
aplication.remotimg is fast wen compared to webservices
gopinath k
Re: About remoting and web services. Difference between
them?
Answer
# 2 Remoting is a technology used to communcate between
applications of same platform and encoding will be in the
form of binary. asp.net 3.0 onwards its applications in
different platforms ..
In the case of web service applications in different
platforms can communicate and data will get transferred as
xml files
gopinath k
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to decide which to use .net remoting or asp.net web services?
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
Explain the Flow of remoting?
Explain the types of .net remoting?
What is fundamental of published or precreated objects in remoting?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
define client activated objects (cao)?
Explain how does assembly versioning in .net prevent dll hell?
What are the security measures exist for .net remoting in system.runtime.remoting?
Is it a good design practice to distribute the implementation to remoting client?
Can you explain remoting?
What is the difference between remoting and webservice?
What are the different types of channels used by .net remoting and which is the best one?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are dynamic assemblies?