Thursday, June 16, 2011
7 Ways To Optimize C# Code
Code optimization is an important aspect of writing an efficient C#
application. The following tips will help you increase the speed and efficiency
of your C# code and applications.
1. Knowing when to use
StringBuilder
You must have heard before that a StringBuilder object is much
faster at appending strings together than normal string types.
The thing is StringBuilder is faster
mostly with big strings. This means if you have a loop that
will add to a single string for many iterations then a StringBuilder class is definitely much faster...
News
Erode Collector Anandakumar has admitted his daughter Gopika in a govt
school in Erode. Anandakumar and his wife Srividya went to the
Kumalankuttai Govt primary school yesterday with their daughter. They
met the HM and admitted their daughter in 2nd s...