Sign in
Christofer Löf
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ActiveRecord for Azure
Agile
AppFabric
ASP.NET MVC
Cloud Storage
Data Services
EntLib
In English
Interoperability
Lean
Live Services
Mesh
Microsoft Summit
MSE
Patterns
Practices
Principles
Productivity
REST
RIA Services
Security
SOAAB
TDD
Testing
TFS
VS2010
WCF
WCF REST Starter Kit
WF
Windows Azure
Windows Azure Platform
Workflow
WS-*
Browse by Tags
MSDN Blogs
>
Christofer Löf
>
All Tags
>
in english
Tagged Content List
Blog Post:
Paging with "ActiveRecord for Azure" – The missing Skip()
Christofer Löf [MSFT]
To get the first N of entities matching your query is really simple with the Data Services Client - you just call the Take() method on your query. But to get the next page of matches is a little more cumbersome since Skip() isn't supported . The Azure Tables way of doing this is to add the NextPartitionKey...
on
18 Mar 2010
Blog Post:
CRUDing with “ActiveRecord for Azure”
Christofer Löf [MSFT]
In my previous blog post I introduced you to my little experiment – a sample implementation of the ActiveRecord pattern for the Windows Azure Storage system which I call “ActiveRecord for Azure”. (It’s easier to refer to something it it has a name – right?). In this post I want to elaborate a little...
on
19 Dec 2009
Blog Post:
Introducing “ActiveRecord for Azure”
Christofer Löf [MSFT]
DISCLAIMER: This is a personal spare time experiment. The Windows Azure Storage system is very capable and will probably fit your and your application needs in a lot of scenarios. I feel that, especially Windows Azure Tables, is far too often forgotten when considering object persistence in the cloud...
on
17 Dec 2009
Page 1 of 1 (3 items)