Skip to content

Getting Started

There are three packages available for gridify in the nuget repository:

TIP

If you are using the Entity Framework in your project, you should install the Gridify.EntityFramework package instead of Gridify.

This package provides the same functionality as the Gridify package but is designed to be more compatible with Entity Framework.


TIP

To use Gridify with Elasticsearch, it's necessary to install Gridify.Elasticsearch.


If you are developing in a JavaScript or TypeScript environment and need to create dynamic queries on the client side for server-side operations, Gridify also offers a lightweight client library. gridify-client

Installation

shell
dotnet add package Gridify --version 2.15.1
shell
dotnet add package Gridify.EntityFramework --version 2.15.1
shell
dotnet add package Gridify.Elasticsearch --version 2.15.1
shell
npm i gridify-client

Namespace

After installing the package, you can use the Gridify namespace to access the package classes and static Extension methods.

csharp
using Gridify;

How to use

There are two ways to start using Gridify: