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
Can we have multiple constructors in a class c#?
Explain About .NET Remoting and types of remoting
Differentiate between the public and private ?
How do I link two windows forms in c#?
What is concrete class in c# with example?
If you want to write your own dot net language, what steps you will u take care?
Is datetime nullable c#?
Define assert() method? How does it work?
Is for loop faster than foreach?
How big is int16?
Why static variables are used?
Can you put two constructor with the same structure in a class?
What is thread and explain states of a thread in c#?
What is dll hell, and how does .net solve it?
What do u mean by delegation?