GeekArticles
Microsoft
Web Services
Microsoft
Web ServicesBuilding Distributed Apps? Use XML Web Services, Not Remoting (Mostly)
By Paul Kimmel Go to page: 1 2 3 Next If you have been wondering whether to use XML Web services or .NET Remoting, here's a simple answer: Use XML Web services most of the time. XML Web services are the same as marshal-by-value .NET Remoting, but using them is much easier than using Remoting from scratch. Marshal-by-value remoting (XML Web services) means that you get XML-serialized data from your remote server. Sometimes, you may need dynamic event behavior or you may not want to move...n
Sponsored Links
Related Topics
Subscribe via RSS
Web Services
- Asynchronous Web Services Invocation in .NET Framework 2.0
- Working With Asynchronous .NET Web Service Clients
- .NET Web Service Connects Educators
- Develop Transactional .NET Web Services
- Integrate .NET Remoting Into the Enterprise
- Web Services Tutorial: Understanding XML and XML Schema—Part 1
- Proof Web Services to Ensure Success
- Web Service's Test Harness: A Functional, Load, and Performance Testing Framework for Web Services
- Assess Exchange 2000's .NET Fit
- .NET Remoting
