Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the best resources for Windows Workflow Foundation (WF)? [closed]

I am looking for a few books, blogs or articles on WWF. I've read the books below; however, I need resources that cover the topic in more depth. I am especially interested in local services, persistence, tracking and viewing Workflows from a website. Any suggestions??

Pro WF: Windows Workflow in .NET 3.0

Essential Windows Workflow Foundation

like image 863
Nescio Avatar asked Sep 17 '08 06:09

Nescio


People also ask

What is Windows Workflow Foundation used for?

Windows Workflow Foundation (WWF or WF) is a framework for creating and managing workflows within . NET applications. It treats each step of a process as an activity, working with a . NET library of activities and adding custom activities for other kinds of functionality.


1 Answers

IMHO, the best books are Essential Windows Workflow Foundation and Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#.

Blogs that I read:

  • Keith Pijanowski's Blog
  • Kirk Allen Evans's Blog
  • Matt Winkler
  • Matt's Musings
  • The .NET Endpoint
  • The Connected Framework Rules Team Blog
  • The Problem Solver
  • Kavitak
like image 138
Panos Avatar answered Nov 26 '22 09:11

Panos