skydrive photo upload wp7
Peter Daukintis I just modified my file upload sample (http://babaandthepigman.wordpress.com/2012/01/18/wp7-skydrive-upload/) to use the PhotoChooserTask to ...
Peter Daukintis I just modified my file upload sample (http://babaandthepigman.wordpress.com/2012/01/18/wp7-skydrive-upload/) to use the PhotoChooserTask to ...
by Peter Daukintis Having used DataTemplateSelectors previously with WPF and similar on Silverlight/Windows Phone I decided to check out whether they work th...
Having read a recent question on the App Hub Forums I decided to update my previous post on CollectionViewSource http://babaandthepigman.wordpress.com/2011/0...
Technorati Tags: wp7dev Download the sdk, which at the time of writing is here http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=281...
A few months back Nokia announced their intention to provide developers with windows phone hardware in the shape of 25000 Lumia 800s (see http://www.winrumor...
I found myself with the requirement of needing custom authorization for a rest-style web API. The requirements would be something along the lines of Netflix,...
I couldn’t locate a Visual Studio project template for creating a windows phone 7 custom control library. So….I decided to make one. It is pretty straight-fo...
A nice and flexible way to introduce filtering and sorting on a view model data collection is to use a CollectionViewSource. Here’s a quick example: ...