Hans Muster's Library tagged → View Popular
Visual Studio Magazine Online | Windows Workflow Changes Direction: Write New Workflows with .NET 4.0 in Mind
You can tweak your 3.0/3.5 workflows to make the transition to Windows Workflow Foundation (WF) 4.0 a little easier. These guidelines limit the scenarios in which there's no corresponding feature in 4.0.
Files: For Each Activity
The ForEach activity takes an IEnumerable as input and upon activation it executes the body of the activity once for each item in the enumerator. If a child activity is added to the ForEach activity, a new instance of the child activity is created and executed in every loop. Each instance of the child activity goes through the entire Initialized -> Executing -> Closed life cycle and is removed from the execution context when the loop completes.
Developing Workflow Solutions with SharePoint Server 2007 and Windows Workflow Foundation
This article describes best practices for developing workflows for Microsoft Office SharePoint Server 2007 by using Microsoft Visual Studio. (23 printed pages)
CodeProject: Using Workflow Foundation and Visual Studio 2008 for Testing Automation. Free source code and programming help
In this article I will show how to employ Windows Workflow Foundation (WF) for testing. Originally, Microsoft aimed WF on describing business processes inside an application. The idea is that we can use this technology to describe the process of testing as well. Tester designs a test using visual diagram and, what is more important, he can execute this test automatically.
After reading the article you will learn:
* How to automate your tests using Workflow Foundation
* How to automatically check results of the tests
* How to reuse the tests in other tests you are developing
* How to extend Workflow Foundation to satisfy your specific testing needs
To demonstrate all the "How-Tos" I created TestflowFramework on C# and attached it to the article. I expect you have had enough knowlege of WF and C# to say "hello world". The rest of stuff I will explain below.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
