Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-8.0

C# 8.0 switch expression based on input type

c# c#-8.0

The correct way to await inside a foreach loop

c# 8 nullable + Dictionary<>

c# version 8 Target-typed new-expressions error requires (), [], or {} after type

Can we replace abstract class with Interface with Default Methods in C#

In C# 8.0 is there a way to expose default member implementation on the class?

private members in interface

c# .net c#-8.0

Good practice for "ref" arguments and nullable checking

Why doesn't range indexing work on dynamics

c# c#-8.0

Is the information about C# 8 nullable reference types stored in a .NET assembly?

What is the reason why nullable reference types defined in interface members aren't required to be nullable in the implementations?

Can new C# language features be used to to clean-up Task.WhenAll syntax?

c# asynchronous task c#-8.0

Unexpected Tuple inequality

c# c#-8.0

Alternative to yielding in an IAsyncEnumerable

What is the operator precedence for the new C# 8.0 switch expressions?

Adding items to an ImmutableList<T> inside an ImmutableDictionary<TKey, TValue>

Default interface not found in c# class

Factory for IAsyncEnumerable or IAsyncEnumerator

How to await multiple IAsyncEnumerable

Can't get C# default interface method to compile