Entity Framework 6 Docs: https://entityframework.net/
Entity Framework Core Docs: https://entityframeworkcore.com/
Learn Entity Framework Core 5: https://www.learnentityframeworkcore5.com/
Info
Version: | 5.0.1 |
Author(s): | Axel Heer |
Last Update: | Thursday, January 21, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/axelheer/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
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.