Facilitating NoSQL with client-side projection

The Azure Table service is a powerful storage service that enables an application to save and query entities (potentially schemaless) with an unbelievable scalability target and, of course, minimal governance. As we can save several types of aggregates of different topologies into the same table, the Storage library helps us deal with this, performing client-side projection to provide the application with the strong-typed model, instead of a collection of key-value items for each entity.

Tip

In this chapter, we wrote about two different ways to accomplish tasks with the Table service. We called them Method1 (for the WCF Data Services way) and Method2 (for the new officially supported OData method). ...

Get Microsoft Azure Development Cookbook Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.