Tech Days 2013 - Azure Mobile Services

摘要:Tech Days 2013 - Azure Mobile Services

投影片

http://www.slideshare.net/code6421vs/mobile-services-26498015

Live Coding影片

 

http://www.youtube.com/watch?v=oK9j_-TQawA

 

 

 

Live Coding 小抄

[create mobile service]
[create google service]
 
[Windows Phone]
<authenticate>
http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-users-wp8/
 
<first data model>
http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-data-wp8/
 
[create storage service]
 
<azure mobile service upload image windows phone 8>
http://www.nickharris.net/2012/11/how-to-upload-an-image-to-windows-azure-storage-using-mobile-services/
 
<upload azure storage rest>
[container sas]
http://gauravmantri.com/2013/02/13/revisiting-windows-azure-shared-access-signature/
 
 
<windows phone take photo>
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202973(v=vs.105).aspx
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202956(v=vs.105).aspx
 
<windows phone appbar>
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff431813(v=vs.105).aspx
 
<windows phone resize image c# ratio>
http://stackoverflow.com/questions/6501797/resize-image-proportionally-with-maxheight-and-maxwidth-constraints
 
[Windows 8]
<windows store appbar>
http://msdn.microsoft.com/en-us/library/windows/apps/hh781232.aspx
<windows store listview wrappanel>
http://stackoverflow.com/questions/11563062/windows-8-wrappanel
http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-data-dotnet/
<windows store take photo>
http://blog.jerrynixon.com/2012/10/walkthrough-capturing-photos-in-your.html
<memorystream CapturePhotoToStreamAsync>
http://visualstudiomagazine.com/Articles/2013/04/11/Recording-Media-in-a-Windows-Store-App.aspx?Page=2
http://stackoverflow.com/questions/12349611/how-to-resize-image-in-c-sharp-winrt-winmd/13775824#13775824