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.2.0 |
Author(s): | Axel Heer |
Last Update: | Wednesday, November 13, 2024 |
.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
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.