Sunday, May 31, 2015

Azure - Consuming Table storage from .Net

The Azure Table storage service stores large amounts of structured data. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. Azure tables are ideal for storing structured, non-relational data. 
I have unit test driven repository on Github to show common uses of table storage.