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

Filed under:
|
|
|
  1. 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?

  2. 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.

  3. Are there any really good examples of how to get started with WCF that show the benefits of it over soap?

EDIT

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET