The Durable Task Framework is an open source project originally started by Microsoft. It enables you to write orchestrations in pure C# using the .Net framework. By using of this framework, you can implement many kinds of integration projects without of need to use any Enterprise Service Bus product...
When implementing services, you will at least on Windows typically implement the service und run it in Service Control Manager (SCM). Another option would be implement a job, which will be scheduled by System Task Scheduler, which is built in the operative system. However if the program has to run for...
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...
The new BizTalk Server has as usual many improvements, new adapters and it focuses now additionally the cloud model. Cloud related strategy includes Infrastructure as a Service (IaaS) capabilities as well as Platform as a Service (PaaS) capabilities. To get a good feeling about IaaS offering for...