If you haven't tried out the Snippet functionality in Visual Studio 2005, you should look into it, it can be a real time saver. Here is the marketing blurb on them: "IntelliSense Code Snippets are reusable, task-oriented blocks of code. Visual Studio 2005 includes code snippets covering tasks ranging from creating a custom exception, to sending an e-mail message, to drawing a circle."
Snippets are just XML files with a .snippet extension, and can be installed system wide or per-user. Installation involves both deploying the XML files, typically at: [Drive]:\Program Files\Microsoft Visual Studio 8\VC#\Snippets\1033\, and optionally editing the SnippetsIndex.xml file. However, the real place snippet paths are stored at is in the registry at: [HKCU\Software\Microsoft\VisualStudio\8.0\Languages\CodeExpansions\Visual C#] (For C# snippets).
Snippet Resources