-
Usually, when implementing AAD authentication in application, according to OAuth protocol, you will have to provide so called Callback-URI. This is the URL of the endpoint capable of receiving redirected request from authority. Because the specification as originally written for web applications...
-
When working with NUGET in big projects (just a bit bigger than default hello-world) you might run into following issue: Could not load file or assembly ‘…’ The prominent of this error example is : Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken...
-
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...
-
On the last //build/ few days ago, Microsoft has announced (and demonstrated) many improvements across all technology stack. Please take a look on SDK 2.3 release notes for a list of official information. If you need a more detailed recap of all important features this is the URL. You will...
-
When you see the title of this article, you will probably think that idea of the service which runs on device like surface sound a bit strange or even crazy. But it is not strange, it is just crazy. If you think about service as a peace of code running on some server and supposed to be consumed by some...
-
In this post I will provide few example which shows how to exchange messages between devices and service. In all examples, we will assume that service is implemented in .NET for Windows System32 (today known as desktop) and device is implemented in .NET for Windows RT. Please note that there are many...
-
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...
-
As probably known the cloud messaging platform in Windows Azure is based on Service Bus technology. Few months ago Microsoft has published the Windows Azure Toolkit for Windows 8 which provided the same API for Windows RT. Unfortunately this library has been deprecated. The new WinRT library for Service...
-
Click here for more information
-
Visual Studio 2012 offers a new version of Service Bus Explorer which is fully integrated with Visual Studio. This version is installed with Windows Azure Authoring Tools Oct 2012, which is version 1.8. To show up the explorer open the Server Explorer (View | Server Explorer) , go to Windows Azure...
-
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...
-
Due the fact that Windows Azure Workflow (Workflow Manager) is designed to run in the cloud, which is multitenant focused architecture, the host of workflow (Workflow Manager) must fulfill several security requirements. One of used approaches is so called “Trusted Surface”. This means that subset of...