ForeachGrid.Linq 1.2.4

dotnet add package ForeachGrid.Linq --version 1.2.4
NuGet\Install-Package ForeachGrid.Linq -Version 1.2.4
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="ForeachGrid.Linq" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ForeachGrid.Linq --version 1.2.4
#r "nuget: ForeachGrid.Linq, 1.2.4"
#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 ForeachGrid.Linq as a Cake Addin
#addin nuget:?package=ForeachGrid.Linq&version=1.2.4

// Install ForeachGrid.Linq as a Cake Tool
#tool nuget:?package=ForeachGrid.Linq&version=1.2.4

Provides pagination and ordination to linq queries. Compatible with lazy load.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ForeachGrid.Linq:

Package Downloads
ForeachGrid.Mvc

Provides filter, pagination and ordination to grids. Using Razor Views with only foreach statements. highly performative and easy to configure. Compatible with ORM like Entity Framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.4 1,875 10/24/2016

Fixed a problem with ordination with no comparable objects.