What are the benefits of using WCF?
Posted
by sontek
on Stack Overflow
See other posts from Stack Overflow
or by sontek
Published on 2008-11-07T05:43:44Z
Indexed on
2010/05/20
6:10 UTC
Read the original article
Hit count: 279
We currently just utilize soap webservices for all our communication but have been thinking about moving to WCF instead. What are the benefits of using it over an asmx service?
If we do go with a WCF service, can other languages still communicate with it? SOAP is standardized and all languages can interact with it.
Are there any really good examples of how to get started with WCF that show the benefits of it over soap?
EDIT
- I just found this question which is quite helpful.
- The Getting Started Tutorial is great.
© Stack Overflow or respective owner