what is the fastest way to concatenate strings in c sharp?
Answer Posted / manish sharma
through string builder class is the fastest method.we should
use this method if we have to catenate more than 10 strings.
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the adv of using System.Text.StringBuilder over System.String?
What is the difference between User controls and Custom Controls?
What is a hash table in c#?
What is the use of oops in c#?
What is a namespace server?
What do you mean by abstract class in c#?
What are extender provider components? Explain how to use an extender provider in the project.
What is asynccallback c#?
What is reference c#?
What is object array in c#?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Are there functions in c#?
How many destructors can a class have?
What is the benefit of dependency injection c#?
What is sqldatareader c#?