Book Image

Building Web Services with Windows Azure (new)

Book Image

Building Web Services with Windows Azure (new)

Overview of this book

Table of Contents (17 chapters)
Building Web Services with Microsoft Azure
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Introduction
5
Connecting Applications with Microsoft Azure Service Bus
Index

Chapter 8. Data Services in the Cloud – Microsoft Azure Storage

In the previous chapter, we had an overview of the Entity Framework and Microsoft Azure SQL database as a data source for the Web API application. Despite the fact that a database is a good approach to store and query data, often the more efficient approach is to use something simpler. Microsoft Azure Storage is a REST-based storage-as-a-service, so it can be consumed from every platform that supports HTTP. Microsoft Azure Storage can be both an alternative and a complementary solution to the Microsoft Azure SQL database.

In this chapter we will have an overview of Microsoft Azure Storage and its services: Blobs, Tables, and Queues. We will go through the process of modifying our existing Web API application with the technologies described in the chapter. To do this, we will use Visual Studio 2013.