Guidance On The "Guidance Automation Toolkit"
The Microsoft patterns & practices team is already active for quite some time. In that time, they've released a lot of valuable information, libraries and "software factories", such as the Enterprise Library, Composite UI Application Block, Upgrading Visual Basic 6.0 applications to VB.NET and VB 2005 guide, and much more...
Another of their projects is the "Guidance Automation Extensions and Guidance Automation Toolkit". This toolkit falls under the software factories initiave workbench category at MSDN. From the web site: "The Guidance Automation Toolkit (GAT) is an extension to Visual Studio 2005 that allows architects to author rich, integrated user experiences for reusable assets including frameworks, components and patterns. The resulting 'Guidance Packages' are composed of templates, wizards and recipes, which help developers build solutions in a way consistent with the architecture guidance. "
Jelle Druyts has been diving deep into the toolkit and wrote a series of blog posts on this topic:
- Part 1: Introduction to the Guidance Automation June 2006 CTP
- Part 2: Creating a Guidance Package
- Part 3: Creating a C# project
- Part 4: Adding project references
- Part 5: Tuning the C# projects
- Part 6: Generating classes
- Part 7: Renaming the solution, signing projects and showing documentation
Early in August, Jelle also gave a talk on this topic for Belgian Visual Studio User Group members. He also shares his Powerpoint presentation of this meeting.
Some extra personal thoughts on this: I must say that I'm very impressed with such community engagement. It must have taken Jelle quite a lot of time to learn and write that much about this topic. It also shows the benefit of joining a user group, as such topics are not typically covered during our MSDN events in Belgium (you know: "so much to tell, so little time").
Extra resources on the Guidance Automation Toolkit:
- Tom Hollander's blog (Microsoft employee)
- Wojtek Kozaczynski's blog (Microsoft employee)
- Daniel Cazzulino's blog
- Oscar Calvo's blog
- Community web site GuidanceAutomation.net
Cross posted from Tom's (Personal) Corner.
Comments
- Anonymous
September 23, 2006
Wanted to get this down, while I ran across them:
Complete list of XML code comment tags: http://jelle.druyts.net/2005/01/16/XMLCommentsQuickReference.aspx...