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 dbml file in c#?
What is the function of .IsDescendent()?
What is a linked list c#?
What is xml serialization in c#?
Can you inherit multiple abstract classes in c#?
How do I do implement a trace?
How do you set a class path?
What are c# collections?
What is the difference between dataset and datatable in c#?
What is linq c#?
While debugging a C# application can you change the value of a variable?
Why do we need ienumerable in c#?
Are tuples mutable c#?
Differentiate between object pooling and connection pooling in c#?
What is the difference between CONST and READONLY?