IMG_0165.JPG
2.2 MB
#csharp #visualstudio #csharp10 #aspdotnet #aspcore #dotnet
6 Amazing feature and improvement in C# 10:
📌 File-scoped namespace
📌 Record structs
📌 Constant interpolated strings
📌 Extended property patterns
📌 Global using directive
📌 Assignment and declaration in same deconstruction
❗️C# 10 is supported on .NET 6 .
@fullStackDevs
6 Amazing feature and improvement in C# 10:
📌 File-scoped namespace
📌 Record structs
📌 Constant interpolated strings
📌 Extended property patterns
📌 Global using directive
📌 Assignment and declaration in same deconstruction
❗️C# 10 is supported on .NET 6 .
@fullStackDevs
👍5
#dotnet
#CSharp10
In C# 10 With Expressions are not limited to records.
You can use them with anonymous types as well.
https://github.com/gsferreira/dotnet-playground
@fullStackDevs
#CSharp10
In C# 10 With Expressions are not limited to records.
You can use them with anonymous types as well.
https://github.com/gsferreira/dotnet-playground
@fullStackDevs
👍3