Top "Windows-phone-8" questions

Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present) that succeeds Windows Phone 7.5 and includes many new features.

DateTime.ToString("MM/dd/yyyy HH:mm:ss.fff") resulted in something like "09/14/2013 07.20.31.371"

I have a WP8 app, which will send the current time to a web service. I get the datetime string …

c# windows-phone-8
How to upload file to server with HTTP POST multipart/form-data?

I am developing Windows Phone 8 app. I want to upload SQLite database via PHP web service using HTTP POST request …

c# php post windows-phone-8 multipartform-data
Install Visual Studio 2013 on Windows 7

I would like to install Visual Studio 2013 on Windows 7 64-bit. For some reason, the installer says "Setup Blocked" with an …

windows-phone-8 installation visual-studio-2013 windows-7-x64
How to send a Post body in the HttpClient request in Windows Phone 8?

I have written the code below to send headers, post parameters. The problem is that I am using SendAsync since …

c# windows-phone-8 httpclient
Call asynchronous method in constructor?

Summary: I would like to call an asynchronous method in a constructor. Is this possible? Details: I have a method …

c# windows-phone-8 constructor visual-studio-2013 async-await
How to Install Windows Phone 8 SDK on Windows 7

I have all my workspace and everything set up on Windows 7 but I also want to develop Windows Phone 8 but …

installation windows-7-x64 windows-phone-8
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
How to Deserialize JSON data?

I am new to working with JSON data. I am reading data from a web service. The query data sent …

c# json windows-phone-8 json.net json-deserialization
Calling async method on button click

I created Windows Phone 8.1 project and I am trying to run async method GetResponse(string url) on button click and …

c# wpf multithreading windows-phone-8 asynchronous
Can't uninstall/reinstall NuGet package

I've set up my project with Visual Studio Express 2012, added some C# code, and successfully compiled/deployed to emulator. At …

c# visual-studio windows-phone-8 nuget packages