C# 11 – Interpolated raw string literal
C# 11 introduces the concept of raw string literals to the language and with that come a set of new features for string interpolation as well. First of all, you can continue to use the interpolation syntax as you know it in combination with raw string literals like this: The output will be: Escaping braces…