Showing posts with label C#. Show all posts
Showing posts with label C#. Show all posts

Friday, July 20, 2007

.NET string vs StringBuilder

David Lock, our resident game programming expert, has just posted a real life example about his experience between .NET string vs StringBuilder. In short if you are going to modify the string then .NET string bad and StringBuilder good.