Tag Archives: Windows 8

Having fun with Azure Mobile Services – Integrating with Windows 8

In the previous post we’ve introduced Azure Mobile Services and we learned how to configure and create them. If you’ve followed all the steps of the previous post, you should have now a service up & running that allows to … Continue reading

Posted in Windows 8 | Tagged , , | 1 Comment

Having fun with Azure Mobile Services – The setup

Azure Mobile Services is one of the coolest feature that has been recently added on top of Azure. Basically, it’s a simple way to generate and host services that can be used in combination with mobile applications (not only Microsoft … Continue reading

Posted in Windows 8 | Tagged , , | Leave a comment

How to create and debug a background task in Windows 8 – Part 1

Finally, after many tries, I’ve been able to find which is the correct way to create, configure and debug a background task in Windows 8. Let’s make a little step backward: like in the Windows Phone world, Windows 8 apps … Continue reading

Posted in Windows 8 | Tagged | 5 Comments

How to override the default color of a ProgressBar in a Windows 8 application

So you’re doing Windows 8 development and, very likely, your app needs to display some data. Rarely this data is immediately available: maybe you need to download it, or you have to parse it before displaying it. Here comes in … Continue reading

Posted in Windows 8 | Tagged | 2 Comments

SQLite for WinRT is now available on Visual Studio Gallery

Thanks to Tim Heuer I’ve found that there’s an easier way to add SQLite to your Windows 8 application rather than the manual one described in my post. Now SQLite for WinRT is available as a Visual Studio extension, you … Continue reading

Posted in Windows 8 | Tagged , | 5 Comments