Relinq
LINQ provider library
A library that simplifies the creation of full-featured LINQ providers by providing an abstract syntax tree representation and tools for easy extension or modification.
With re-linq, it's now easier than ever to create full-featured LINQ providers. Used by NHibernate, Entity Framework and others.
515 stars
34 watching
60 forks
Language: C#
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mihaifm/linq | A JavaScript implementation of a LINQ library providing query and data processing functionality | 1,682 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
antiufo/roslyn-linq-rewrite | Compiles C# code by rewriting LINQ expressions into plain procedural code to reduce allocations and dynamic dispatch. | 716 |
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 173 |
netfabric/netfabric.hyperlinq | Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 876 |
joemayo/linqtotwitter | A LINQ provider for the Twitter API that allows users to query and manipulate tweets using standard LINQ syntax. | 514 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
6bee/remote.linq | Translates LINQ expressions to serializable formats and vice versa, allowing clients to execute queries against remote data sources | 334 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 278 |
athari/yalinqo | A PHP implementation of LINQ to Objects, providing a set of methods for querying and manipulating data. | 441 |
pfultz2/linq | A C++ implementation of LINQ for list comprehensions and extension methods. | 662 |
k06a/boolinq | A C++ header-only LINQ template library for working with STL/Qt collections | 627 |
ast-al/rangeless | A LINQ-like library of higher-order functions for data manipulation in C++ | 194 |
linq2db/linq2db.linqpad | A driver for integrating LINQ query language with various databases using the LINQPad developer tool | 73 |