TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C#11
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sai Kumar Koona (3)
Mark Pelf (2)
Satya Karki (2)
Sachchi Prajapati (1)
Related resources for C#11
No resource found
Raw String Literals - New Feature In C#11 With .NET 7
5/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 Copy
2/27/2023 5:50:10 AM.
We discuss some issues related to Immutable Object and “defense copy”.
C# 11 - Immutable Object Pattern
2/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 Literals
11/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 Members
11/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 Interpolations
11/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.0
3/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 2022
3/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