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


Please Help Members By Posting Answers For Below Questions

Can we have multiple constructors in a class c#?

672


Explain About .NET Remoting and types of remoting

781


Differentiate between the public and private ?

737


How do I link two windows forms in c#?

641


What is concrete class in c# with example?

654


If you want to write your own dot net language, what steps you will u take care?

750


Is datetime nullable c#?

673


Define assert() method? How does it work?

812


Is for loop faster than foreach?

729


How big is int16?

691


Why static variables are used?

704


Can you put two constructor with the same structure in a class?

684


What is thread and explain states of a thread in c#?

641


What is dll hell, and how does .net solve it?

707


What do u mean by delegation?

702