Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-9.0

Attributes on C#9 top level statements file

c# c#-9.0

Is there a common base class for records?

c# c#-9.0

C# what is the exclamation point positioned after the parameter name

c# c#-9.0

Feature 'target-typed object creation' is not available in C# 7.3. Please use language version 9.0 or greater

c# .net c#-9.0

Is it possible to apply attribute to the generated main method in a top-level application?

c# winforms .net-5 sta c#-9.0

How to assign an existing SSL certificate to a new IIS site through code?

ssl c#-9.0 iis-manager

How to convert record to tuple in c# 9

c# tuples record c#-9.0

Combine property setter "init and private" (C#9)

Custom EqualityContract in a C# record class

c# record equality c#-9.0

C# 9 new "nested switch expression" with relational patterns

c# c#-9.0

private init in C# props?

c# c#-9.0

C# 9.0 With-expressions. How to use them?

c# c#-9.0

Is there a C# attribute on a record field to exclude a field from comparison?

c# c#-9.0

C# 9/10 top-level statements and ExcludeFromCodeCoverage-Attribute?

What are the disadvantages of using records instead of classes?

c#-9.0

How do I add code outside the scope of Main when using C# 9 Top Level Statements?

c# c#-9.0

C# record - using with keyword to modify properties

c# c#-9.0 c#-record-type