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 diff. Between abstract class and an interface?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What does occur first in ASP.Net, Authentication or Authorization?
What is state management techniques in asp.net?
What is a session in programming?
What are custom controls?
What is syntax code to send email from an asp.net application?
What is a form tag?
How can you ensure a permanent cookie?
How to use multiple scriptmanager controls in a web page?
What is the state management in asp.net?
What are the file extensions for razor views?
what are the Custom controls in asp.net?