Just want to learn 'Windows workflow' designer in .net right from the basics, can anyone suggest a good link please
thanks sandeep
Just want to learn 'Windows workflow' designer in .net right from the basics, can anyone suggest a good link please
thanks sandeep
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.
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.
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.