From 959c0d79bd407495985596e396ac8984290e60d1 Mon Sep 17 00:00:00 2001 From: Erwin Kramer Date: Sun, 24 Nov 2024 14:34:55 +0100 Subject: [PATCH] feat: new project --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index edd43dee..5a100605 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![NuGet version (Gridify)](https://img.shields.io/nuget/v/Gridify.svg?style=flat-square&label=stable)](https://www.nuget.org/packages/Gridify/) [![NuGet version (Gridify)](https://img.shields.io/nuget/vpre/Gridify.svg?style=flat-square&label=latest&color=yellowgreen)](https://www.nuget.org/packages/Gridify/) [![NPM Version](https://img.shields.io/npm/v/gridify-client?label=gridify-client&color=darkcyan)](https://www.npmjs.com/package/gridify-client) - [![Gridify](https://raw.githubusercontent.com/alirezanet/Gridify/master/docs/pages/public/gridify-readme-logo.svg)](https://alirezanet.github.io/Gridify/) @@ -15,7 +14,7 @@ Gridify is a dynamic LINQ library that simplifies the process of converting strings to LINQ queries. With exceptional performance and ease-of-use, Gridify makes it effortless to apply filtering, sorting, and pagination using text-based data. -Consider Gridify 𝖺 𝗌𝗂𝗆𝗉𝗅𝖾𝗋/faster 𝖺𝗅𝗍𝖾𝗋𝗇𝖺𝗍𝗂𝗏𝖾 𝗍𝗈 𝗚𝗿𝗮𝗽𝗵𝗤𝗟/𝗢𝗗𝗮𝘁𝗮. 𝖨𝗍 𝖺𝗅𝗅𝗈𝗐𝗌 𝗍𝗁𝖾 𝖿𝗋𝗈𝗇𝗍-𝖾𝗇𝖽 𝗍𝗈 𝗌𝖾𝗅𝖾𝖼𝗍𝗂𝗏𝖾𝗅𝗒 𝖿𝗂𝗅𝗍𝖾𝗋 𝗋𝖾𝗌𝗈𝗎𝗋𝖼𝖾𝗌 𝖺𝗇𝖽 𝗋𝖾𝗊𝗎𝖾𝗌𝗍 𝗈𝗇𝗅𝗒 𝗍𝗁𝖾 𝗇𝖾𝖼𝖾𝗌𝗌𝖺𝗋𝗒 𝗋𝖾𝖼𝗈𝗋𝖽𝗌. +Consider Gridify 𝖺 𝗌𝗂𝗆𝗉𝗅𝖾𝗋/faster 𝖺𝗅𝗍𝖾𝗋𝗇𝖺𝗍𝗂𝗏𝖾 𝗍𝗈 𝗚𝗿𝗮𝗽𝗵𝗤𝗟/𝗢𝗗𝗮𝘁𝗮. 𝖨𝗍 𝖺𝗅𝗅𝗈𝗐𝗌 𝗍𝗁𝖾 𝖿𝗋𝗈𝗇𝗍-𝖾𝗇𝖽 𝗍𝗈 𝗌𝖾𝗅𝖾𝖼𝗍𝗂𝗏𝖾𝗅𝗒 𝖿𝗂𝗅𝗍𝖾𝗋 𝗋𝖾𝗌𝗈𝗎𝗋𝖼𝖾𝗌 𝖺𝗇𝖽 𝗋𝖾𝗊𝗎𝖾𝗌𝗍 𝗈𝗇𝗅𝗒 𝗍𝗁𝖾 𝗇𝖾𝖼𝖾𝗌𝗌𝖺𝗋𝗒 𝗋𝖾𝖼𝗈𝗋𝖽𝗌. ## Features @@ -38,14 +37,16 @@ Consider Gridify 𝖺 𝗌𝗂𝗆𝗉𝗅𝖾𝗋/faster 𝖺𝗅𝗍𝖾𝗋 Check out our docs at [https://alirezanet.github.io/Gridify/](https://alirezanet.github.io/Gridify/). ## Articles / Examples -- [Using Gridify in the api controllers](https://alirezanet.github.io/Gridify/example/api-controller.html#using-gridify-in-api-controllers) + +- [Using Gridify in API Controllers](https://alirezanet.github.io/Gridify/example/api-controller.html#using-gridify-in-api-controllers) - [The best dynamic LINQ with Gridify in .NET with Examples](https://medium.com/@valentin.osidach/the-best-dynamic-linq-library-with-gridify-in-net-ac3cb875b5b0) by Valentyn Osidach - [Working with Dynamic Filters Using Gridify in .NET](https://levelup.gitconnected.com/working-with-dynamic-filters-using-gridify-in-net-6bba618dd9f8) by Abnoan Muniz - [Building an ASP.NET Core Web API with Gridify](https://www.c-sharpcorner.com/article/building-an-asp-net-core-web-api-with-gridify) by Ajay Jumar - [آشنایی با Gridify](https://www.dntips.ir/post/3345/%d8%a2%d8%b4%d9%86%d8%a7%db%8c%db%8c-%d8%a8%d8%a7-gridify) (Persian) - [ASP.NET Core Web API with Gridify](https://medium.com/codenx/asp-net-core-web-api-with-gridify-d27627c81169) by Merwan Chinta - [Trabajando con filtros dinámicos usando Gridify en .NET](https://henriquemauri.net/trabalhando-com-filtros-dinamicos-utilizando-o-gridify-no-net/) by [@Henrique Mauri](https://github.com/hgmauri) (Spanish) -- Comming soon +- [Bank API 🏦, reference project suitable to bootstrap development for a compliant and modern API](https://github.com/erwinkramer/bank-api/tree/main?tab=readme-ov-file#bank-api-) by Erwin Kramer +- Coming soon ## Want to support us? @@ -64,7 +65,7 @@ We welcome contributions! Feel free to send us a pull request. Check out our [Co Thank you to everyone who has contributed to the Gridify codebase. We appreciate you! - + Contributors ## License