Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello there

What the differences between Generic,Collection,Hashtable And guide me whn to use them.I also wnt to know is there any other concept similar to these in C#.
However ArrayList is differ or the same...

Regards:
Ramesh ch Tulal
Posted
Comments
Smithers-Jones 6-Jul-11 17:02pm    
Thou shalt not repost. Reported!
Sergey Alexandrovich Kryukov 7-Jul-11 2:46am    
What is the difference between Red, Fox, Jumping and Telegraph code?
The above question is exactly as incorrect as the question by OP.
Re-post reported.
--SA

1 solution

http://en.wikipedia.org/wiki/Hash_table[^]

At the bottom of the article, there is a table of related data structures (collections, linked lists, arrays, trees, etc.) follow the links there for the wikipedia articles on those.

Once you've read the wikipedia articles on the various data structures you are confused about, then you should understand more about which to use for what purpose.

If you still don't understand a particular aspect of them after that, or have a specific problem you are trying to solve and aren't sure of the best approach, then come back and ask a less general question.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900