The direct consequence of the project's capabilities will allow it to be used as a tool for understanding various techniques for creating Intelligent Agents.
A page to help decide whether Bazaar is the right VCS for you:
One of the great things about Bazaar is its adaptability to different ways of working .... Workflows can be changed, mixed and matched as required.
A CSS Framework giving you a solid framework of css classes to build websites with, giving an interesting layout grid, good-looking typography defaults, and built in print stylesheets, etc.
An early (prerelease) article about Click Once. It's actually a good article with great source code examples so you can understand the various options for ClickOnce including automatic updates.
A guide to getting started with regular expressions in .Net for begginers all the way through named captures, backreferencing, and lookaround. Barely mentions balancing matches -- which are one of the best features of .Net regex ... but otherwise very good.
WPF, in conjunction with the .NET Framework add-in model, allows you to address a wide variety of scenarios that require host applications to display UIs from add-ins.
Addins (plugins) for WPF can even do UI. I'm not convinced this is necessary to do UIs with plugins, but it's necessary if you want to allow untrusted code to do it.