OpenUp - WCF Visualizers, WPF Recursion Controls and CAB WorkItem Visualization
Eyal Vardi has submitted three new open source projects to OpenUp:
CAB WorkItem Visualizations is upgrade to Sample Visualizations. this Visualizations show the WorkItem hierarchy, Worksapce, SmartPart, Command, Events, State and Items.
CAB WorkItem Visualizations contains 3 main windows:
1. CAB WorkItem Visualizations hierarchy tree.
2. Properties Windows.
3. Control Visualizer, show the Workspace and SmartPart.

WPF Recursion Controls presents a simple language for drawing pictures that illustrates
the power of data abstraction and closure, and also exploits higher-order procedures
in an essential way. The language is designed to make it easy to experiment with
patterns such as the ones in figure , which are composed of repeated elements that
are shifted and scaled. In this language, the data objects being combined are represented
as procedures rather than as list structure.

WCF Visualizers - Visual Studio 2005 shipped with a very nice feature called debugger visualizers. In accordance with their names, debugger visualizers allow you to visually view useful information about objects during debug.
WCF Visualizers contain 5 visualizers:
1. Message Visualizer
2. ChannelDispatcher Visualizer
3. ServiceDescription Visualizer
4. ServiceHost Visualizer
5. ServiceEndpoint for the client side.
Thanks Eyal!