Chapter 3. Going NoSQL with Windows Azure Tables
In this chapter, we will cover:
Creating a table
Creating a data model and context for an entity
Using entity group transactions
Diagnosing problems when using the Table service
Handling concurrency with the Table service
Choosing a PartitionKey and RowKey for a table
Using continuation tokens and server-side paging
Performing asynchronous queries
Performing queries in parallel
Handling the
WritingEntity
andReadingEntity
events