how the .net remoting is differ from web services
how the .net remoting is differ from web services.
plz give me one real life example........
thank you in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nipun TomarPosted Aug 26, 2008, 1:06 AM
Raj KumarPosted Aug 26, 2008, 12:23 AM
The Web services technology enables cross-platform integration by using HTTP, XML and SOAP for communication thereby enabling true business-to-business application integrations across firewalls. Because Web services rely on industry standards to expose application functionality on the Internet, they are independent of programming language, platform and device.
Remoting is .a technology that allows programs and software components to interact across application domains, processes, and machine boundaries. This enables your applications to take advantage of remote resources in a networked environment.
For more follow this link..
http://www.developer.com/net/net/article.php/2201701