GeekArticles
Microsoft
C#Creating Sequential Workflows in Visual Studio 2005 ? A sample
Author: codeproject.com |
Published: 2nd Jun 2007 |
Visited: 96 times |
Add CommentFiled in: CSharpThis article explains the steps in creating a Sequential Workflow in Visual Studio 2005 using Windows Workflow Foundation in .NET Framework 3.0
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...