views:

63

answers:

2

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
+1  A: 

http://clumsyleaf.com/products/tablexplorer or as part of AzureXplorer (the same website)

liggett78