what is the fastest way to concatenate strings in c sharp?

Answer Posted / sudheer

sorry for last post.This is one is faster than previous one.
string str = "DotNet " + "4.0";

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the smallest unit of execution in .net?

472


How do I open the console window?

565


What is xor operation?

521


What are the 3 types of comments in c#?

517


What does a constructor do c#?

487






Are arrays value types or reference types?

528


What is eager and lazy loading in c#?

462


Explain types of comment in c# with examples

479


If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?

555


Which class comes after the SortedList class?

559


How do you create user defined data types in c#?

520


What is a class level variable in c#?

491


What is binding in c#?

482


What is the difference between int16 and int32 in c#?

468


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

593