More Visual Studio Templates (with Installer)
Due to feedback from local sources, I am urged to share my most common Visual Studio Templates. Packaged in a MSI installer for both VS 2002 and VS 2003 are the following templates:
- a class template
- an enumeration template
- an exception template
- a nunit test template
- a registry template
- a typed collection template
- a typed hashed collection template
Points of note: When creating a typed collection, or a typed hashed collection, name the class as %Type%Collection. For example, a typed collection of 'Orange' should be 'OrangeCollection' and a typed hashed collection of 'Apple' should be 'AppleCollection'. None of the other templates have any naming restrictions.
Get the installer here.
If you have ideas for other templates, please let me know and I will see about including them.
Update: These templates are in C# only at the moment. They are Project ITEM templates, not project templates, and are accessable via the Add>Add New Item context menu of the solution explorer, or the File>Add New Item menu.
Update 2: Updated typed collection to support design time environment, plus other fixes. version at link is to 1.1.0.