-
These days new version of Azure Service Bus for Windows Server was published. That means updating of all running farms, which is not really my lovely task. And, as expected my Workflow Manager Setup ran in following error: I grabbed in the log file and found same information shown in dialog above...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
Today Microsoft shipped a new bucket of updates and new preview features in Windows Azure platform. Shortly, following services have been refreshed: Dedicated Cache Service: Announcing the preview of our new distributed, dedicated, high performance cache service AutoScale: Schedule-based auto-scaling...
-
Imaging you are receiving some events which have to be used to activate new workflow instance Wi of some workflow type W. As long the workflow completes faster than new events arrives, successive workflow activation will execute ordered. That means for each event Ek, workflow instance Wk will be activated...
-
If you want to implement the long running business process or in other words to automate the business process, the Windows Workflow Foundation is definitely great choice. In addition you might probably want to use the host like AppFabric and Workflow Manager. Assuming that you are SharePoint guy or you...
-
If you are experienced enterprise developer who targets the Microsoft platform, you have probably at least once in your have a requirement to share some state across different instance of an application. But, if you are hobby developer or any other professional developer, who possible do not focus distributed...
-
When working with Workflows, which running in Workflow Manager (SP devs call it usually SharePoint Workflow) on-premises or in Office 365 you might get following error: Expression: DateTime.Now.ToString() " Property access conversion to an activity is not supported for property 'CurrentDomain'...
-
Announcing agenda for session “SharePoint Workflow Engine Deep Dive” at conference “ Knowledge Days rund um SharePoint - DAS Event zu Microsoft SharePoint 2013 ” in Munic at Nov. 20 and Nov.21. 2012. AGENDA
-
Note that when using workflows with Variables of type Exception, you might run into serialization issues. This is usually not a general Workflow problem. However if you use persistence feature, workflow host with enforce serialization of all variables in the workflow. Because Exception is not...
-
If you are professional developer or architect who focus Microsoft technologies, then ADC is the conference of great choice. Internationally recognized and legendary experts will present most popular technology topics. One of best things at this conference I personally like is “NO MARKETING”. All session...
-
When working with Windows Azure Workflow, Workflow Host Manager or Share Point 2013 Workflow you might experience several problems related to Message Broker Service. Issues related to broker In SharePoint are manifested through workflow deployment issues. For example, if you try to deploy the workflow...
-
Service Bus 1.0 (also called Service Bus Server) is a Microsoft messaging product, which many people will compare with Enterprise Service Bus. Currently Microsoft is NOT positioning Service Bus Server as an ESB product. The reason for that is that Service Bus doesn’t support many of features which are...
-
NOTE SESSION LOCATION IS CHANGED: Next Session: https://maps.google.com/maps?q=Microsoft+Bad+Homburg,+Siemensstra%C3%9Fe,+Bad+Homburg,+Deutschland&hl=en&ie=UTF8&ll=50.216637,8.615749&spn=0.006824,0.012553&sll=49.593567,7.75526&sspn=0.884833,1.60675&oq...
-
On of upcoming interesting new features related to Service Bus is support for relaying of anything hosted in IIS. Today we are able to build SOAP and REST services which can be relayed with Service Bus. However this is limited to services only. Another option to relay the TCP traffic is “anycast” feature...
-
This article describes how to create ASP.NET MVC application as a WebRole and to speed it up by using CacheRole introduced in Windows Azure Platform release 1.7 (also called Spring Release [2012]). The way how the distributed cashe works and how it can be consumed by an application didn’t really change...