JBTech / awesome-linq

A curated collection of awesome Linq libraries, tools, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome LINQ

Introduction

A curated collection of awesome LINQ libraries, tools, and more. The goal is to build a categorized community-driven collection of very well-known resources.

Inspired by awesome-dotnet, awesome-regex and the whole awesome-* trend on GitHub.

Sharing, suggestions and contributions are always welcome! Please take a look at the contribution guidelines and quality standard first. Thanks to all contributors, you're awesome and wouldn't be possible without you!

Libraries

Queries

  • LINQ2DB - Linq to database provider (by @linq2db)
  • LINQ2REST - Parses OData system query parameters to create a LINQ query
  • LINQ to XSD - LINQ to XSD enhances the existing LINQ to XML technology
  • LINQ to CSV - Popular, easy to use library to read and write CSV files (by @mperdeck)
  • LINQ to Excel - Retrieve data from spreadsheets by using LINQ (by @paulyoder)
  • LINQ to JSON - Part of the lib Newtonsoft.Json.NET (by @JamesNK)
  • LINQ to Twitter - LINQ Provider for the Twitter API (by @JoeMayo)
  • LINQ to SharePoint - Query SharePoint lists using familiar LINQ syntax
  • LINQ to Bing - LINQ provider for Bing search API engine.
  • Glinq - LINQ to Google

Extensions

Databases

  • RavenDB - A linq enabled document database for .NET by @ravendb

Miscs

  • LINQ IQueryable Toolkit - Build your own LINQ provider written by the mind behind LINQ to SQL
  • ReLinq - Create full-featured LINQ providers. ReLinq is used by EF 7 and NHibernate
  • L2ST4 – T4 based code generation to replace the default code generated from the DBML file with LINQ to SQL

Tools

Samples

  • 101 LINQ Samples - Sample covering all LINQ functionality and demonstrating LINQ with SQL, DataSets, and XML
  • LINQ - Sample Queries - This project contains about 101 samples using LINQ

Readings

Implementations

  • CLinq - LINQ support for the C++/CLI language
  • Linq - LINQ for list comprehension in C++ (by @pfultz2)
  • linq.js - LINQ for JavaScript library packaged for node.js (by @mihaifm)
  • LINQ in JavaScript - Use ES6 iterators for proper lazy evaluation (by @aaronpowell)
  • node-linq - LINQ for node (by @contra)
  • Pinq - PHP Integrated Query, a real LINQ library for PHP (by @TimeToogo)
  • linq - PHP implementation of LINQ 2 Objects (by @fusonic)
  • YaLinqo - Yet Another LINQ to Objects for PHP (by @Athari)
  • LinqToObjectiveC - Brings a Linq-style fluent query API to Objective-C (by @ColinEberhardt)
  • Linq - Objective-C implementation of LINQ (by @RyujiSamejima)
  • linq - LINQ support for Go (by @zx48)
  • go-linq - .NET LINQ-like query methods for Go (by @ahmetalpbalkan)
  • Jinq - LINQ-style queries for Java 8 (by @my2iu)
  • linq4j - A port of LINQ (Language-Integrated Query) to Java (by @julianhyde)
  • SINQ - LINQ for Swift - Swift Integrated Query (by @slazyk)
  • hxLINQ - An implementation of LINQ in Haxe (by @andyli)

You may want to look to awesome-dotnet by @Quozd and awesome-dotnet by @Valien. Also .NET libraries that make your life easier by @tallesl deserves a mention.

Other amazingly awesome lists can be found in the awesome-awesomeness list, the awesome list or if you want more lists.

About

A curated collection of awesome Linq libraries, tools, and more.

License:Creative Commons Zero v1.0 Universal