- Monadic Comprehension Syntax via LINQ in C#
- Evolution of An Async LINQ operator
- Calling functions in LINQ queries
- LINQ: Building an IQueryable provider series
- When LINQ is not LINQ
- 7 awesome improvements for LINQ in .NET 6
- SingleOrDefault or FirstOrDefault? When LINQ might harm you
- The INSANE performance boost of LINQ in .NET 7
- Stop using LINQ to order your primitive collections in C#
- The C# keyword you can ONLY use in LINQ, but carefully
- NetFabric/NetFabric.Hyperlinq - High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span.
- dotnet/reactive - The Reactive Extensions for .NET
- reegeek/StructLinq - Implementation in C# of LINQ concept with struct
- nessos/Streams - A lightweight F#/C# library for efficient functional-style pipelines on streams of data.
- YairHalberstadt/SpanLinq - Linq for Span using SourceGenerators
- kevin-montrose/LinqAF - Low allocation re-implementation of LINQ-to-Objects
- Zaczero/LinqFasterer - Set of fast LINQ-like extension methods for arrays and lists. Fine-tune your code for the maximum performance.
- jackmott/LinqFaster - Linq-like extension functions for Arrays, Span, and List that are faster and allocate less.
- manofstick/Cistern.ValueLinq
- mattwar/iqtoolkit - A Toolkit for building LINQ IQueryable providers. This is the official move of my IQToolkit project from CodePlex.
- NetFabric/LinqBenchmarks - Benchmarking LINQ and alternative implementations