what is the fastest way to concatenate strings in c sharp?
Answer Posted / sudheer
string.Concat("DotNet","4.0");
Ans:DotNet4.0
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is object type in c#?
Explain about Serialize and MarshalByRef?
Is goto statement supported in c#?
Is there an equivalent to the instanceof operator in visual j++?
What is dynamic dispatch?
what is a structure in c#
Define c# delegate?
without modifying source code if we compile again, will it be generated MSIL again?
What is tuple in c#?
Explain About disco and uddi
Why do we need reflection in c#?
What is xml document how do you open it?
Does hashset allow duplicates c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is arraylist?