More Templates
Due to requests, I am making available my Collection Templates. There is one thing to note about this template. When you do a Project > Add Class, and choose Collection Class, the class must be named [Object]Collection (name must end in the word collection).

The template creates a generic collection with accessors and whatnot for a collection of type [Object] . In the example above, a collection of 'Book's would be generated. Enjoy.
Update: These templates are for VS.Net 2k3 and need to be edited for the origional release of VS.Net. Edited the .vsz file and change the line
Wizard=VSWiszrd.VSWizardEngine.7.1
to
Wizard=VSWiszrd.VSWizardEngine.7.0
This applies to my NUnit templates as well.