Essentials references for understanding WCF….
WCF Base
WCF Callbacks, Events
WCF Instances Management
WCF Features comparison : (table below was extracted from this article)
Web Service Software Factory
Feature
ASMX 2 .0 plus WSE 3. 0
WCF
Hosting
IIS/ASP.NET (.asmx)
SoapReceivers
IIS/ASP.NET (.svc)
ServiceHost<T>
WAS
Programming Model
[WebService], [WebMethod], and so on (supports interfaces, generics, and the like)
[ServiceContract], [OperationContract], and so on (supports interfaces, generics, and so on)
Message Exchange Patterns (MEP)
One-way
Request-response
Custom (using WSE API)
One-way
Request-r...
[More]
d014a562-d974-4222-aceb-65c51918a85d|0|.0
Architecture, Web Services, XML
Architecture, Web Services, XML