How do I retrieve multiple types of entities using a single query to Azure Table Storage?
I'm trying to grasp how Azure table storage works to create facebook-style feeds and I'm stuck on how to retrieve the entries. (My questions is almost the same as https://stackoverflow.com/questions/6843689/retrieve-multiple-type-of-entities-from-azure-table-storage but the link in the answer is broken.) This is my intended approach: Create a personal feed for all users within my application which can contain different types of entries (notification, status update etc). My idea is to store them in an Azure Table grouped by a partition key for each user. Retrieve all entries within the same