Windows Workflow Foundation
September 19th, 2005
// TODO: learn it and use it…
Some links
Windows Workflow Foundation Site
Introducing Windows Workflow Foundation by David Chappel
Getting Started with Windows Workflow Foundation by Dino Esposito
Dave Green Blog
WWF HOLs download
WWF Beta 1 SDK download
WWF on msdn
We are playing with it here at Southworks and the design surface
looks very similar to Biztalk Orchestation Designer. As always,
starting with HOLs is the best IMHO.
Blog moved
September 10th, 2005
My Blog has been moved… This is the new url: http://blogs.southworks.net/blogs/matiaswoloski
Xsd Generator with GAT released to community!
September 4th, 2005
As I said in this post, I’ve created the GotDotNet workspace for this GAT package.
Features:
- Xsd to C# (Individual files or Projects containing xsd files)
- The classes will have the default namespace of the project
- Supports folders and the result class will have the namespace according to the folder where the xsd is + the project namespace
- Lazy initialization of collections (on property getters)
- unbounded nodes are converted to System.Collections.Generic.List
I’ve uploaded the msi package and whoever wants to contribute on this project is welcomed. Indeed GDN released the SCC plugin for VS 2005 Beta 2