Top 20 NuGet Linq Packages

xUnit Tests for netfx-System.Collections.Generic.IEnumerable.EmptyIfNull
MicroLinq is an implementation of the basic LINQ extensions written specifically for embedded systems based on the .NET Micro Framework. The implementation focuses on efficient algorithms and a small footprint to be usable on as wide a selection of devices as possible.
LinqEx contains a set of extension methods to runtime objects, mainly to enumerables. These extensions can help you increase your productivity.
Implements types and extension methods for transforming and implicitly defining instances of the readonly collection interfaces new to .Net 4.5. (The interfaces are IReadOnlyList<T>, IReadOnlyCollection<T>, and IReadOnlyDictionary<K,V>.) For example, the library implements a Select method that ens...
A base class library to add useful extensions to .NET, like messanging, LINQ expression parser and extension methods, Task Parallel Library helpers, type auto-mapping for storage and benchmark.
Easily generate ad-hoc SQL code using LINQ in a strongly typed manner that allows for compile time validation of you sql scripts.
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
$linq is a Javascript (and TypeScript) version of .NET's Linq to Objects, with some query operations inspired by MoreLinq (an extension to Linq to Objects).
Discover visual XAML tree elements in fluent LINQ way
SQLite Portable for .NET4.5, Windows 8+ and Windows Phone 8+.
Catharsis.Repository .NET library provides abstraction over persistent data storages by introducing common repository pattern interfaces over popular ORM frameworks (NHibernate, Entity Framework, LINQ2SQL), as well as their implementations : - NHibernate -> NHibernateRepository - LINQ2SQL -> LinqT...
An AOP framework that can intercept any method call: instance or static, virtual or not. It's very easy to get started with, it has in-depth support of LINQ and comes with bunch of useful stock aspect classes for DAL, BL, Testing and Service tiers.
This nuget package is the runtime/redistribuable part of the Visual Studio AdaptiveLINQ extension. AdaptiveLINQ provide the .QueryByCube(), IQueryable extension method. This will help you to build an analysis engine (without needed of any expensive OLAP technology). Define your cubes using the Adapt...
Interactive Extensions for JavaScript library which covers the basic LINQ to Objects operations.
Contains all models required for doing the exercises of the Modern Development workshop involving Visual Studio, C# and WPF with XAML.
.NET extensions and helpers for types in System.Core.
Enflow is a simple library for workflows and state rules. It aims to provide a simple, cross-platform unit-of-work facility. The state rule definitions can also be used to filter IQueryable and IEnumerable, including LINQ to Entities and other ORMs that can query by expressions.
Provides a Db Provider Factory that uses the Microsoft Transient Fault Handling library to allow for reliable SQL Azure connections when using Entity Framework 4, Entity Framework 5 or Linq 2 SQL. This package has the Microsoft Transient Fault Handling library v5 IL-merged into it; for a versi...
cpplinq is an open-source native template library that provides a set of LINQ-like operators for querying collections (arrays and STL containers) in C++11. The library contains a single header file and the API consists on a set of template classes and functions and is compatible with all major co...