Blog VS 2010 All Tutorials Wordpress Studio
Certification LinksRandom Thoughts

Posts Tagged ‘ strings ’

String Concatenation

May 26th, 2010 | By | Category: C Sharp, C# String Object, Tutorials

String concatenation is one of the commonly used operations among programmers.
If you don’t handle the string concatenation in .NET properly, you may decrease performance
so it’s important to keep in mind what you are trying to accomplish.