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 are anonymous types in c#?
Are constructors inherited c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is lastindexof c#?
Why do we need oops in c#?
What is the difference between “out” and “ref” parameters in c#?
Is cli same as the clr?
What is ilist c#?
What are callback methods in c#?
What is the difference between c and c# programming?
Which of these statements correctly declares a two-dimensional array in c#?
Why do we need escape characters?
What is predicate builder?
Is c sharp open source?
What does xpath return?