Top "Windows-phone" questions

GENERAL WINDOWS PHONE SUPPORT IS OFF-TOPIC.

How to post data using HttpClient?

I have got this HttpClient from Nuget. When I want to get data I do it this way: var response = …

c# windows-phone-7 windows-phone-8 windows-phone dotnet-httpclient
What are the fees to develop on iOS, Android and WP?

I know this is not the perfect place to ask this question, but it is so hard to find a …

android ios windows-phone
How to check if DateTime.Now is between two given DateTimes for time part only?

For my app I need to know if Now() is between two values. The user can set a start- and …

c# wpf windows-phone
How to pass values (parameters) between XAML pages?

Similar questions have been asked before but this question strives to explore more options and the ability to pass complex …

c# wpf xaml windows-8 windows-phone
WPF TextBlock Underline

I have a textblock of width say 500, but my string is just say "H" but I want to underline the …

c# visual-studio windows-phone textblock underline
' ', hexadecimal value 0x1F, is an invalid character. Line 1, position 1

I am trying to read a xml file from the web and parse it out using XDocument. It normally works …

encoding linq-to-xml windows-phone
Run "async" method on a background thread

I'm trying to run an "async" method from an ordinary method: public string Prop { get { return _prop; } set { _prop = value; …

c# windows-phone windows-phone-7.1 async-await
Unsupported Media Type error when posting to Web API

Making a windows phone application and although I may easily pull from my Web Api I am having trouble posting …

c# .net json asp.net-web-api windows-phone
Getting Error "Unable to connect to a phone. Make sure the Windows Phone IP over USB transport service is running"

I bought a Lumia 630 dual SIM recently and has been trying to register my phone for development, but kept getting …

windows-phone windows-phone-8.1
What does plus equals(+=) operator means here?

I was working out sample code of Windows phone and often I see statements with += operator. I know about add …

c# windows-phone