Book Image

Microsoft Azure Development Cookbook Second Edition

Book Image

Microsoft Azure Development Cookbook Second Edition

Overview of this book

Table of Contents (15 chapters)
Microsoft Azure Development Cookbook Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 5. Going NoSQL with Azure Tables

In this chapter, we will cover the following topics:

  • Creating a table

  • Inserting, updating, deleting, and querying data against the Table service

  • Using entity group transactions

  • Using continuation tokens and server-side paging

  • Going inside continuation tokens and segmented queries

  • Handling entity serialization events

  • Facilitating NoSQL with client-side projection