Azure Table storage is a cloud-based NoSQL service which is ideal for large amounts of structured, non-relational data.
I'm working on a small web app and I've just hit the point in development where I need to start …
entity-framework azure ef-code-first azure-table-storage asp.net-identityLets first quote: Combined size of all of the properties in an entity cannot exceed 1MB. (for a ROW/Entity) …
azure azure-table-storageWhat is the best way/recommended way to read settings from a worker/web role? Is it: CloudConfigurationManager.GetSetting("ConnectionString") (…
azure azure-storage azure-table-storageDoes anyone know the proper way to query azure table storage for a null value. From what I've read, it's …
azure azure-storage azure-table-storagefor ETag in ITableEntity MSDN says: Gets or sets the entity's current ETag. Set this value to '*' in …
azure-table-storageI'm using Azure table storage for storing the data. I'm getting confused on when to use insert-or-replace and insert-or-merge. I'm …
azure-table-storageI am working on a system that uses Azure Table Storage. In other systems (e.g., SQL, File based, etc), …
unit-testing azure azure-storage azure-table-storageWe are using azure table storage and have thousands of tables using the same schema. Now we are looking to …
azure azure-storage azure-table-storageWhen should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for …
azure azure-sql-database azure-storage azure-table-storageI am new to Azure table storage. I want to get the total row count in a table. Currently Iam …
azure azure-table-storage rowcount