-
In my last post I discussed the general architecture of WF and made mention of its three main points of extensibility: hosts, activities and services. In this post I am going to focus in on hosting. Let’s begin with a code sample demonstrating the most basic hosting code: using(WorkflowRuntime workflowRuntime...
-
Windows Workflow Foundation (hereafter referred to as WF) is a new API for writing and executing continuation based “reactive” programs. In brief, this means programs that spend most of their time waiting for external stimulus (reactive); sometimes seconds, sometimes months. The applications can also...
-
Over the past month or so I’ve had the privilege of giving a presentation titled “.NET 3.0 Overview and Key Concepts” to several groups. The main idea of this presentation was to help people get familiar with the capabilities of the new technology and have a better understanding of...