Episode 89 - Windows Azure Mobile Services
- Posted: Aug 31, 2012 at 5:12 PM
- 52,090 Views
- 11 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
In this episode Nick and Nate are joined by Josh Twist – Senior Program Manager – who introduces Windows Azure Mobile Services. Josh demonstrates how easy it is to build Windows 8 apps with Mobile Services. Finally, Josh shows us his sample application DoTo that utilizes Mobile Services.
In the News:
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Its i-os not eyeos
No, it's iOS not i-os.
This is very exciting for people to get going quickly. Congratulations on putting this out!
Couple of questions:
1. The script that you write, does that get added to the service middle tier code or some sort of validation function in SQL Azure?
2. Why was the choice of giving script as JS only? Why not C#?
3. Where does the script execute, in-process to the service code? How does that get invoked?
4. Do each service run as a separate process (app pool)? If not, what's the isolation modal for services running inside the same process?
-Randhir
Thanks Randhir,
1. It runs in the 'middle-tier' which we call the mobile service, not SQL azure. You can find out more about how we built Mobile Services and it's architecture on the next Web Camps TV (http://channel9.msdn.com/shows/Web+Camps+TV/)
2. JavaScript is an ideal choice for short, simple asynchronous scripts. It's also one of the most universal languages which is attractive as we broaden our platform support to include iOS, Android, and Windows Phone. Of course, we haven't ruled out supporting C# on the server but right now most folk seem to enjoy the JS model.
3. The script executes in-process in the middle tier. It gets invoked, erm, directly! No inter-process-communication necessary to execute a script, only to get to the DB.
4. Yes, your Mobile Service runtime is isolated from other service runtimes. I'll talk more about this in the next edition of Web Camps TV too. To cut a long story short, we run on the same infrastructure offered by Azure Web Sites.
Hope that helps.
Thanks
Josh
http://twitter.com/joshtwist
@Jason: he says tomato...
a very nice set of demos, I'm wondering can an mvc web application make use of mobile services in terms of receiving toast notifications? via web sockets or web client long polling.
Hi Grahame,
Windows Notification Services can only communicate with Windows 8 devices (via WinRT). Do you want to send a notification to the user of MVC web app (in his browser) or to your backend - i.e. the MVC application itself?
Thanks
Josh
test
@test: it works
Well presented Josh. Are there any limits on calls per day/hour, considering we're talking about a HTTP Web API + key scenario which could be abused? Normally, public API owners have to worry about such things.
Also, are there Azure-side tempates or demos available? So, in VS we can unzip a demo and open the solution and get going, but in Azure, there's no such quick start - or is there?
Cheers, dude.
What was the program that displayed a green graph (at 34:10) when extracting the file?
Remove this comment
Remove this thread
close