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
What is viewbag title?
Can we add constraints to the route? If yes, explain how we can do it?
Is it possible to share a view across multiple controllers?
How do I use partial view?
Is the following route definition a valid route definition? {controller}{action}/{id}
what is deferred loading(lazy loading)?
Explain unit test done by tester on development team?
How to use Jquery Plugins in ASP.Net MVC validation?
How the ‘page lifecycle’ of ASP.Net MVC does works?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is meant by bootstrap in mvc5?
What are the components of the .net framework.
What is managed extensibility framework?
In razor syntax, what is the escape sequence character for @ symbol?
Which is the root namespace for fundamental types in .net framework?