-
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...
-
This post should give you a quick overview of new features of Service Bus. Note that I didn’t describe the MessageBrowse Feature , because it is already well described by other SB team colleagues. MessagePump When receiving messages from queue, you have been responsible to implement some kind...
-
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...
-
I'm very happy that 01. Mai is on the front. This is my favorite Barbie Queue day. But till than one more public conference only. WinDays is probably after Tech Ed the biggest developer conference in Europe. Traditionally I will give few talks there. As always I will talk about things which...
-
When working with SQL Server in Windows Azure you can create very quickly the database. But if you have a big distributed team usually you will not want to give everybody the access to DB. Unfortunately right now, there is no way to manage users in Management Portal or event to do that within...
-
Announcing Agenda for April 15. 2013. The focus of the session will be “Introduction in Integration Styles”.
-
Here is the recap of the session Distributed Systems and Service Patterns.
-
Here is the preliminary agenda for MSNetwork upcoming session next week. There are few important things which will unfortunately not be covered in this session. But if you really want to dive deeper behind Steaming and Push technologies, I would recommend you to read this post.
-
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'...
-
If you notice that signalR does not use websockets you might first take a look on this post. But if this does not help there is also seething you have to be aware of. That means depending on how you have created the solution it might happen that websockets will be be used as a default transport. If you...
-
When working with SignalR hubs probably your first experience will be HTTP Error File not found (snapshot from Fiddler). This happen when java script reference tries to download dynamically created hub.js file which helps you to easily deal with hub proxies. This is something similar to WCF dynamically...
-
With this post I’m glad to unofficially announce the Windows Azure Global BOOTCAMP at April 27th . Sascha Dittmann (Windows Azure MVP) and me (Integration MVP and Windows Azure VTSP) will setup the bootcamp in Frankfurt area. The event is supported and powered by daenet and Microsoft Germany. The official...
-
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:...
-
If you want to develop workflows for Workflow Manager, you do not have to necessarily install the full Service Bus and Workflow Manager server on development box. You can do this, but it is not required. To prepare you box go to this official download page: http://www.microsoft.com/en-us/download/details...
-
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...