C# Optimizations Via Caching – Part 2 March 22, 2009 1 Comment
I decided to write part 2 of optimization, with C# Project, to actually test the performance for accessing NameValueCollection and Property access.
I had lot of comments by extra smart people quoting regarding my previous post at "C# Optimizations Via Caching" . That all methods posted do not do any significant impact on performance, I wonder [...]
