Linq.Extras
Data processor tools
A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks.
A set of extension methods to complement the ones from System.Linq.Enumerable
173 stars
10 watching
24 forks
Language: C#
last commit: about 3 years ago
Linked from 1 awesome list
extension-methodslinq
Related projects:
Repository | Description | Stars |
---|---|---|
mariusschulz/extralinq | A collection of extension methods for working with sequences in .NET. | 217 |
anaisbetts/linqtoawait | A set of libraries and tools to simplify using LINQ with async/await in C#. | 112 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 850 |
scottksmith95/linqkit | A set of extensions for querying data in Entity Framework and LINQ to SQL | 1,636 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 876 |
manojlds/pslinq | A PowerShell implementation of LINQ for querying and manipulating data sets. | 77 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
pfultz2/linq | A C++ implementation of LINQ for list comprehensions and extension methods. | 662 |
spreads/spreads | A high-performance library for real-time data processing and time series manipulation | 427 |
disarray2077/beef.linq | A set of reusable methods for manipulating and querying enumerable collections. | 3 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 194 |
athari/yalinqo | A PHP implementation of LINQ to Objects, providing a set of methods for querying and manipulating data. | 441 |
paulyoder/linqtoexcel | A .NET library that enables querying of Excel spreadsheets using LINQ syntax | 1,056 |
antiufo/roslyn-linq-rewrite | Compiles C# code by rewriting LINQ expressions into plain procedural code to reduce allocations and dynamic dispatch. | 716 |