Introduction
Difference between string and stringbuilder is one of the frequently asked question in all 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
Continue reading “Difference Between String And StringBuilder In C#”