By tag: Concat
0
kicks
String Concatenation vs Memory Allocation
Over the years, plenty has been written about string performance, lots of comparisons between String.Concat and StringBuilder. Today I decided to do some of my own research into the subject and contribute to the knowledge already out there. More specifically, I'll be taking a look at the memory usag...
0
kicks
StringBuilder is not always faster
Here is something you may not know about string concatenation: StringBuilder is not always faster.
0
kicks
SQL Server 2005: Concat values XML Style
Just another way of contencating columns in sql server.
the difference is that this can be used inline and it doesn't have to be a function.