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 wpf application in c#?
Which is faster iqueryable or ienumerable?
What is jit (just in time)?
Give 2 scenarios where static constructors can be used?
Why do we use namespace in c#?
What is executereader in c#?
Explain how many types of exception handlers are there in .net?
What is sqldatareader c#?
Is string immutable in c#?
What is a delegate? Explain.
What is a delegate in c#?
Which controls do not have events?
What are Memory foot print of an exe?
Is string mutable in c#?
What is the data provider name to connect to access database?