Browse by Tags

How to choose your WorkFlow Model
Monday, August 18, 2008 4:08 AM
Different applications require different execution models. Some programs are quick to execute, while others may take weeks or months. Some programs have very specific steps for execution with little or no room for deviation from its set path; other programs are more flexible, reacting to user actions to make decisions, changing execution paths depending on context... Read More...
K2 BlackPoint
Friday, August 08, 2008 2:51 AM
K2 Blackpoint is a tool built upon Windows Workflow Foundation and Windows Presentation Foundation that targets SharePoint, allowing users to build workflows and process-driven applications quickly with no code. Found out more here: http://blackpoint.k2.com/en/index.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks Share this post: email... Read More...
by riaan | with no comments
Filed under: , , , ,
When to use workflow
Monday, May 26, 2008 3:15 AM
This article makes it a bit more clearer on when to use BizTalk vs using Workflow Foundation: http://msdn.microsoft.com/en-us/library/cc303238.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Workflow to BizTalk Wizard
Tuesday, April 29, 2008 2:55 AM
John Flanders' workflow to BizTalk wizard can be found for download here: http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,cd6db0a1-0ad3-48f8-84a7-0121e141ed81.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Dependency Injection in the Microsoft Framework
Tuesday, April 29, 2008 2:19 AM
In order to reduce duplication across frameworks like WCF, WPF, and ASP.NET, Microsoft has formed the Application Framework Core team. The goal of this team is to prevent design issues like the different dependency property systems for WPF and WF. http://www.infoq.com/news/2008/04/MEF;jsessionid=989118BD295E86DFB537545B33932C3D Share this post: email it! | bookmark... Read More...
VirtualService for ESB
Wednesday, April 09, 2008 3:06 AM
The Microsoft recently released a version of the .NetFX 3.5 where introduced a new context driven service model called as WorkflowService. This model is based on Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) technologies. It represents a logical model of the connectivity to expose a workflow. The service operation in the workflow... Read More...