From a sample to your own project

EasyQuery GitHub repositories contain several sample projects that demonstrate how to use EasyQuery library on different platforms, with differen frameworks and in different scenarios.

The best way to start with EasyQuery is to choose the sample closest to your scenario and modify it according to your requirements (your DB, data model, environment, layout, styles, etc).

So, inthis section we are going to describe how to do it.

Connect to your database

This article describes how to modify our sample project to make it work with your own database instead of Northwind DB used by default.

Copying the EasyQuery's code from a sample to your project

If you have already modified one of our sample projects to make it work with your DB, the next step will be to copy the EasyQuery's code to your own solution. This article describes how to do it.