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.
516 stars
34 watching
58 forks
Language: C#
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A JavaScript implementation of a LINQ library providing query and data processing functionality | 1,689 |
| A .NET library providing dynamic LINQ query capabilities | 1,582 |
| Compiles C# code by rewriting LINQ expressions into plain procedural code to reduce allocations and dynamic dispatch. | 716 |
| A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 174 |
| Provides an optimized implementation of LINQ operations with minimal heap allocations and support for various data types. | 875 |
| A LINQ provider for the Twitter API that allows users to query and manipulate tweets using standard LINQ syntax. | 514 |
| A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
| An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
| Translates LINQ expressions to serializable formats and vice versa, allowing clients to execute queries against remote data sources | 336 |
| A C# GraphQL client library with Linq-like syntax for building high-performance clients | 280 |
| A PHP implementation of LINQ to Objects, providing a set of methods for querying and manipulating data. | 443 |
| A C++ implementation of LINQ for list comprehensions and extension methods. | 662 |
| A C++ header-only LINQ template library for working with STL/Qt collections | 632 |
| A LINQ-like library of higher-order functions for data manipulation in C++ | 195 |
| A driver for integrating LINQ query language with various databases using the LINQPad developer tool | 74 |