What’s the advantage of using System.Text.StringBuilder
over System.String?
Answer Posted / prathaptpt
String Builder gives better performance the string if we
have series of string concatination operations
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How can we determine action invoked from HTTP GET or HTTP POST?
What is meant by viewdata?
How to change the action name in ASP.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
How to enable Attribute Routing?
What is .net framework in simple terms?
What is presentation framework?
What is iobjectset? : Entity framework
What are bundling & minification features in asp.net mvc 4?
what is use of entity container?
What is orm entity framework?
Which are the important namespaces used in mvc?
What is Differnce between html.action and ajax.action?
Mention some action filters which are used regularly in ASP.Net MVC?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?