Click here to Skip to main content
Licence CPOL
First Posted 30 May 2004
Views 24,834
Downloads 281
Bookmarked 12 times

Strongly typed collections

By | 30 May 2004 | Article
A simple tool to generate typed collections.

Content

I'm just a beginner in programming stuff. Every time I need a specific collection, I have to write an entire class (it is always the same), and I'm a little tired of that, so I wrote a Visual Studio Add-In that does the work for me.

Usage

My add-in is very simple, you select a project, then go to Tools/TypedCollection.

It displays a window that prompts you for the data type and the collection name.

Press OK, and you are done. It will create a new class with your collection which inherits from CollectionBase which guarantees you have all its functionality, plus the advantages of being strongly typed.

How to build it

Just download the source files, unzip it, and open the TypedCollection solution. Then build both projects (TypedCollection and TypedCollectionSetup). Once you've done that, run setup.exe from bin directory.

Happy programming.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Yanier Castellanos

Web Developer

Cuba Cuba

Member

I'm a advance computer technology students.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionDoes this work for Framework 3.5 SP1 VS.NET? PinmemberMark Kamoski5:01 18 Feb '09  
GeneralMore... PinmemberErlend Robaye20:29 10 Jan '06  
GeneralRe: Now if you could only do it for C++, PinmemberColin Angus Mackay10:44 1 Jun '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120517.1 | Last Updated 31 May 2004
Article Copyright 2004 by Yanier Castellanos
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid