Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-8.0

How to await all results from an IAsyncEnumerable<>?

c# c#-8.0 iasyncenumerable

What happens with returning IEnumerable if used with async/await (streaming data from SQL Server with Dapper)?

Is there a definitive naming convention for methods returning IAsyncEnumerable?

c# c#-8.0

Can a non-nullable reference type in C# 8 be null in runtime?

What's the difference between returning AsyncEnumerable with EnumeratorCancellation or looping WithCancellation

A problem with Nullable types and Generics in C# 8

-0.1.ToString("0") is "-0" in .NET Core and "0" in .NET Framework [duplicate]

C#8 nullable : string.IsNullOrEmpty is not understood by compiler as helping for guarding against null

Multiple statements in a switch expression: C# 8

c# c#-8.0 switch-expression

Asynchonously deserializing a list using System.Text.Json

Relationship between C# 8.0, NET Core 3.0 and Visual Studio

c# .net-core-3.0 c#-8.0

Non-nullable string type, how to use with Asp.Net Core options

c# 8 switch expression: No best type was found for the switch expression

Avoid CS8618 warning when initializing mutable non nullable property with argument validation

Multiple cases in c# 8.0 switch expressions [duplicate]

Why declare a local function static in C# 8.0

How do I specify "any non-nullable type" as a generic type parameter constraint?

Calling C# interface default method from implementing class

Unable to bind to http://localhost:5000 on the IPv6 loopback interface: 'Cannot assign requested address'

C# 8 switch expression for void methods