Finding the Unique Device ID in Windows Phone 7 (And Device Manufacturer And Anonymous Windows Live ID)

I’m tired of trying to find things about Windows Phone 7 development, so I’m just going to post links that I find helpful so I can find them later. Here’s Nick Harris with a handy set of static methods for getting the following unique IDs: Device Manufacturer ID DeviceExtendedProperties.TryGetValue(“DeviceManufacturer”, out someObject); example: “HTC” Device ID…

Read More