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 has the same functionality as the Gridify package, but it is designed to be more compatible with Entity Framework.


TIP

In order to use Gridify with Elasticsearch it's necessary to install Gridify.Elasticsearch.


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

Installation

shell
dotnet add package Gridify --version 2.14.1
shell
dotnet add package Gridify.EntityFramework --version 2.14.1
shell
dotnet add package Gridify.Elasticsearch --version 2.14.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: