what is the fastest way to concatenate strings in c sharp?
Answer Posted / sudheer
string.Concat("DotNet","4.0");
Ans:DotNet4.0
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Is arraylist thread safe?
Can we have multiple threads in one app domain?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is var c#?
What is a partial class in c#?
How to generate strong name key file or which command is used to generated strong name key file?
explain the three services model commonly know as a three-tier application.
What is the namespace for datatable in c#?
What are partial classes and use of partial classes?
is it possible to access a remote web service Without UDDI?
How do I create a multilanguage?
How does c# generics and c++ templates compare?
How do I run a cshtml file?
What is delegation in oops?
Do vs while c#?