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
What is the difference between yield and return?
How garbage collection deals with circular references.
Why do we overload constructors?
What is a string c#?
Is c# a technology?
Explain how do you convert a value-type to a reference-type?
Are value types sealed?
What is difference between constants and readonly in c#?
in object oriented programming, how would you describe encapsulation?
What is static classes in c#?
Why do we use stringbuilder in c#?
Can you pass value types by reference to a method?
What is strongly typed view?
From which base class do all Web Forms inherit from?
What namespace is list in c#?