What?s the advantage of using System.Text.StringBuilder over
System.String?
Answer / guest
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 ? | 3 Yes | 0 No |
how can i display crystal report in button_click? am working with VS2005..........plz help me
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is the difference between ref and out in c#?
Can we assign null value to integer?
What are circular references? How garbage collection deals with circular references.
Is everything an object c#?
what is the difference between interface and abstraction?
5 Answers Choice Solutions, IBM,
Can a dictionary have duplicate keys c#?
What do you mean by object pooling?
What is dbcontext c#?
Is lazy t thread safe?
If you want to convert a base type to a derived type, what type of conversion do you use?