GENERAL WINDOWS PHONE SUPPORT IS OFF-TOPIC.
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-httpclientI know this is not the perfect place to ask this question, but it is so hard to find a …
android ios windows-phoneFor my app I need to know if Now() is between two values. The user can set a start- and …
c# wpf windows-phoneSimilar 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-phoneI 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 underlineI am trying to read a xml file from the web and parse it out using XDocument. It normally works …
encoding linq-to-xml windows-phoneI'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-awaitMaking 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-phoneI 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.1I was working out sample code of Windows phone and often I see statements with += operator. I know about add …
c# windows-phone