Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-12.0

Why is ICollection<T> treated differently in collection expression syntax?

c# syntactic-sugar c#-12.0

Warning in property initialization in class with primary constructor

ImmutableArray empty collection initializer is not equal to ImmutableArray.Empty in C# 12

Nullable open generic arguments in C# class hierarchy

Why do C# 12 primary constructors execute in opposite order?

Some C# 11&12 Practicing failed

c# c#-11.0 c#-12.0

Primary Constructor Feature C#12 doesn't compile

c# .net-8.0 c#-12.0

Changing semantics in C# analyser "Collection initialization can be simplified" IDE0028

How to create a dictionary with initial values using collection expressions?

c# .net dictionary c#-12.0

Should I create private properties for primary constructor parameters in C# 12?

There is no target type for the collection expression

c# .net .net-8.0 c#-12.0

Null checking with primary constructor in C# 12

"Cannot implicitly convert type" error only when generic is instantiated with an interface

c# generics c#-12.0

Difference between in and ref readonly parameters

c# ref c#-12.0