I am new to C#.Working in ASP.NET 3.5 ( C# 3.0). What are the collection classes do i need to familiar with inorder to develop effective code ? like IList, and counterpart IList<T>
,List
,List<T>
are enough ?
Thank you very much to all ,for giving me a very good guidance.