c# - Consume .NET WCF Service (Azure Cloud Service) with Mono -



c# - Consume .NET WCF Service (Azure Cloud Service) with Mono -

is possible build standard .net wcf service , consume via mono?

specifically mono on raspberry pi?

wcf partially supported mono. see details: http://www.mono-project.com/wcf

personally have experience using rest api + mono on raspberry pi , recommend going way.

c# .net wcf azure mono

Comments