GitHub

Azure Table Storage Helper on GitHub

As many of my side projects and experiments have an element of using Azure Table Storage for data persistence, I find myself writing the boilerplate CRUD operations over and over again.

In order to expediate development of future side projects and experiments, I thought I would write a single Azure Table Storage Helper class that I could re-use.

I've shared this class on Github in a repository called Azure Table Storage Helper in the hope someone else may find it useful.