Codebanking.com Bank your code here...
HOME REGISTER TECHNICAL Q&A GENERAL Q&A SUBMIT CODE SNIPPET LOGIN
 
 Topics
 Tech Feeds
 Tech Fun

Difference between Visual Studio 2005 Designer for Windows Workflow and sharepoint designer workflow

Visual Studio 2005 Designer for Windows Workflow Foundation
Office SharePoint Designer 2007
Code-behind file enables developer to write custom Microsoft Visual C# or Microsoft Visual Basic code to express business logic
No code behind; workflow rules file declaratively encapsulates business logic instead
Workflow is authored as a template, which can be associated with multiple sites and lists.
Reusable
Workflow is authored against and data-bound to specific list at design time
Workflow markup file, or markup and code-behind files, compiled into workflow assembly
Workflow markup, workflow rules, and supporting file are stored, uncompiled, in a specific document library on the site
Workflow template must be associated with each list on which it is to be available.
Association happens when the workflow is authored against the specific list; no later association is necessary or possible
Workflow template can be associated with a site content type.
Cannot author workflows against content types.
Can use any forms technology. For example, Microsoft ASP.NET 2.0 forms for Microsoft Windows SharePoint Services 3.0 workflows.
Automatically generates Microsoft ASP.NET 2.0 forms, which you can then customize.
Can include workflow modifications at runtime
Workflow modifications are not available at runtime
Can author custom activities for inclusion in workflows
Must use activities provided
Package workflow assembly and workflow definition as a SharePoint Feature, and deploy to the site
Automatically handles deployment to specific list
Visual Studio debugging available
No step-by-step debugging available
Can author both sequential and state workflows
Can author only sequential workflows

Comments Posted:
No Comments Posted
Please login for leave your comments
 
 2010 codebanking.com      contactus@codebanking.com