What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / rahul
StringBuilder is more efficient in the cases, where a lot
of manipulation is done to the text. Strings are immutable,
so each time it?s being operated on, a new instance is created.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the basic string operations? Explain.
What is a statement c#?
Is a structure a class?
What is difference between method overriding and method overloading?
What is the difference between iqueryable and ienumerable?
What Happens In Memory When You Box And Unbox A Value-type?
What are types of constructor?
Why do we use yield in c#?
What is state c#?
Why do you need boxing in c#?
Define multicast c# delegate?
What do you mean by jagged array?
What are Memory foot print of an exe?
Explain how many types of exception handlers are there in .net?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.