Sumit Amar

Research and Development

March, 2007

Posts
  • Sumit Amar

    Basic C# coding guidelines

    • 1 Comments
    C# 2.0 - Use generic collections instead of Hashtables and ArrayList types - If using Generic types, then refrain from using foreach loop on the collection. Rather use ForEach method to loop through via an anonymous method predicate (much faster...
Page 1 of 1 (1 items)