August 17th, 2006 by
manu
great!
i just noticed Ashish Shetty’s post about his netfx3-based p2p version of sudoku [1], get it at [2].
his implementation takes advantage of windows communication foundation, windows presentation foundation as well as windows workflow foundation, requiring the june ctp available at [3].
for solving your daily sudoku without the need of installing anything you could also point your browser at [4].
[1] http://nerddawg.blogspot.com/2006/07/sudoku.html
[2] sudoku at netfx3.com
[3] netfx3 june ctp
[4] websudoku
Posted in windows workflow foundation |
No Comments » |
June 5th, 2006 by
manu
Todd Kitta [1] just dropped me a note [2], he is working on a book entitled “Professional Windows Workflow Foundation”. As he posted [3] on his blog, the book is going to be published by Wrox Press late 2006/early 2007, i’m sure it is worth waiting for!
And yes, the reflector [4] is definitely one of the most important tools when working with the wwf by now.
[1] Todd Kitta’s Integration and Workflow Blog
[2] http://www.manuelfoerster.net/wordpress/64/#comments
[3] Professional Windows Workflow Foundation
[4] Reflector for .NET
Posted in windows workflow foundation |
No Comments » |
March 6th, 2006 by
manu
with the rules capability in the windows workflow foundation [1], parts of business and application logic can be represented by more (policies) or less (conditioned activities) complex rulesets. the most important advantage is, that you can load and update those rulesets dynamically at runtime. e.g., validation logic, calculation, etc. could be sourced out of the application.
to get in touch with the rules engine, read the comprehensive introductory article at [2] and have a look at the corresponding hands on lab [3].
[4] shows how to host the ruleset designer in a custom application, for defining and modifying rules at runtime.
[1] windows workflow foundation
[2] Introduction to the Windows Workflow Foundation Rules Engine
[3] WWF Beta 2 Hands on Labs
[4] external ruleset toolkit
Posted in windows workflow foundation |
No Comments » |