wcf

Azure table storage WCF transport channel

published on
Communicating with an Azure role through table storage is a common practice. When you setup a worker role, you typically have it watching a queue looking for new messages to signal work. You essentially have something that works like a server and is acting on requests. It fits with a WCF model so I decided to create a WCF transport channel that uses Azure table storage. Instead of creating your own loop and putting in logic for handling concurrent messages, faults, etc. Read More...