Monthly Archives: September 2012

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

In the previous post we’ve created and configured a background task for our Windows 8 application: we’ve created a separate project for the task and we’ve configured the manifest file. Now it’s time to write the code in the client … Continue reading

Posted in Uncategorized | 20 Comments

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