Introduction
This blog post discusses some of the differences between WCF and ASMX Services.
Windows Communication Foundation
WCF provides a common platform for all .NET communication.
It is a programming platform and runtime system for building, configuring and deploying network-distributed services. It is the latest service oriented technology; Interoperability being one of its fundamental characteristics. It is a combined set of features including Web Services, Remoti... [More]