Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Basic C# coding guidelines

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 because
Posted by samar | 1 Comments
 
Page view tracker