I am using Windows Azure Table Storage. I am wondering, if I could use any designer tool. In principle it is Linq to Entities, I think. Maybe I could use a tool for Linq to Entities?
A:
Azure storage uses the Entity Data Model, but it's not exactly the EF. There are no FKs, for example. The closest thing I've seen to a designer is this commercial product.
Edited to add MS just announced a read-only table explorer in the June 2010 Azure SDK/Tools.
Craig Stuntz
2010-06-04 12:26:14
+1
A:
http://clumsyleaf.com/products/tablexplorer or as part of AzureXplorer (the same website)
liggett78
2010-06-08 09:00:50