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.
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.
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