I’ve been doing a lot of work with Windows Azure Mobile Services (WAMS).
It’s a brilliant technology that allows you to stand up powerful OData
compliant services to support your Windows 8 Store Apps, Windows Phone 8
Apps, and even iOS apps in just a few minutes. It’s hard to oversell the
sheer awesomeness of this stuff.
I’m currently working on a bunch of code that will shortly become a sample
project highlighting both WAMS and Windows 8 Apps (look for a project called
“FamilyPig” coming soon). In the process of building that, I ran into a
couple of questions – one of which I’ll cover here, and give some
guidance to people who might be running into a similar question.
One of the cool features that makes WAMS super easy to work with is the
concept of “dynamic schema”. In a nutshell, that means that if you have
an existing table, and you throw a Plain Old CLR Obj... (more)
I was meeting with a small company today that has developed a SaaS solution
around task and project management. It's a very cool application, and as is
the fashion these days, uses subdomains to determine the end user's company
as requests come to the browser. So, if I were to sign up for the
application, my home url would be http://adamhoffman.getdonedone.com, whereas
if you signed up (and had the unlikely name of Bill Ion), your home page
would be http://billion.getdonedone.com. This is handled in ASP.NET
application code on their Win2K8 servers hosted at Rackspace. The questio... (more)