C# 11 – Auto-defaulted fields in structures
The release candidate for .NET 7 has already been released. With .NET 7, there is going to be newer version of C# too. Since past few days, I have been…
0 Comments
September 20, 2022
The release candidate for .NET 7 has already been released. With .NET 7, there is going to be newer version of C# too. Since past few days, I have been…
Since past few articles, I have been trying to write about the new features introduced in C# 11 and .NET 7. We already have seen some features like raw string…
In this short article, let's try to discuss another new feature from C# 11 - generic attributes. What are attributes ? If you have been using C# for very long,…
C# language is getting a lot of new features. Some interesting mentions are private protected, or default implementation in interfaces, etc. In fact, one of the advantage of using C#…