-
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...
-
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...
-
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...
-
At some point of time you will possibly want to move you database to Windows Azure. It might be that the perception about data ownership and Co. might be some issue. In my case I do not have any issue with data. I just have a DB which from now have to be accessed from many different applications. For...
-
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...
-
Assume you have an activity which is executing for very long time. This is so called Long-Running workflow. In fact long-running scenario is one of scenarios in Commuter Sciences which practically can very easy be solved by Using Microsoft Workflow Foundation. Following workflow show never ending workflow...
-
To get a feeling how SharePoint Workflows look like under the hub take a look on following example: http://developers.de/media/p/422263.aspx . This is the original XML which fully (natively) describe the workflow deployed by SharePoint. Following picture shows a snapshot of the XML which can be downloaded...
-
If The Workflow Manager Backend service terminates unexpectedly all workflow’s persisted data will remain persisted in database, but the workflow itself will stop the execution. In this case there is an event id 7031 in System Event Log : The Workflow Manager Backend service terminated unexpectedly ...
-
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...
-
RTM Build of Service Bus and Workflow Manager 1.0 is available for download in Microsoft Download Center: It is up to now still not officially announced in term of marketing drums, but first posts published 1 hour ago by team members are out there. Anyhow the bits which can be downloaded (click on image...
-
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...
-
After successful installation of Windows Azure Workflow, the IIS will contain a new site which is setup to host workflow management engine (Workflow Host Manager). When you open IIS Manager (inetmgr) you will notice Workflow Management Site. This site has by default HTTP and HTTPS bindings enabled. That...
-
At 01.09 12.30h I will give a session “ Building Distributed Web Systems ". Level 400. Because the session is currently still tracked under “ The Damir Dobric Session ”, my intension is to share a bit more information about the content. My intension is talk with you about hidden “ power platform...