C# 11 Raw String Literals Explained

August 25, 2022 3 minutes read C# 11 introduces Raw String Literals. Undoubtedly this feature will become very popular because it represents an elegant way to solve some issues with actual string literal. Let’s have a look at such raw string literal with interpolation. Notice that a raw string literal necessarily starts and ends with … Continue reading C# 11 Raw String Literals Explained