views:

165

answers:

6

Just want to learn 'Windows workflow' designer in .net right from the basics, can anyone suggest a good link please

thanks sandeep

A: 

Here's a link to some good beginner-level WF tutorials:

Matt J
A: 

Have you read the MSDN section yet?

http://msdn.microsoft.com/en-us/library/ms735967.aspx

EDIT: heh—someone posted the link while I was writing.

inxilpro
A: 

Except from the obvious MSDN link, you may find useful the following:

Panos
A: 

See duplicate question already asked:

Windows workflow..

Ray Vega
A: 

Hands-on Labs for Windows® Workflow Foundation in C# and VB.NET http://www.microsoft.com/downloads/details.aspx?familyid=2e575633-e357-4ee7-aaff-34138f00e830&displaylang=en

Very good guide for your first steps.

danimajo
+1  A: 

OdeToCode has several in depth articles on WWF written by Scott Allen, and in particular a good discussion of the instances where you should use a state machine to simply complex workflow logic.

David Robbins