Showing posts with label Performance. Show all posts
Showing posts with label Performance. Show all posts

Friday, 16 July 2010

C# Performance

Little notes on C# performance
  • For loop > Foreach
  • TryGetValue > if(variable.Contains(key)) variable[key]