When consuming REST Web Service like WebApi based service from Windows Phone you will sometimes have to set the content-type header to some value. This is for example the case when you want to serialize the body of the POST request like shown below: public...
Right now, there are 3 ways to send notifications to Windows Phone. 1. Native Notification by using MPNS ( Microsoft Push Notification Service , team blog ) 2. Windows Azure Mobile Services 3. Windows Azure notification hubs . In this post I will describe short sample, which holds most explanation in...
Click here for more information
Liebe Entwickler, vor allem wuensche ich euch ein gesundes und erfolgreiches Neues Jahr. Unter dem Motto “Welome 2013”, werden wir am 15.Januar in Bad Homburg einen Vortrag zum “ Runtime 8 – Fight-Club ” geben. Nach WinRT für Windows 8, steht uns Entwickler die brandneue Windows Runtime Version von Windows...
At Nov 13-th 2012 I will give a talk about new Windows 8 Runtime in relation to Windows Phone 8 Runtime in Braunschweig – Germany. This will be an interesting lap around evolution of Windows Development Platform. By trying to use out the announcement of new Windows Phone 8, this talk will...
As you probably know Windows 8 makes usage of Hyper-V, which works very well. Interestingly, few days ago I have updated my BIOS and coincidently at the same time Windows 8 update has been performed too. Shortly after updates, I have suddenly noticed that I’m not able to start any virtual machine on...
OAuth is in the moment possibly the most standard way to authenticate user in the world of REST, WEB and mobile devices. In this post I will show how to implement WRAP 0.9 authentication by using Windows Azure Access Control Service. Following Java Script function prepares and posts the request...