LinqToAwait
Async LINQ
A set of libraries and tools to simplify using LINQ with async/await in C#.
A Task-based LINQ designed to work with async/await
112 stars
9 watching
14 forks
Language: C#
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 174 |
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
kutyel/linq.ts | A TypeScript implementation of a query language for working with arrays and objects | 849 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 875 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 195 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
thomaslevesque/aspnetcore.asyncinitialization | A helper class to perform asynchronous application initialization in ASP.NET Core 2.x. | 87 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
scottksmith95/linqkit | An extension library for LINQ to SQL and Entity Framework enabling dynamic query building and expression manipulation | 1,650 |
zzzprojects/system.linq.dynamic.core | A .NET library providing dynamic LINQ query capabilities | 1,582 |
sasq64/autotidy | Tool for automating clang-tidy checks on C++ code | 68 |
antiufo/roslyn-linq-rewrite | Compiles C# code by rewriting LINQ expressions into plain procedural code to reduce allocations and dynamic dispatch. | 716 |
joemayo/linqtotwitter | A LINQ provider for the Twitter API that allows users to query and manipulate tweets using standard LINQ syntax. | 514 |
linq2db/linqtodb.identity | An ASP.NET Core Identity provider using LinqToDB for storing user and role data. | 46 |
yocontra/node-linq | A library that provides a LINQ implementation for Node.js | 77 |