NeinLinq 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NeinLinq --version 1.2.0                
NuGet\Install-Package NeinLinq -Version 1.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NeinLinq" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NeinLinq --version 1.2.0                
#r "nuget: NeinLinq, 1.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NeinLinq as a Cake Addin
#addin nuget:?package=NeinLinq&version=1.2.0

// Install NeinLinq as a Cake Tool
#tool nuget:?package=NeinLinq&version=1.2.0                

NeinLinq provides helpful extensions for using LINQ providers supporting only a minor subset of .NET functions (like Entity Framework), reusing functions, rewriting queries (even making them null-safe), and building dynamic queries using (translatable) predicates / selectors.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NeinLinq:

Package Downloads
NeinLinq.EntityFrameworkCore

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors. To support different LINQ implementations, the following flavours are available. Choose at least one. - Use NeinLinq for plain LINQ queries - Use NeinLinq.Async for async LINQ queries - Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries - Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries

NeinLinq.EntityFramework

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors. To support different LINQ implementations, the following flavours are available. Choose at least one. - Use NeinLinq for plain LINQ queries - Use NeinLinq.Async for async LINQ queries - Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries - Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries

NeinLinq.Async

NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors. To support different LINQ implementations, the following flavours are available. Choose at least one. - Use NeinLinq for plain LINQ queries - Use NeinLinq.Async for async LINQ queries - Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries - Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries

LessLinq

LINQ Extensions

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.2.0 287 11/13/2024
7.1.0 5,511 8/21/2024
7.0.0 342 8/18/2024
6.4.0 367 8/16/2024
6.3.0 58,507 12/21/2023
6.2.0 30,597 5/27/2023
6.1.1 81,180 1/7/2023
6.1.0 16,533 11/10/2022
6.0.0 90,556 11/8/2021
5.1.0 80,237 5/1/2021
5.0.1 21,510 1/21/2021
5.0.0 8,509 11/10/2020
4.1.0 117,018 3/28/2020
4.0.0 2,909 1/30/2020
3.2.1 3,387 1/9/2020
3.2.0 2,905 1/1/2020
3.1.1 16,404 2/19/2019
3.1.0 2,763 2/15/2019
3.0.0 3,493 9/27/2018
2.3.0 7,856 6/28/2018
2.2.1 35,658 1/4/2018
2.2.0 4,558 9/19/2017
2.1.1 3,254 8/20/2017
2.1.0 8,050 6/11/2017
2.0.0 7,501 1/16/2017
2.0.0-rc2 2,953 12/20/2016
2.0.0-rc1 3,021 12/16/2016
1.7.0 5,720 9/13/2016
1.6.1 2,501 6/28/2016
1.6.0 2,423 5/19/2016
1.5.0 2,556 12/6/2015
1.4.1 2,441 11/18/2015
1.4.0 3,386 8/16/2015
1.3.2 2,569 7/24/2015
1.3.1 2,639 7/17/2015
1.3.0 2,595 1/25/2015
1.2.0 2,440 1/18/2015
1.1.0 2,478 1/7/2015
1.0.1 2,498 1/4/2015
1.0.0 2,795 12/14/2014

Added NOT to predicate translator. Added selector translator. (Use -ef6 build to run EF6 async queries.)