PreviousNext

Simplest WCF REST Web Service

by bill-s, 2018-01-27T15:03:31.000Z

WCF allows to create a web site exposing WCF service and service endpoints. REST Web Service does not use SOAP, but returns data as JSON or XML instead.

Read More