1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers
carlitos ways
3 years ago
1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers1. What's The Advantage Of Using System.text.stringbuilder Over System.string? StringBuilder is more efficient in the cases, where a lot of manipulation is done to the text. Strings are im mutable, so each time it’s being operated on, a new...