Following table shows in which platform can be used some newest and some kind of architecturally most important features. You should be aware if this when designing universal applications for Microsoft multiplatform. Feature .NET Framework Windows Store Silverlight Windows Phone Core √ √ √ √ LINQ...
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...
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...