There are ample of samples available to show how to insert an object/entity to Azure Storage Table. However, all the samples inherit from TableEntity
This sample shows how to insert custom entities to table when we don’t have a class that inherits from TableEntity
.
This code makes use of DynamicTableEntity
which can take properties and values as IDictionary
.
This code is written for LinQPad. Introduction on how to use Azure Storage Table can be found here.