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 http
Use DynamicTableEntity as the entity type in your queries. It has a dictionary of properties you can look up. It can return any entity type.