Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-8.0

Default implementation in interface is not seen by the compiler?

C# 8 Using Declaration Scope Confusion

Why don't I get a warning about possible dereference of a null in C# 8 with a class member of a struct?

C#'s can't make `notnull` type nullable

Using Linq's Where/Select to filter out null and convert the type to non-nullable cannot be made into an extension method

Mark strings as non-nullable in ASP.NET Core 3.0 Swagger

How Async streams compares to reactive extension?

What is Unknown Nullability in C# 8?

IAsyncEnumerable not working in C# 8.0 preview

c# c#-8.0 iasyncenumerable

Can you use IAsyncEnumerable in Razor pages to progressively display markup?

Return IAsyncEnumerable from an async method

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