tags:

views:

58

answers:

1

What are the different collections available to store objects and which one's best to use when? IList, IEnumerate, IQueryable...

I'm new to .net

Thanks.

+2  A: 

Hello,

You can find here the documentation for all the collections namespace :

http://msdn.microsoft.com/en-us/library/system.collections(v=VS.100).aspx

G. Qyy
might as well post a lmgtfy ;-)
AdamRalph
Yes, but wen I starded with .Net, i was not very comfortable with the documentation : MSDN is such a mess ! And the question is very generic, so, a direct link is not a so bad idea for me...
G. Qyy