Sign in
Carlos Figueira MSDN blog
General thoughts and usage examples about WCF, ASP.NET Web API, Windows Azure Mobile Services, testing and programming in general.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
AspNetWebAPI
Azure
Azure Mobile Services
Channels
Codeplex
Cross-Domain
Extensibility
HTTP
JSON
Metadata
Mobile Service
MTOM
MVC
samples
Serialization
Silverlight
testing
WAMS
WCF
WCF Web HTTP
Web
Web API
Windows Azure
XML
Archive
Archives
May 2013
(1)
April 2013
(3)
March 2013
(2)
February 2013
(1)
January 2013
(1)
October 2012
(2)
September 2012
(4)
August 2012
(2)
July 2012
(2)
May 2012
(1)
April 2012
(2)
March 2012
(7)
February 2012
(8)
January 2012
(4)
December 2011
(4)
November 2011
(1)
October 2011
(3)
September 2011
(4)
August 2011
(4)
July 2011
(3)
June 2011
(4)
May 2011
(5)
April 2011
(5)
March 2011
(5)
February 2011
(1)
January 2011
(2)
December 2010
(3)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(2)
August 2009
(1)
July 2009
(1)
April 2008
(2)
March 2008
(1)
January 2008
(1)
December 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carlos Figueira MSDN blog
Playing with the query object in Read operations on Azure Mobile Services
Posted
7 months ago
by
CarlosFigueira
5
Comments
As I was writing the last post (about storing per-user data in Azure Mobile Services), I used the where method in the Query object (passed to the read function ) to filter the results only to those for the logged in user. function read(query, user, request...
Carlos Figueira MSDN blog
Storing per user data in Azure Mobile Services
Posted
8 months ago
by
CarlosFigueira
5
Comments
Following up on a comment made in one of my posts, this one will talk about some ways to ensure that the data stored / retrieved in an Azure Mobile Services table is limited to the user which is using the application. That’s an interesting issue...
Carlos Figueira MSDN blog
Supporting complex types in Azure Mobile Services clients – implementing 1:n table relationships
Posted
8 months ago
by
CarlosFigueira
1
Comments
In this series about complex types, we’ll take where we left off the previous post : we have now added support in the client for complex types, and used an implementation of the IDataMemberJsonConverter interface to teach the managed client how to serialize...
Carlos Figueira MSDN blog
Supporting arbitrary types in Azure Mobile Services managed client – complex types
Posted
8 months ago
by
CarlosFigueira
0
Comments
In my last post I showed how to use the IDataMemberJsonConverter to enable data types which aren’t natively supported by the managed client for Mobile Services. But I only touched on simple types, leaving more complex types for this post. Let’s...
Page 1 of 1 (4 items)