Strongly Typed Collection Generator for Visual Studio .NET 2003 upgrate
I upgrated to Visual Studio .NET 2003 my Add-In for generating stronly typed collections both in C# and VB.NET (download).
Comparing to the past version (for Visual Studio .NET) I fixed a bug (now it works fine for VB.NET too) and changed the way of using it. Now you have a new "Tools" menu item called STC Generator which will invoke the configuration dialog box. Selecting the project and then the class you can generate the strongly typed collection for that class in the project's language (C# and VB.NET actually)


This add-in lack in documentation and I hope to provide it ASAP.
DISCLAIMER:
The sample is provided as is. Be sure that it is actually only a sample and does not in any sense conform to any coding guidelines and has not been proven to be a stable product! The code has not been reviewed by third parties or even been refactored for optimization - be sure that it is still much improvable.
The author cannot be made responsible for any damage or inconveniencies but is willed to accept any questions and comments to this sample.