Table per hierarchy in Azure Table Storage
If you’re coming from an ORM background to Azure Table Storage, you might be wondering how to map class hierarchies to tables.
Documentation on the topic is hard to find unless you know the magic class name EntityResolver which you can discover by digging into the Azure Client for .NET source code.