What's the advantage of using System.Text.StringBuilder over
System.String?
Answer Posted / prathap
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 ? | 23 Yes | 1 No |
Post New Answer View All Answers
What is difference between Lambda Expression and LINQ in ASP.NET?
Explain About duration in caching technique
How would you turn off cookies on one page of your website?
what is meant by sitemapnode ?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Will the asp.net validators run in server side or client side?
Which .NET framework supports Web API?
What is postback pixel?
Difference between Response.redirect vs server.transfer?
Define repository pattern in mvc.net? : asp.net mvc
What is a response cookie?
What is simple data binding?
What is a server farm in iis?
What is the good practice to implement validations in aspx page?
what are the Custom controls in asp.net?