Your Ad Here

WCF Web Services vs. Standard Web Services

Written on January 7, 2010 – 2:27 am | by tihomir_wwf |

If you have experience with the standard .net web services you may find useful the following table of comparison between WCF Web Services and Standard Web Services. Standard Web Services WCF Web Services client for the service are generated by command-line tool WSDL.EXE ServiceMetadata tool(svcutil.exe) class attribute [WebService] [ServiceContract] method exposed to client attribute [WebMethod] [...]

Tags: ,