NeinLinq.EntityFramework 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NeinLinq.EntityFramework --version 2.0.0
NuGet\Install-Package NeinLinq.EntityFramework -Version 2.0.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.EntityFramework" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NeinLinq.EntityFramework --version 2.0.0
#r "nuget: NeinLinq.EntityFramework, 2.0.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.EntityFramework as a Cake Addin
#addin nuget:?package=NeinLinq.EntityFramework&version=2.0.0

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

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.Queryable for classic LINQ queries
- Use NeinLinq.Interactive for interactive LINQ queries
- Use NeinLinq.EntityFramework for classic Entity Framework LINQ queries
- Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0 886 12/21/2023
6.2.0 1,261 5/27/2023
6.1.1 4,160 1/7/2023
6.1.0 3,137 11/10/2022
6.0.0 898 11/8/2021
5.1.0 500 5/1/2021
5.0.1 448 1/21/2021
5.0.0 427 11/10/2020
4.1.0 3,002 3/28/2020
4.0.0 561 1/30/2020
3.2.1 564 1/9/2020
3.2.0 579 1/1/2020
3.1.1 2,535 2/19/2019
3.1.0 637 2/15/2019
3.0.0 930 9/27/2018
2.3.0 1,318 6/28/2018
2.2.1 24,388 1/4/2018
2.2.0 1,910 9/19/2017
2.1.1 1,063 8/20/2017
2.1.0 3,670 6/11/2017
2.0.0 2,780 1/16/2017
2.0.0-rc2 1,069 12/20/2016
2.0.0-rc1 1,236 12/16/2016

- Reorganized code to better support different LINQ implementations
- Added support for interactive LINQ queries (ReactiveX)
- Added custom format provider to dynamic query
- Improved null-safety to be less intrusive