object collections with linq
What are the different collections a开发者_StackOverflowvailable to store objects and which one's best to use when? IList, IEnumerate, IQueryable...
I'm new to .net
Thanks.
You can find here the documentation for all the collections namespace :
http://msdn.microsoft.com/en-us/library/system.collections(v=VS.100).aspx
精彩评论