Windows Workflow
Top Answerers in WF Forum...
Few months ago, I discovered the power of WF, and I told myself, "well... maybe in a future you can be an expert in this technology...". Of course, I´m not an expert in WF yet, but I'm still trying to become one.
Today I visited the WF forum to see what´s new, because I didn´t visited since a week ago (this week was a very strange one...) and for the first time (believe me or not...) I see the "Top answerers in this forum (30 days...)" box. I'm #10 in the list :), but the best of all (at least for me...), I'm the only one not related to Microsoft (SDE, SDE/T, Program Manager, etc (no... Matt doesn´t count), just a Kid who likes WF and tries to understands it better.

Happy weekend start...
Add Comment Filed Under [ Windows Workflow ]
Windows Workflow Foundation Resource List

Hi there. Maybe you already read K. Scott Allen's Workflow Readling List , well, this is my version.
I've been reading, coding, watching, etc. all kind of stuff related to Windows Workflow Foundation (WF). It´s my favourite WinFX technology, so, if you are new to WF, this could be useful.

Windows Workflow Essentials:

Windows Workflow Articles:

Windows Workflow Foundation interesting info (blog posts, forum threads, etc...):

Well, I'm tired. Maybe there are more valuable resources out there. I will try to keep the listing...
And of course, don´t forget www.windowsworkflow.net and www.windowsworkflow.net/forums .

Hope this helps in your Workflow Foundation project ;-)

One Comment Filed Under [ Windows Workflow ]
Learning C# 2.0 With WF
A few months ago I started to read about WF (Windows Workflow) because we need a workflow solution for our projects. First, we considered Skelta to use it with SPS but, honesty, it was out of our budget. At that time (almost a year ago), we heard about "a new workflow engine" (WinOE if I remember correctly) coming from Microsoft but nothing else, but we thought it would be a good idea wait to see what happen later.
As all of you maybe know, on PDC WF was presented and we are very excited about this. I said before, I started to play with WF but also, was my first real expose with C# 2.0. I read about the new features of C# 2.0 some time ago (partial classes, anonymous methods, generics, nullable types, etc.), and I did some code but nothing special, the classic foo/bar thing, but now if you plan to use WF, you should know all the new features of C# 2.0 and more. If not, this is a great chance to start playing with it using a new technology doing interesting stuff. Just download the Hands On Lab to start.
Now I will be focused in WF for our new project, and I'm almost sure this is the first post of many more to come.
Add Comment Filed Under [ Windows Workflow ]