News

Support for C-string literals makes it easier to write code that interoperates with foreign language interfaces requiring null-terminated strings.
Raw string literals in C# 11, which start and end with three double-quotes ("""), promise to make it easier to work with literals that contain characters that would otherwise need to be escaped.