G
Guest
A year or two ago, I read an article on Microsoft's MSDN or Patterns and
Practices site about application optimization when using strings. Some of
the recommendations were:
use string.Empty rather than "",
use string.Compare rather than myString == myOtherString,
etc., etc.
I have been searching for days now for that article or those performance
guidelines and can't find it. Does anyone know where that article, or any
similar Microsoft article may be found?
Thanks,
Dale
Practices site about application optimization when using strings. Some of
the recommendations were:
use string.Empty rather than "",
use string.Compare rather than myString == myOtherString,
etc., etc.
I have been searching for days now for that article or those performance
guidelines and can't find it. Does anyone know where that article, or any
similar Microsoft article may be found?
Thanks,
Dale