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
Explain the methods used to render the views in mvc?
what is conceptual model?
what is .edmx file and what it contains?
What is Differnce between html.action and ajax.action?
How do I use partial view?
What are the new enhancements done in default project template of asp.net mvc 4?
what is use of entitydatasource control?
Explain how you can send the result back in JSON format in MVC?
What are ajax helpers in asp.net mvc?
What is objectset? : Entity framework
What type of filter does outputcacheattribute class represents?
How we can call a javascript function on the change of a dropdown list in mvc?
What is code first? : Entity framework
What are the two ways to add constraints to a route?
explain why t4 entity is important in entity framework?