Tuesday, November 11, 2008

ASMX to WCF Mapping

WCF - Windows Communication Foundation. [Unification of Programming Models]

ASMX - ASP.NET WebService Application.
ASMX                                          WCF
________________________________________________________________
WebService ServiceContract
WebMethod OperationContract
@WebService (.asmx) @ServiceHost (.svc)
WSDL.EXE(Proxy Generation tool) Svcutil.exe
________________________________________________________________
Thanks
SreenivasaRagavan

No comments: