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
Define Abstract Class in C#
What is a clr (common language runtime)?
write a program to find the biggest palindrome in the given string
What is dependency injection?
What is the use of console readkey ()?
Is c# static or dynamic?
What does assert() do in c#?
Can you use all access modifiers for all types?
What is yield keyword?
In which format you can pass the value in the sleep function?
What is a collection class in c#?
What are the boolean data types in c#?
How to use nullable types in .net?
What is double c#?
What is gui in c#?