Contents tagged with C# 8.0
-
Functional Programming and LINQ via C#
-
Functional Programming and LINQ via C#
-
C# 8.0 in-depth: Understanding index and range, and working with LINQ and IEnumerable<T>
C# 8.0 introduces index and range for array. This part discussed the index and range types, syntax, compilation, and how to apply them with LINQ for any type that implements IEnumerable<T>.
-
C# 8.0 in-depth: Setup C# 8.0 and .NET Core 3.0
Currently, Microsoft has the second preview of C# 8.0 and .NET Core 3.0, with a lot of new features and new APIs. This part of C# 8.0 series demonstrates how to setup the environment.