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 |
Install
Install-Package NeinLinq
dotnet add package NeinLinq
paket add NeinLinq
NeinLinq Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
- Microsoft.Bcl.AsyncInterfaces(>= 5.0.0)
No dependencies.
No dependencies.
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.