📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

QueryMaker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

QueryMaker

QueryMaker is a .NET library built from the ground up using LINQ Expressions which provides the tools for making complex queries in a dynamic fashion via simple components. This components allow for performing multi-layered filtering with automatic type conversions, sorting with multiple fields and directions, paging using an index, selecting specified fields and DistinctBy multiple fields.

1.6.4
NuGet
Version published
Maintainers
1
Created
Source

About The Project

QueryMaker is a .NET library built from the ground up using LINQ Expressions which provides the tools for making complex queries in a dynamic fashion via simple components. These components allow for performing multi-layered filtering with automatic type conversions, sorting with multiple fields and directions, paging using an index, selecting specified fields and DistinctBy multiple fields.

Built With

.NET 6

Features

  • Multi-layered filtering
  • Automatic type conversion
  • Perform same filter evaluation on multiple fields
  • Sorting by multiple fields and directions
  • Pagination using a field as an index
  • Select specified fields and DistinctBy multiple fields
  • Extension for IQueryable, IEnumerable, ICollection and IList interfaces for direct use
  • Return both a paginated and an unpaginated query on same result

License

Distributed under the GNU General Public License v3.0 License.

Contact

LinkedIn: Jose Toyos

Email: josemoises.toyosvargas@hotmail.com

Project Link: https://github.com/PRLL/QueryMaker

©Jose Toyos 2023

Keywords

LinQ

FAQs

Package last updated on 18 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts