AbstractsComputer Science

Accessing Azure: Using Cloud databases from static programming environments :

by R. Van der Sanden




Institution: Delft University of Technology
Department:
Year: 2009
Record ID: 1249526
Full text PDF: http://resolver.tudelft.nl/uuid:070fbcde-b5e7-4d39-a850-d482b1957cbd


Abstract

Cloud databases generally use a data model different from relational databases. Instead of a fixed structure, the data is organized as collections of key-value pairs. The structure of entities is not enforced by the system; entities are flexible with regard to the properties they have. Many programming languages use static data models, which makes communication between these systems non-trivial. This document describes LINQ-to-Azure, a data access layer between Windows Azure Tables and .NET which enables manipulation and querying (using LINQ) of the data and supports both the flexible model of Azure Tables and the static one of .NET.