| Author: Vasudevan Deepak Kumar 21 Sep 2007 | Member Level: Diamond Points : 0 |
I would just like to add this comprehensive discussion thread on the topic:
http://www.thescripts.com/forum/thread103955.html
Deepak
|
| Author: latha reddy 04 Oct 2007 | Member Level: Silver Points : 0 |
nice article
|
| Author: latha reddy 04 Oct 2007 | Member Level: Silver Points : 0 |
nice article
|
| Author: poorni 11 Oct 2007 | Member Level: Bronze Points : 0 |
clearly explained..thanx
|
| Author: varun 24 Sep 2008 | Member Level: Gold Points : 2 |
Thanks for the well explaind article. Using stringbuidler instead of strings really improves the performance.
Varun
|
| Author: Prakash Laxman kharvi 24 Sep 2008 | Member Level: Silver Points : 1 |
Use of string builder is one of the best programming practices that every developer should incorporate.
|
| Author: Venkat 06 Oct 2008 | Member Level: Silver Points : 0 |
hi Really good 1
|
| Author: Darko 06 Oct 2008 | Member Level: Bronze Points : 1 |
This is nice article, But mySentence is StringBuilder object, so in order to use it as string u must add mySentence.ToString();
|
| Author: Darko 06 Oct 2008 | Member Level: Bronze Points : 1 |
This is nice article, But mySentence is StringBuilder object, so in order to use it as string u must add mySentence.ToString();
|
| Author: Roopesh Babu Valluru 14 Oct 2008 | Member Level: Gold Points : 1 |
good exapmle man...many knew this but dont know how to use in real time...i think from here onwards they wil try to...
Thx a lot...
|