-
When building an “Orleans” Project you might get following error. ERROR -- Exception caught -- Exception = System.InvalidOperationException: This operation is only valid on generic types. at System.RuntimeType.GetGenericTypeDefinition() at GrainClientGenerator.GrainInterfaceData...
-
Cannot deploy Your app, because of following error? --------------------------- Windows Simulator --------------------------- Windows Simulator has detected that you have saved a Windows Credential for Internet or network address "*Session" that will prevent Simulator from starting up. Please...
-
Open Powershell and select the active subscription: select-azuresubscription MYSUBSCRIPTIONNAME Then obtain the free IP address: Test-AzureStaticVNetIP -VNetName MYNEETWORK cmdlet Test-AzureStaticVNetIP at command pipeline position 1 Supply values for the following parameters: (Type !? for Help.) IPAddress...
-
From time to time You will need publishing settings file. For example when you want to execute PowerShell command: Get-AzurePublishSettingsFile. Unfortunately this command will bring You to the page where Your default subscription will be downloaded. But if You want to download specific subscription...
-
Hybrid Connector is a technology which enables you to connect to private data from cloud application. That means if you have a Azure WebSite or a WebApi as a part of Mobile Services solution, you can connect to any TCP reachable service (with static IP address), which even does not have a public IP address...
-
The IoT seems to be next upcoming big brand. As in a case of “Cloud Computing”-Brand, while chatting with friends most people might say “ Cloud Computing is nothing new ”. In some point this is correct. But landing on Mars planet is also nothing new. The only problem with landing on mars is that we never...
-
Few weeks ago I described how to consume Service Operations implemented in a Mobile Services Custom API for .NET. In this post I will shortly describe one additional overload of helper Method “ InvokeApiAsync” By using of that method it is also possible to easily pass a complex type argument as input...
-
Service Bus for Windows Server 1.1 is compatible with SDK 2.1 or older. Service Bus for Windows Server 1.0 is compatible with SDK 1.8 or older. Following picture shows all SDK at once. Please take a look here for full list of all Service Bus SDK-s on NuGet.
-
Depending on feature set which you want use in the new Microsoft Azure Portal it can happen that some of them are available is different hosting plan than your one. For example you might want to enable monitoring in the portal as shown at the picture below: Unfortunately this is not allowed in this case...
-
There are many situations in Business when some Business Process has to be orchestrated by multiple incoming messages. For all of you who are not very familiar with system integration, here are few words about it. Imagine your need to implement an application which is driven by multiple events. For example...
-
This session is about new technologies which enable building of distributed systems across the web. In fact it focuses Service Bus from the point of view of “ Internet of Things ”. With lot of demos and traditional fun :), I will try will to explain the shift of architecture patterns which are getting...
-
In this month we have started 20 Azure projects at the university of applied sciences in Frankfurt am Main Germany. Master Degree students shared across 20 groups 2 students each will work on several Projects which will be deployed in Microsoft Azure. All projects target at least two different cloud...
-
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...
-
This post is the third one of my Service Bus JavaScript posts. Episode I - Receiving of Messages Episode II - Sendin g of Messages In this post I will describe how Service Bus peek and lock mechanism works. As in previous post I will use my Service Bus SDK. For all of You who are not familiar with...