Top "Azure-table-storage" questions

Azure Table storage is a cloud-based NoSQL service which is ideal for large amounts of structured, non-relational data.

Code First & Identity with Azure Table Storage

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-identity
About Azure Table Storage Row 1MB Limit, How it counts for UTF8 Code?

Lets first quote: Combined size of all of the properties in an entity cannot exceed 1MB. (for a ROW/Entity) …

azure azure-table-storage
Azure web/worker role read configuration settings

What is the best way/recommended way to read settings from a worker/web role? Is it: CloudConfigurationManager.GetSetting("ConnectionString") (…

azure azure-storage azure-table-storage
Querying azure table storage for null values

Does 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-storage
What is purpose of ETag in ITableEntity

for ETag in ITableEntity MSDN says: Gets or sets the entity's current ETag. Set this value to '*' in …

azure-table-storage
Difference between Insert Or Merge Entity and Insert Or Replace Entity

I'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-storage
How to fake Azure Table Storage in .NET for Unit Testing?

I 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-storage
How to add a new column to an existing azure table storage

We are using azure table storage and have thousands of tables using the same schema. Now we are looking to …

azure azure-storage azure-table-storage
When should I use Sql Azure and when should I use table Storage?

When 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-storage
Get the Azure table Row count

I am new to Azure table storage. I want to get the total row count in a table. Currently Iam …

azure azure-table-storage rowcount