-
It is great time Windows 10 is released and there are huge amount of hype everywhere on the internet. I am using Windows 10 from the beginning through the Insider program, and all I can say the Windows 10 is the greatest and the best OS ever made. There are plenty of blog posts and articles about the...
-
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...
-
In the previous post i described how to send messages to Service Bus queues and topic by using Java Script. In this post I will describe how to receive messages from queue and topic subscription. To illustrate this, take a look on following example. Assuming that ’queue’ is a valid queue path like ‘myorg...
-
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...
-
At Monday 9 th of December Microsoft Bosnia and Herzegovina is organizing TechDay 2013. This is one day conference which offers more than 10 sessions about the latest Microsoft technologies from Windows Server 2012, System Center to Developing for Windows Azure, SQL Server Office 365 etc. The conference...
-
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...
-
When working with async you will probable immediately notice that async programming is much easier then before. Unfortunately after a while you might notice, that that some things like ExecptionHandling are night mare now. In fact “ difficult things became easier, but easy things evaluated to more complicated...
-
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...
-
When working with Service Bus, it is very useful to make a usage of Service Bus Connection String to create SB-entities. For example, following line of code can be used to create the QueueClient instance which can be used to send and receive messages: var client = QueueClient.CreateFromConnectionString...
-
The first Cumulative Update for Workflow Manager and Service Bus or formally known SharePoint workflow is online. which actually includes Suspend/Resume of instances support. (It will also be available via WebPI soon). WF Manager : KB article (KB2799754): here Download page: here Service Bus:...
-
Few months ago I tought, I finally survived transition of ASP.NET, WebApi and Co. form VS20010 to VS2012. This was a hard time. Imaging migration of 50 projects in one solution by referencing various version of System.Net.Http, NuGet etc., etc. This post should archive a few workarounds which might help...
-
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...
-
When you try to connect to service bus server from remote machine you might figure out following problem: The X.509 certificate CN= yourhostname is not in the trusted people store. The X.509 certificate CN= yourhostname chain building failed. The certificate that was used has a trust chain that cannot...