How to get the DeviceName and the ManufacturerName of the Windows Phone device using C# ?
In one of my earlier posts , i talked about How to get the UniqueID of the Windows Phone device using C# ?, the Developers can also use the same class "DeviceExtendedProperties" defined in the assembly Microsoft.Phone.Info to retreive the DeviceName and the ManufacturerName too .
Below is a sample Read More →
