Top "Windows-phone-7" questions

Windows Phone is Microsoft's, now deprecated, mobile operating system and software development platform.

Can we install Android OS on any Windows Phone and vice versa, and same with iPhone and vice versa?

I have 3 smartphones with me , one running Windows Mobile OS , another one running Android OS , and 3rd one running iOS. …

android iphone windows-phone-7 smartphone
How to trigger event when a variable's value is changed?

I'm currently creating an application in C# using Visual Studio. I want to create some code so that when a …

c# visual-studio silverlight windows-phone-7 event-handling
Add custom header in HttpWebRequest

I need to add some custom headers to the HttpWebRequest object. How can I add Custom Header to HttpWebRequest object …

c# windows-phone-7 header http-headers httpwebrequest
How to hash a password

I'd like to store the hash of a password on the phone, but I'm not sure how to do it. …

c# security hash passwords windows-phone-7
Calculating Distance between two Latitude and Longitude GeoCoordinates

I'm calculating the distance between two GeoCoordinates. I'm testing my app against 3-4 other apps. When I'm calculating distance, I …

c# windows-phone-7 geocoding latitude-longitude
How can I data bind a list of strings to a ListBox in WPF/WP7?

I am trying to bind a list of string values to a listbox so that their values are listed line …

c# .net wpf windows-phone-7 data-binding
Converting a JToken (or string) to a given Type

TL;DR Version I have a object of type JToken (but can also be a string) and I need to …

c# windows-phone-7 json.net restsharp
Setting the User-Agent header for a WebClient request

What is the proper way of setting the User-Agent header for a WebClient request for Windows Phone 7? I found 2 options, …

c# windows-phone-7
Programmatically set TextBlock Foreground Color

Is there a way to do this in Windows Phone 7? I can reference the TextBlock in my C# Code, but …

c# windows-phone-7 colors textblock
How to POST request using RestSharp

I m trying to POST the request using RestSharp client as follows I m passing the Auth Code to following …

c# windows-phone-7 restsharp