In this first episode of Coding in 60 Seconds we take a look at using roaming data in Universal apps. For a more detailed explanation of roaming data make sure to check out the links below: Roaming Data Between Windows Store Apps and Windows Phone Store Apps Guidelines for roaming […]
The September issue of MSDN magazine has my latest article that looks at Geofencing in Windows Store apps. Geofencing is a new addition to Windows 8.1 and allows you to create regions around GPS locations and be notified with the device enters or leaves one of those regions. There are […]
I have a new article that was just released in the August edition of MSDN magazine, Integrating OneDrive into your Windows Store Apps. The article takes a look at the OneDrive API and explains how to use that to access the photos, documents, and files that are on your user’s […]
If you have spent any time at all working on Windows Store apps, then you have become familiar with the package.appxmanifest file. This is a very important part of your application and helps define how your application will run within Windows 8. At a very basic level, this is where […]