Introduction
Difference between string and stringbuilder in C# is one of the frequently asked question in all c# interviews and all of us answer something in common
String is Immutable and StringBuilder is Mutable
This is a one word answer. In this article I would like to dig things in more details