O
Oleg Sobol
Hi, all...
The question I have concerns string objects and how they are executed by
CLR. Based on an article written in 2002 (last updated Dec 2003)
http://www.codeproject.com/dotnet/strings.asp , it is more advisable to
use StringBuilder class than the String object to manipulate strings in
.Net because StringBuilder is more optimized. So, I was wondering if
there had been any optimizations made to String object in Framework 1.1,
and how it compares to StringBuilder? And also if there are more
optimizations on the way in 2005 version of the Framework?
Thanks in advance
Sincerely,
Oleg
The question I have concerns string objects and how they are executed by
CLR. Based on an article written in 2002 (last updated Dec 2003)
http://www.codeproject.com/dotnet/strings.asp , it is more advisable to
use StringBuilder class than the String object to manipulate strings in
.Net because StringBuilder is more optimized. So, I was wondering if
there had been any optimizations made to String object in Framework 1.1,
and how it compares to StringBuilder? And also if there are more
optimizations on the way in 2005 version of the Framework?
Thanks in advance
Sincerely,
Oleg