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
Is it possible to inherit multiple interfaces?
What is the default value of object in c#?
Does c# have a 'throws' clause?
Can we create instance of private class in c#?
What is dynamic in c#?
Why do we need reflection in c#?
Is list ienumerable c#?
what is the difference between the debug class and trace class?
Can we create extension method for interface?
How does split work in c#?
Explain the various types of classes used in c#?
What is dataadapter c#?
Which attribute is used in order that the method can be used as webservice?
Is list a collection c#?
Explain publishers and subscribers in events.