I have an entity that, in addition to a few common properties, contains a list of extended properties stored as (Name, Value) pairs of strings within a collection.I should probably mention that these
Currently Table Storage supports From, Where, Take, and First. Are there plans to support any of the other 29 operators?
I\'m developing a .NET app, which needs to run both on Azure and on regular Windows Servers(2003). It needs to store a few GB of data and SQL Azure is too expensive for me, so I\'ll use Azure tables i
I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site fo开发者_JAVA技巧r a rich user experience. Should I use Azure
I will be using the table storage to store a lot of blob names, in a single string, appended to each other using some special character. This string will sky rockets pretty soon. But is there a maximu
Of the following two options... Silverlight app talks directly to Azure Tables Silverlight app talks to Web Role using WCF and that Web Role accesses Azure Tab开发者_如何学Goles
we have just deployed an Azure App and are ge开发者_高级运维tting these errors when updating an object in TableStorage?
If I have a class like this: public class Facet : TableServiceEntity { public Guid ParentId { get; set; }
Given a stored f开发者_JS百科ile on Azure Storage (blobs, tables or queues -- doesn\'t matter), is it possible to allow access to it for all, but only based on permissions?