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...
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...