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 collection class c#?
What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?
What is Wrapper class in dot net?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Is exe is machine dependent?
Is string immutable in c#?
What is the difference between out and ref in c#?
What is dbml file in c#?
Which config file has all the supported channels/protocol?
What is inline function in c#?
What do multicast delegates mean?
What is returned if you pass the value 12.34 to the parsefloat () function?
What are satellite assemblies?
What is the difference between dynamic and var in c#?
What is byte c#?