Archives
-
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.
-
Functional Programming and LINQ via C#
C#, .NET Core, Azure, Functional Programming, Lambda Calculus, Category Theory, LINQ, LINQ to Objects, LINQ to XML, Parallel LINQ, LINQ to Entities, Entity Framework Core, Azure SQL Database.
-
Linq.IndexRange: The package to enable C# 8.0 index and range featues for LINQ and IEnumerable<T> types
LINQ operators to enable C# 8.0 index and range new features working with LINQ queries and any type that implements
IEnumerable<T>
.