C# Soup To Nuts: Creating and Manipulating Strings

Today is week 11 of my C# Soup To Nuts webcast series.  I'll be talking about strings today.  Strings can do many wonderful things... mostly, working with text.  We will learn about how to build strings, use them and some of the pitfalls and obstacles we sould avoid when playing around with them.  We will also learn about a cool object called the StringBuilder and see how to use it and why we sould use it.

Join me, the webcast starts at 9am PST right here.

As always, demo code is attached.

Bill

 

Strings.zip