Advent of 2025, Day 23 – SQL Server 2025 – T-SQL Features – String concatenation with || and compound assignment ||=
Explores new SQL Server 2025 T-SQL features: the || string concatenation operator and the ||= compound assignment operator.
Explores new SQL Server 2025 T-SQL features: the || string concatenation operator and the ||= compound assignment operator.
Debunks the myth that StringBuilder is always faster in C#, showing scenarios where simple concatenation or List<string> is better.
Explores how to use Swift's addition operator overloading for expressive code, covering numbers, strings, arrays, and ranges.
Explore SQL Server's CONCAT and CONCAT_WS functions for concatenating column values with delimiters, handling NULLs, and simplifying string aggregation.