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
Show us in simple steps to create setup & deployment project for windows application?
What is a trace and asset? Explain some differences?
What is difference between private, protected, and public in C#?
What is a linked list c#?
What is wcf c#?
How assembly versioning in .NET prevent DLL Hell problem?
What is unrecognized escape sequence in c#?
What is response redirect in c#?
What is dao in c#?
What is an escape sequence? Name some string escape sequences in c#.
How do I create a multilanguage, single-file assembly?
What are circular references?
Describe two uses of the “using” statement during the operation of c#?
What issues can be faced while delivering code?
Is Multiple-inheritance supported by c#?