Tuesday, October 23, 2012

C# Performance tips part1



All below topics are explained/compared using .net CLR profiler
1) String Vs StrinBuilder ,string.format
2) ArrayList vs List
3) List vs Dictionary
4) How to write Optimized code in C#.
5) Explained Garbage collector Generations 0,1,2.