Host and use WCF Services in Windows Azure (CSAzureWCFServices)
This project shows how to host WCF in Windows Azure, and how to consume it. The demos include
1) A WCF web role , which hosts WCF in IIS;
2) A work role which hosts a WCF service (self-hosting); and
3) A windows console client that consumes the WCF services above.