what is the fastest way to concatenate strings in c sharp?
Answer Posted / biruk solomon
The fastest way to concatinate string is to use
StringBuilder object.In StringBuilder object you can use a
method called Append.It has 19 overloaded method to support
different kind of datatype.You can also include your own
type if you override the toString method as you can also
pass objects to this method.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Explain about ODP.net
What are the advantages of using c#?
What is data reader in c#?
Can var be null c#?
What is a Jagged Array in C#?
What are generic types?
How many destructors can a class have?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
Is c++ or c# better?
What is the difference between interface and functional interface?
What is a console?
What do you mean by saying a "struct is a value type"?
Is a structure a class?
Are attributes inherited c#?