awesome-linq
github.com/aloisdg/awesome-linq ↗A curated collection of awesome LINQ libraries, tools, and more.
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me extensions resources from awesome-linq"
Installation instructions →What's inside
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
- 10 LINQ Myths
Ten root causes of the most common misunderstandings
- SQL queries in LINQ
- The 6 best practices for writing LINQ extension methods
- Why LINQ beats SQL
Implementations
Libraries
- ExtraLINQExtensions
Extension methods for various .NET sequence types (by @mariusschulz)
- i4o (index for objects) - Indexed LINQExtensions
Extends LINQ to allow you to put indexes on your objects
- L2ST4Miscs
- LINQBridgeMiscs
Complete re-implementation of LINQ to Objects for projects targeting Microsoft .NET Framework 2.0
- LINQ ExtensionsExtensions
LINQ extensions for .NET is a collection of useful extensions methods that extends LINQ's capability. There are methods for combinatorics, mathematical sequences and others Array/IEnumerable extensions. (by @TommasoScalici)
- LINQ Extensions LibraryExtensions
Statistical analysis, sequence generation and manipulation, pattern detection and more
Tools
- Linqer
Convert SQL query to LINQ
- LINQPad
An awesome tool to test and prototype LINQ queries.
- LINQ to Entity query visualizer
View Native SQL of LINQ to entities ObjectQuery in Visual Studio
Tutorials
- LINQ for Beginners
Let's see some examples, and explore what LINQ does for us (by @exceptionnotfound)
- LINQ: Test-Driven Learning
Help the user further study LINQ with a test-driven approach (by @MartinChavez)
Exercices
- LINQ Quiz
Take the following short quiz and test your knowledge of LINQ!
Showing a sample of 53 resources. View the full list on GitHub →