Related resources for C#11
  • Raw String Literals - New Feature In C#11 With .NET 75/9/2023 5:20:45 AM. Microsoft released .NET 7 on 14th November 2022 with C#11. We will look at string literals features of C#11 in this article.
  • C# 11 - Immutable Object And Defensive Copy2/27/2023 5:50:10 AM. We discuss some issues related to Immutable Object and “defense copy”.
  • C# 11 - Immutable Object Pattern2/22/2023 10:36:48 AM. Beginner’s tutorial on Immutable Object Pattern with examples. An Immutable Object (Internal Immutability) in C# is an object whose internal state cannot be changed after it is created. That is differ
  • C#11 Features - Raw String Literals11/28/2022 12:22:34 PM. Raw String Literals are the new format of string literals introduced since C# 11. This new format can help us in getting the output string with any arbitrary text like new lines, spaces, and special c
  • C# 11 Features - Required Members11/28/2022 8:01:46 AM. A new keyword required is introduced in C# 11 where it will be decorated to the instance property and field declaration within a class/record/struct.
  • C#11 Features - Newlines In String Interpolations11/22/2022 6:53:23 AM. In C# 11 multiline restrictions got removed and now string interpolation supports multiline expressions too.
  • Getting Started With .NET 7.03/10/2022 4:58:38 AM. This article describes what’s new in .NET 7.0 preview 1 and create a sample project in .NET 7.
  • How To Enable Preview Version In Visual Studio 20223/8/2022 2:43:39 PM. This article explains the switching process from the current Visual Studio version to the Preview version with a demonstration of switching from Visual Studio 2022 17.1-Current version to the VS2022 1