Author Archives: qmatteoq

A lap around Windows Phone 8 SDK: file association – Part 1

One of the biggest limitations for Windows Phone developers was the impossibility to share data between applications. This wasn’t limited to third party apps, but also file types that are supported by native applications (just think about Office files) couldn’t … Continue reading

Posted in Windows Phone | Tagged | Leave a comment

Async pack for Visual Studio 2012: why it’s useful also for Windows Phone 8 projects

Microsoft has recently released the Async Pack for Visual Studio 2012: it’s a very helpful package and it’s the successor of the old Async CTP that was available for Visual Studio 2010. Its purpose is to add support to the … Continue reading

Posted in Windows Phone | Tagged , | 3 Comments

Unit testing in Windows Phone 8 – Asynchronous operations and mocking

One of the most common scenarios to test are asynchronous operations: WinRT is heavily based on async methods, both in Windows 8 and in Windows Phone 8. Plus, thanks to the new async and await keywords, it’s now easier for … Continue reading

Posted in Windows Phone | Tagged , | 12 Comments

Unit testing in Windows Phone 8 – The basics

Unit testing in Windows Phone has never been really supported by Microsoft: the only semi-official way to do unit tests in Windows Phone 7 is using an adaptation of the Silverlight Unit Test Framework made by Jeff Wilcox. This library … Continue reading

Posted in Windows Phone | Tagged , | 8 Comments

Azure Mobile Services for Windows Phone 8

During the BUILD conference, right after the announcement of the public release of the Windows Phone 8 SDK, Microsoft has also announced, as expected, that Azure Mobile Services, that we’ve learned to use in the previous posts, are now compatible … Continue reading

Posted in Windows Phone | Tagged , | 3 Comments