Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
| Version: | 7.4.0 |
| Author(s): | Axel Heer |
| Last Update: | Thursday, November 13, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://nein.tech/nein-linq |
| NuGet Url: | https://www.nuget.org/packages/NeinLinq.EntityFramework |
Install
Install-Package NeinLinq.EntityFramework
dotnet add package NeinLinq.EntityFramework
paket add NeinLinq.EntityFramework
NeinLinq.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- NeinLinq(>= 5.0.1)
- EntityFramework(>= 6.0.0)
- NeinLinq(>= 5.0.1)
- EntityFramework(>= 6.3.0)
- NeinLinq(>= 5.0.1)
- EntityFramework(>= 6.3.0)
Tags
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.EntityFramework for Entity Framework 6 LINQ queries
- Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries.